Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## v0.5.3
### Bugfix:
- Fix: Webhook will take over Deployment even Rollout CR doesn't exist ([#279](https://github.com/openkruise/rollouts/pull/279),[@AiRanthem](https://github.com/AiRanthem))

## v0.4.4
### Bugfix:
- Fix: Webhook will take over Deployment even Rollout CR doesn't exist ([#279](https://github.com/openkruise/rollouts/pull/279),[@AiRanthem](https://github.com/AiRanthem))

## v0.5.2
### Bugfix:
- Filter rs that are not part of the current Deployment ([#274](https://github.com/openkruise/rollouts/pull/274),[@AiRanthem](https://github.com/AiRanthem))

## v0.4.3
### Bugfix:
- Filter rs that are not part of the current Deployment ([#274](https://github.com/openkruise/rollouts/pull/274),[@AiRanthem](https://github.com/AiRanthem))

## v0.6.1
### Key Features:
- Introduced `rollout-batch-id` labeling for blue-green and canary style releases ([#250](https://github.com/openkruise/rollouts/pull/250),([#251](https://github.com/openkruise/rollouts/pull/251),[#261](https://github.com/openkruise/rollouts/pull/261),[@PersistentJZH](https://github.com/PersistentJZH),[@AiRanthem](https://github.com/AiRanthem))
Expand Down