Skip to content

Commit ffeb7b0

Browse files
authored
Merge pull request #12 from sparkfabrik/task/3262_gitlab_agent_upgrade
refs platform/3262: upgrade gitlab agent helm chart to 2.8.3
2 parents b4b7633 + 67e7a29 commit ffeb7b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [0.9.0] - 2024-11-13
12+
13+
[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.8.0...0.9.0)
14+
15+
### Changed
16+
17+
- Upgrade the default Helm chart to version `2.8.3`.
18+
1119
## [0.8.0] - 2024-10-30
1220

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

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ variable "helm_release_name" {
102102
variable "helm_chart_version" {
103103
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."
104104
type = string
105-
default = "2.8.2"
105+
default = "2.8.3"
106106
}
107107

108108
variable "helm_additional_values" {

0 commit comments

Comments
 (0)