Skip to content

Commit

Permalink
Merge pull request #12 from sparkfabrik/task/3262_gitlab_agent_upgrade
Browse files Browse the repository at this point in the history
refs platform/3262: upgrade gitlab agent helm chart to 2.8.3
  • Loading branch information
andypanix authored Nov 13, 2024
2 parents b4b7633 + 67e7a29 commit ffeb7b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.0] - 2024-11-13

[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.8.0...0.9.0)

### Changed

- Upgrade the default Helm chart to version `2.8.3`.

## [0.8.0] - 2024-10-30

[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.7.0...0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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.8.2"
default = "2.8.3"
}

variable "helm_additional_values" {
Expand Down

0 comments on commit ffeb7b0

Please sign in to comment.