We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1b8e4 commit 6bdb5d0Copy full SHA for 6bdb5d0
2 files changed
CHANGELOG.md
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+## [0.2.1] - 2026-02-05
8
+
9
+### Fixed
10
11
+- Clear KuberikRolloutBakeFailed stalled condition on rollout recovery
12
13
## [0.2.0] - 2026-02-04
14
15
+### Chore
16
17
+- Release version v0.2.0
18
19
20
### Fixed
21
22
- Resolve RolloutTest lifecycle, status cycle, and timeout handling
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/kuberik/openkruise-controller
- newTag: v0.2.0
+ newTag: v0.2.1
0 commit comments