File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,28 @@ 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.57] - 2025-04-24
14
+
7
15
### Added
8
16
9
17
- zuul: add ` BasicAuthSecret ` parameter for elasticsearch connections. This parameter
10
18
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.
12
20
13
21
### Changed
14
22
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** .
15
26
- 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
18
29
19
30
### Deprecated
20
31
You can’t perform that action at this time.
0 commit comments