Skip to content
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
4 changes: 4 additions & 0 deletions charts/terraform-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.21.3] - 2026-05-12
### Changed
- Updated app-iam module version to 3.4.0

## [v1.21.2] - 2026-05-07
### Fixed
- Omit `spec.runTriggers` on IRSA and `extraIAM` Workspace manifests when no run triggers are generated. Previously an empty include produced `runTriggers: null`, which fails OpenAPI validation on the `Workspace` CRD (the field must be an array when set).
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 1.21.2
version: 1.21.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 5 additions & 5 deletions charts/terraform-cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-cloud

![Version: 1.21.2](https://img.shields.io/badge/Version-1.21.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 1.21.3](https://img.shields.io/badge/Version-1.21.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for provisioning resources using Terraform Cloud

Expand Down Expand Up @@ -64,11 +64,11 @@ A Helm chart for provisioning resources using Terraform Cloud
| dynamodb.terraform.module.version | string | `"1.3.0"` | Module version |
| extraIAM.enabled | bool | `false` | Set to true to create an IAM Role or user aside from IRSA for the application |
| extraIAM.outputSecret | bool | `true` | Set to true to create an AWS secret manager external secret with outputs |
| extraIAM.terraform | object | `{"defaultVars":{},"instances":{},"module":{"source":"app.terraform.io/Mintel/app-iam/aws","version":"3.1.0"}}` | Set ArgoCD syncWave for this resource (default -20) syncWave: -20 |
| extraIAM.terraform | object | `{"defaultVars":{},"instances":{},"module":{"source":"app.terraform.io/Mintel/app-iam/aws","version":"3.4.0"}}` | Set ArgoCD syncWave for this resource (default -20) syncWave: -20 |
| extraIAM.terraform.defaultVars | object | `{}` | Vars to be applied to all instances defined below |
| extraIAM.terraform.instances | object | `{}` | A map of instance names => variable key/value pairs to be sent to the terraform module. The values in `defaultVars` will be applied to every instance if not explicitly defined here. |
| extraIAM.terraform.module.source | string | `"app.terraform.io/Mintel/app-iam/aws"` | Registry path of the Terraform module used to create the resource (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/app-iam/aws) |
| extraIAM.terraform.module.version | string | `"3.1.0"` | Module version |
| extraIAM.terraform.module.version | string | `"3.4.0"` | Module version |
| global.backstage | object | `{"component":""}` | Backstage Component |
| global.clusterDomain | string | `"127.0.0.1.nip.io"` | Additional labels to apply to all resources |
| global.clusterEnv | string | `"local"` | Environment (local, dev, qa, prod) |
Expand Down Expand Up @@ -97,9 +97,9 @@ A Helm chart for provisioning resources using Terraform Cloud
| glue.terraform.module.source | string | `"app.terraform.io/Mintel/glue/aws//modules/entrypoint"` | Registry path of the Terraform module used to create the resource (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/glue/aws) |
| glue.terraform.module.version | string | `"1.3.1"` | Module version |
| irsa.enabled | bool | `false` | Set to true to explicitly instantiate this module if there's need to access resources created elsewhere |
| irsa.terraform | object | `{"module":{"source":"app.terraform.io/Mintel/app-iam/aws","version":"3.1.0"},"notifications":[{"enabled":true,"name":"tfcloud-auto-approver","token":"${TFCLOUD_AUTO_APPROVER_SIGNATURE_KEY}","triggers":["run:needs_attention"],"type":"generic","url":"${TFCLOUD_AUTO_APPROVER_URL}"}],"vars":{}}` | Set ArgoCD syncWave for this resource (default -20) syncWave: -20 |
| irsa.terraform | object | `{"module":{"source":"app.terraform.io/Mintel/app-iam/aws","version":"3.4.0"},"notifications":[{"enabled":true,"name":"tfcloud-auto-approver","token":"${TFCLOUD_AUTO_APPROVER_SIGNATURE_KEY}","triggers":["run:needs_attention"],"type":"generic","url":"${TFCLOUD_AUTO_APPROVER_URL}"}],"vars":{}}` | Set ArgoCD syncWave for this resource (default -20) syncWave: -20 |
| irsa.terraform.module.source | string | `"app.terraform.io/Mintel/app-iam/aws"` | Registry path of the Terraform module used to create the resource (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/app-iam/aws) |
| irsa.terraform.module.version | string | `"3.1.0"` | Module version |
| irsa.terraform.module.version | string | `"3.4.0"` | Module version |
| irsa.terraform.notifications | list | `[{"enabled":true,"name":"tfcloud-auto-approver","token":"${TFCLOUD_AUTO_APPROVER_SIGNATURE_KEY}","triggers":["run:needs_attention"],"type":"generic","url":"${TFCLOUD_AUTO_APPROVER_URL}"}]` | Configure Terraform Cloud notifications. This should not be changed unless you really know what you're doing. |
| irsa.terraform.vars | object | See below | Vars to be applied to all instances defined below |
| kinesis-firehose.enabled | bool | `false` | Set to true to create a Kinesis Firehose delivery stream |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ IRSA created explicitly:
destroyOnDeletion: true
module:
source: app.terraform.io/Mintel/app-iam/aws
version: 3.1.0
version: 3.4.0
name: operator
organization: Mintel
restartedAt: 77a938f5e67a5feb8645c0a50b19f7d68df333783aaca14c710f173c1f1d88bf
Expand Down Expand Up @@ -243,7 +243,7 @@ IRSA created for Dev S3 module workspace:
destroyOnDeletion: true
module:
source: app.terraform.io/Mintel/app-iam/aws
version: 3.1.0
version: 3.4.0
name: operator
organization: Mintel
restartedAt: 77a938f5e67a5feb8645c0a50b19f7d68df333783aaca14c710f173c1f1d88bf
Expand Down Expand Up @@ -374,7 +374,7 @@ IRSA created with default (0) syncWave:
destroyOnDeletion: true
module:
source: app.terraform.io/Mintel/app-iam/aws
version: 3.1.0
version: 3.4.0
name: operator
organization: Mintel
restartedAt: 77a938f5e67a5feb8645c0a50b19f7d68df333783aaca14c710f173c1f1d88bf
Expand Down Expand Up @@ -505,7 +505,7 @@ IRSA created with modified syncWave:
destroyOnDeletion: true
module:
source: app.terraform.io/Mintel/app-iam/aws
version: 3.1.0
version: 3.4.0
name: operator
organization: Mintel
restartedAt: 77a938f5e67a5feb8645c0a50b19f7d68df333783aaca14c710f173c1f1d88bf
Expand Down
4 changes: 2 additions & 2 deletions charts/terraform-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ extraIAM:
# (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/app-iam/aws)
source: app.terraform.io/Mintel/app-iam/aws
# -- Module version
version: "3.1.0"
version: "3.4.0"
# -- Vars to be applied to all instances defined below
defaultVars:
{}
Expand Down Expand Up @@ -443,7 +443,7 @@ irsa:
# (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/app-iam/aws)
source: app.terraform.io/Mintel/app-iam/aws
# -- Module version
version: "3.1.0"
version: "3.4.0"
# -- Vars to be applied to all instances defined below
# @default -- See below
vars:
Expand Down
Loading