Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.5 #335

Merged
merged 1 commit into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v1.0.5] - 2022-06-02
d6994b8 fix minor bugs (#334)
b33f5ae "max-replacement-nodes" feature to avoid cluster ballooning during upgrades. (#328)
51fef36 fix error 'failed to set instances to stand-by' (#329)
af9c12d Fix bdd (#332)
fa47143 Add a "clean" target in Makefile (#331)
16ed0fc Fix CI Github action (#330)
8e0f67d Update rollingupgrade_controller.go (#322)
9b1d11c add README (#320)
167e10b EOL of upgrade-manager-v0 and make upgrade-manager-v1 the default. (#319)
## [v1.0.4] - 2021-10-04
995b81b controller flags for ignoreDrainFailures and drainTimeout (#307)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.0.4
VERSION=1.0.5
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: keikoproj/rolling-upgrade-controller:1.0.4
- image: keikoproj/rolling-upgrade-controller:1.0.5
name: manager