Skip to content

Commit

Permalink
feat: release terraform 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KrawczowaKris committed Oct 8, 2024
1 parent d80fa94 commit c0c1859
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-10-08

[prod]

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

## 2024-09-13

[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.29
version: 0.0.30

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.9.5"
appVersion: "1.9.7"

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.9.5 \
--set image.tag=1.9.7 \
--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.9.5 \
--set image.tag=1.9.7 \
--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.9.5 \
--set image.tag=1.9.7 \
--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.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.5](https://img.shields.io/badge/AppVersion-1.9.5-informational?style=flat-square)
![Version: 0.0.30](https://img.shields.io/badge/Version-0.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-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.9.5 \
--set image.tag=1.9.7 \
--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.9.5 \
--set image.tag=1.9.7 \
--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.9.5 \
--set image.tag=1.9.7 \
--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.9.5"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.9.7"` | 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.9.5"
tag: "1.9.7"

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

0 comments on commit c0c1859

Please sign in to comment.