From 1665eb3354daa601335ee1f7e7118cdc780f95f9 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 3 Jul 2024 10:05:02 +0100 Subject: [PATCH] INFRA-35724: Bump elasticache redis version (#337) * INFRA-35724: Bump elasticache redis version * Bump version / changelog * Remove unwanted comment --------- Co-authored-by: Nick --- charts/terraform-cloud/CHANGELOG.md | 4 ++++ charts/terraform-cloud/Chart.yaml | 2 +- charts/terraform-cloud/README.md | 6 +++--- charts/terraform-cloud/values.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/charts/terraform-cloud/CHANGELOG.md b/charts/terraform-cloud/CHANGELOG.md index 1afc3e76..ec257800 100644 --- a/charts/terraform-cloud/CHANGELOG.md +++ b/charts/terraform-cloud/CHANGELOG.md @@ -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.10.0] - 2024-07-03 +### Removed +- Bump `redis` module version to `1.2.0` + ## [v1.9.0] - 2024-06-17 ### Removed - Remove v1 operator support (only v2 is supported now) diff --git a/charts/terraform-cloud/Chart.yaml b/charts/terraform-cloud/Chart.yaml index 7a9d3f8a..14f0ad76 100644 --- a/charts/terraform-cloud/Chart.yaml +++ b/charts/terraform-cloud/Chart.yaml @@ -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.9.0 +version: 1.10.0 # 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 diff --git a/charts/terraform-cloud/README.md b/charts/terraform-cloud/README.md index aea59144..c565f34d 100644 --- a/charts/terraform-cloud/README.md +++ b/charts/terraform-cloud/README.md @@ -1,6 +1,6 @@ # terraform-cloud -![Version: 1.9.0](https://img.shields.io/badge/Version-1.9.0-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.10.0](https://img.shields.io/badge/Version-1.10.0-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 @@ -134,11 +134,11 @@ A Helm chart for provisioning resources using Terraform Cloud | postgresql.terraform.module.version | string | `"2.0.1"` | Module version | | redis.enabled | bool | `false` | Set to true to create a Redis Elasticache resource | | redis.outputSecret | bool | `true` | Set to true to create an AWS secret manager external secret with outputs | -| redis.terraform | object | `{"defaultVars":{},"instances":{},"module":{"source":"app.terraform.io/Mintel/redis/aws","version":"1.1.1"}}` | Set ArgoCD syncWave for this resource (default -40) syncWave: -40 | +| redis.terraform | object | `{"defaultVars":{},"instances":{},"module":{"source":"app.terraform.io/Mintel/redis/aws","version":"1.2.0"}}` | Set ArgoCD syncWave for this resource (default -40) syncWave: -40 | | redis.terraform.defaultVars | object | `{}` | Vars to be applied to all instances defined below | | redis.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. | | redis.terraform.module.source | string | `"app.terraform.io/Mintel/redis/aws"` | Registry path of the Terraform module used to create the resource (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/redis/aws) | -| redis.terraform.module.version | string | `"1.1.1"` | Module version | +| redis.terraform.module.version | string | `"1.2.0"` | Module version | | s3.enabled | bool | `false` | Set to true to create an S3 bucket | | s3.outputSecret | bool | `true` | Set to true to create an AWS secret manager external secret with outputs | | s3.terraform | object | `{"defaultVars":{},"instances":{},"module":{"source":"app.terraform.io/Mintel/private-s3-bucket/aws","version":"3.0.2"}}` | Set ArgoCD syncWave for this resource (default -40) syncWave: -40 | diff --git a/charts/terraform-cloud/values.yaml b/charts/terraform-cloud/values.yaml index 2a933a9d..1f5fd96a 100644 --- a/charts/terraform-cloud/values.yaml +++ b/charts/terraform-cloud/values.yaml @@ -677,7 +677,7 @@ redis: # (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/redis/aws) source: app.terraform.io/Mintel/redis/aws # -- Module version - version: "1.1.1" + version: "1.2.0" # -- Vars to be applied to all instances defined below defaultVars: {}