Releases: sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent
Releases · sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent
0.6.0
0.5.0
Added
- Add the
gitlab_agent_grant_user_access_to_root_namespacevariable to grant theuser_accesspermission on the root namespace. - Upgrade the Helm chart to version
2.5.0for Gitlab 17.
0.4.0
Added
- Add the
gitlab_agents_project_idandgitlab_root_namespace_idoutputs to allow the retrieval of the Gitlab project and root namespace IDs.
0.3.0
Added
- Add the
create_default_pod_anti_affinityvariable to allow the creation of the default podAntiAffinity rule in the helm values.
0.2.0
- Add dependency on the Gitlab variables to prevent their creation before the helm release.
- Add the
gitlab_agent_append_to_config_filevariable to allow customizations to the agent configuration file keeping the access for the root namespace managed by the module.