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: doc/reference/CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [in development]
6
6
7
+
### Added
8
+
### Changed
9
+
### Deprecated
10
+
### Removed
11
+
### Fixed
12
+
13
+
## [v0.0.58] - 2025-09-05
14
+
7
15
### Added
8
16
9
17
- zuul: the operator now validates that the user provided connections doesn't have any duplicate names.
10
-
- A new defaultStorage.nodeAffinity attribute that can be set to prevent pod from being scheduled to a different host and avoid issue with storage class that doesn't support that.
11
-
- zuul: increased the default executor TerminationGracePeriodSeconds to 2 hours and added a new CR attribute to configure the value through Zuul.Executor.TerminationGracePeriodSeconds.
18
+
- A new `defaultStorage.nodeAffinity` attribute that can be set to prevent pod from being scheduled to a different host and avoid issue with storage class that doesn't support that.
19
+
- zuul: increased the default executor `TerminationGracePeriodSeconds` to 2 hours and added a new CR attribute to configure the value through `Zuul.Executor.TerminationGracePeriodSeconds`.
12
20
- The operator now validates that the user-provided connections do not have any duplicate names.
13
-
- A new `defaultStorage.nodeAffinity` attribute that can be set to prevent a pod from being scheduled to a different host and avoid issues with a storage class that does not support that.
14
21
15
22
### Changed
16
23
@@ -19,12 +26,9 @@ All notable changes to this project will be documented in this file.
19
26
- zookeeper: bumped to 3.9.3
20
27
- httpd-24: bumped to registry.access.redhat.com/ubi8/httpd-24:1-350
21
28
- weeder: update ubi9-python-39 container
22
-
- Unifying Zuul label: workflow label
23
-
This change modifies the Zuul label to run gate pipelines from `gateit` to
24
-
`workflow`.
29
+
- The Zuul label to run gate pipelines changed from `gateit` to `workflow`.
25
30
- Container images based on UBI have been updated. Zuul and Nodepool services will be restarted during the upgrade.
26
31
27
-
### Deprecated
28
32
### Removed
29
33
30
34
- The gitlab api token name setting is removed as it is not necessary. The value is always set to Zuul, according to https://gitlab.com/gitlab-org/gitlab/-/issues/212953
0 commit comments