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: docs/reference/CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ 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
+
### Security
13
+
14
+
## [v0.0.68] - 2026-06-11
15
+
7
16
### Added
8
17
9
18
- Improved logserver SSH key rotation: refactored authorized_keys reconciliation logic and added `logserver-uploader-spare-keys` secret support to allow long-running jobs to maintain access during key rotation without service interruption.
@@ -14,11 +23,6 @@ All notable changes to this project will be documented in this file.
14
23
- Zuul Executor: wait until the grace period is over for the statefulset to be ready. This is to ensure progressive rollout where the sf-operator can now safely proceed one executors at a time without interrupting the production.
15
24
- Improved statefulset readiness deployment to wait for the grace period and bail out early in case of crash back loop.
0 commit comments