Skip to content

Commit 7e492ae

Browse files
committed
refs platform/#3152: add docs
1 parent 369b82a commit 7e492ae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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.7.0] - 2024-10-21
12+
13+
[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.6.0...0.7.0)
14+
15+
### Added
16+
17+
- The module can create the gitlab agents project by setting the variable `gitlab_project_name`
18+
1119
## [0.6.0] - 2024-07-30
1220

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ If required (`gitlab_agent_grant_access_to_entire_root_namespace` configured to
88

99
**ATTENTION**: you have to manually create the project that will host the Gitlab Agent configuration in Gitlab before running this module.
1010

11+
From version 0.7.0 if you set `gitlab_project_name` the module will create gitlab project automatically. This new behavior requires the provider to have the proper permissions to create the project in the namespace.
12+
1113
## RBAC configuration for the Gitlab Agent service account
1214

1315
This module uses the default configuration of the Gitlab Agent Helm chart. The default configuration grants to the Gitlab Agent service account the `cluster-admin` ClusterRole. If you want to change this configuration, you can use the `helm_additional_values` variable to pass additional values to the Helm chart.

0 commit comments

Comments
 (0)