Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release terraform 1.8.3 #120

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-05-20

[prod]

- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/120)
- Release new `terraform-pod` version with 1.8.3 terraform

## 2024-04-15

[prod]
Expand Down
10 changes: 5 additions & 5 deletions charts/terraform-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.24
version: 0.0.25

maintainers:
- url: https://www.saritasa.com/
Expand All @@ -16,7 +16,7 @@ maintainers:
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.8.0"
appVersion: "1.8.3"

description: |
A Helm chart for running infra-dev-aws solutions
Expand All @@ -37,7 +37,7 @@ description: |
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/CLIENT-infra-dev-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand All @@ -55,7 +55,7 @@ description: |
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/CLIENT-infra-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand Down Expand Up @@ -90,7 +90,7 @@ description: |
helm template --release-name debug-tfpod \
--namespace terraform \
--set terraform.client=saritasa \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/some-repo-infra-aws \
--set github.branch=feature/branch-name \
--set github.username=your-username \
Expand Down
10 changes: 5 additions & 5 deletions charts/terraform-pod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform-pod

## `chart.version`

![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.3](https://img.shields.io/badge/AppVersion-1.8.3-informational?style=flat-square)

## Maintainers

Expand Down Expand Up @@ -59,7 +59,7 @@ helm repo add saritasa https://saritasa-nest.github.io/saritasa-devops-helm-char
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/CLIENT-infra-dev-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand All @@ -77,7 +77,7 @@ For infra-aws repos you may want to pass short-term TTL AWS credentials from the
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/CLIENT-infra-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand Down Expand Up @@ -112,7 +112,7 @@ unset AWS_VAULT && creds=$(aws-vault exec saritasa/v2/administrators --json) &&
helm template --release-name debug-tfpod \
--namespace terraform \
--set terraform.client=saritasa \
--set image.tag=1.8.0 \
--set image.tag=1.8.3 \
--set github.repository=saritasa-nest/some-repo-infra-aws \
--set github.branch=feature/branch-name \
--set github.username=your-username \
Expand Down Expand Up @@ -166,7 +166,7 @@ unset creds
| github.username | string | `""` | github username (who runs this terraform code) |
| image.pullPolicy | string | `"Always"` | pull policy |
| image.repository | string | `"public.ecr.aws/saritasa/terraform"` | default docker registry |
| image.tag | string | `"1.8.0"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.8.3"` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | docker pull secret |
| infracost.apiKey | string | `""` | infracost api token value (optional, if passed - takes precedence over apiKeySecret) |
| infracost.apiKeySecret | string | `"infracost-api-key"` | infracost api key secret (should contain a single attr: token=) |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-pod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- pull policy
pullPolicy: Always
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.8.0"
tag: "1.8.3"

github:
# -- github app auth pem file used for terraform github provider authentication
Expand Down
Loading