You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [Unreleased]
10
10
11
+
## [0.3.0] - 2024-07-10
12
+
13
+
[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.2.0...0.3.0)
14
+
15
+
### Added
16
+
17
+
- Add the `create_default_pod_anti_affinity` variable to allow the creation of the default podAntiAffinity rule in the helm values.
18
+
11
19
## [0.2.0] - 2024-07-04
12
20
13
21
[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.1.0...0.2.0)
14
22
23
+
### Added
24
+
15
25
- Add dependency on the Gitlab variables to prevent their creation before the helm release.
16
26
- Add the `gitlab_agent_append_to_config_file` variable to allow customizations to the agent configuration file keeping the access for the root namespace managed by the module.
| <aname="input_agent_kas_address"></a> [agent\_kas\_address](#input\_agent\_kas\_address)| The address of the Gitlab Kubernetes Agent Server (KAS). |`string`|`"kas.gitlab.com"`| no |
51
51
| <aname="input_agent_replicas"></a> [agent\_replicas](#input\_agent\_replicas)| The number of replicas of the Gitlab Agent. |`number`|`1`| no |
52
+
| <aname="input_create_default_pod_anti_affinity"></a> [create\_default\_pod\_anti\_affinity](#input\_create\_default\_pod\_anti\_affinity)| Create default podAntiAffinity rules for the Gitlab Agent pods. |`bool`|`true`| no |
52
53
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| Create namespace for the helm release. If false, the namespace must be created before using this module. |`bool`|`true`| no |
53
54
| <aname="input_gitlab_agent_append_to_config_file"></a> [gitlab\_agent\_append\_to\_config\_file](#input\_gitlab\_agent\_append\_to\_config\_file)| Append the Gitlab Agent configuration to the configuration file created for the entire root namespace. This variable is only used when `gitlab_agent_grant_access_to_entire_root_namespace` is true. |`string`|`""`| no |
54
55
| <aname="input_gitlab_agent_branch_name"></a> [gitlab\_agent\_branch\_name](#input\_gitlab\_agent\_branch\_name)| The branch name where the Gitlab Agent configuration will be stored. |`string`|`"main"`| no |
0 commit comments