From c0cac13fa598e995185ce47780434b4ab80cb349 Mon Sep 17 00:00:00 2001 From: Giuseppe Arancio Date: Fri, 20 Sep 2024 18:01:05 +0200 Subject: [PATCH 1/2] refs platform/3177: upgrade agent to 17.3.1 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index dc4c36d..e7b7d86 100644 --- a/variables.tf +++ b/variables.tf @@ -96,7 +96,7 @@ variable "helm_release_name" { variable "helm_chart_version" { description = "The version of the gitlab-agent Helm chart. You can see the available versions at https://gitlab.com/gitlab-org/charts/gitlab-agent/-/tags, or using the command `helm search repo gitlab/gitlab-agent -l` after adding the Gitlab Helm repository." type = string - default = "2.5.0" + default = "2.6.2" } variable "helm_additional_values" { From 5150be668abd3c82b82dcebfcb405a43c271fdcd Mon Sep 17 00:00:00 2001 From: Daniele Monti <62102073+Monska85@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:28:21 +0200 Subject: [PATCH 2/2] refs platform/3177: change version in values file link --- CHANGELOG.md | 8 ++++++++ files/values.yaml.tftpl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576566a..807cff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.6.0] - 2024-07-30 + +[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.5.0...0.6.0) + +### Added + +- Upgrade the default Helm chart to version `2.6.2`. + ## [0.5.0] - 2024-07-30 [Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.4.0...0.5.0) diff --git a/files/values.yaml.tftpl b/files/values.yaml.tftpl index 3bec44d..874ced3 100644 --- a/files/values.yaml.tftpl +++ b/files/values.yaml.tftpl @@ -1,4 +1,4 @@ -# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v2.5.0/values.yaml +# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v2.6.2/values.yaml %{~ if length(k8s_common_labels) > 0 } additionalLabels: