Skip to content

Commit b5b6d53

Browse files
committed
release v0.0.57
Change-Id: I506fb2cbb98043cbc12f0833f8cbf7766864325b
1 parent 24447af commit b5b6d53

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

doc/reference/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
## [in development]
66

7+
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
13+
## [v0.0.57] - 2025-04-24
14+
715
### Added
816

917
- zuul: add `BasicAuthSecret` parameter for elasticsearch connections. This parameter
1018
allows defining basic auth settings (username and password) and store them in a secret
11-
rather than in plain text in the software factort manifest.
19+
rather than in plain text in the software factory manifest.
1220

1321
### Changed
1422

23+
- Most containers were bumped or modified to use [ubi9:latest](https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image)
24+
as their base image; except for **git-daemon** (using ubi8) and **logjuicer** (migration still in progress).
25+
Incidentally, **upgrading to this version will trigger a restart of every pod in a Software Factory deployment**.
1526
- The default CPU limits have been reduced from 2000m to 500m to enable rollout on smaller cluster.
16-
- go version in go.mod is bumped to 1.24. Backward compatibility with earlier version is not guaranted.
17-
- zuul-* : bumped to 12.0.0-20250414-1 (using ubi9 latest images)
27+
- go version in go.mod is bumped to 1.24. Backward compatibility with earlier version is not guaranteed.
28+
- zuul-* : bumped to 12.0.0
1829

1930
### Deprecated
2031

0 commit comments

Comments
 (0)