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

[INFRA-31044] bump opensearch module to 1.6.0 #346

Merged
merged 1 commit into from
Sep 4, 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
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.14.0] - 2024-09-04
### Changed
- Bump `opensearch` module to `1.6.0`

## [v1.13.0] - 2024-08-02
### Changed
- Bump `redis` module to `1.3.0`
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.13.0
version: 1.14.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
Expand Down
6 changes: 3 additions & 3 deletions charts/terraform-cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-cloud

![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.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.14.0](https://img.shields.io/badge/Version-1.14.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

Expand Down Expand Up @@ -118,11 +118,11 @@ A Helm chart for provisioning resources using Terraform Cloud
| memcached.terraform.module.version | string | `"1.0.3"` | Module version |
| opensearch.enabled | bool | `false` | Set to true to create an Opensearch cluster |
| opensearch.outputSecret | bool | `true` | Set to true to create an AWS secret manager external secret with outputs |
| opensearch.terraform | object | `{"defaultVars":null,"instances":{},"module":{"source":"app.terraform.io/Mintel/opensearch/aws","version":"1.4.1"}}` | Set ArgoCD syncWave for this resource (default -40) syncWave: -40 |
| opensearch.terraform | object | `{"defaultVars":null,"instances":{},"module":{"source":"app.terraform.io/Mintel/opensearch/aws","version":"1.6.0"}}` | Set ArgoCD syncWave for this resource (default -40) syncWave: -40 |
| opensearch.terraform.defaultVars | string | `nil` | Vars to be applied to all instances defined below |
| opensearch.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. |
| opensearch.terraform.module.source | string | `"app.terraform.io/Mintel/opensearch/aws"` | Registry path of the Terraform module used to create the resource (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/opensearch/aws) |
| opensearch.terraform.module.version | string | `"1.4.1"` | Module version |
| opensearch.terraform.module.version | string | `"1.6.0"` | Module version |
| postgresql.enabled | bool | `false` | Set to true to create a PostgreSQL RDS instance |
| postgresql.outputSecret | bool | `true` | Set to true to create an AWS secret manager external secret with outputs |
| postgresql.terraform.defaultVars | object | See below | Vars to be applied to all instances defined below |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ opensearch:
# (https://app.terraform.io/app/Mintel/registry/modules/private/Mintel/opensearch/aws)
source: app.terraform.io/Mintel/opensearch/aws
# -- Module version
version: "1.4.1"
version: "1.6.0"
# -- Vars to be applied to all instances defined below
defaultVars:
### Override the generated workspace name, for example if the generated name is above the char limit
Expand Down
Loading