Releases: sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent
Releases · sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent
0.12.0
What's Changed
- chore(deps): update dependency terraform_docs_makefile to v0.20.0 by @renovate in #16
- feat: add gitlab_agent_enabled_deploy variable to control whether GitLab Agent components are deployed by @filippolmt in #18
- fix: CHANGELOG by @filippolmt in #19
New Contributors
- @filippolmt made their first contribution in #18
Full Changelog: 0.11.0...0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
Added
- The module can create the gitlab agents project by setting the variable
gitlab_project_name
.
0.6.0
0.5.0
Added
- Add the
gitlab_agent_grant_user_access_to_root_namespace
variable to grant theuser_access
permission on the root namespace. - Upgrade the Helm chart to version
2.5.0
for Gitlab 17.
0.4.0
Added
- Add the
gitlab_agents_project_id
andgitlab_root_namespace_id
outputs to allow the retrieval of the Gitlab project and root namespace IDs.
0.3.0
Added
- Add the
create_default_pod_anti_affinity
variable to allow the creation of the default podAntiAffinity rule in the helm values.