-
Notifications
You must be signed in to change notification settings - Fork 549
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
feat: update Kubernetes to 1.21.0-beta.0 #3328
Conversation
d20e343
to
27627cd
Compare
let's hold on merging this till Monday, in case we have any more docs for 0.9 or backports requiring new docs and we can move to 0.10 docs in master and rebase this one |
@@ -70,18 +70,19 @@ type upgradeSpec struct { | |||
} | |||
|
|||
const ( | |||
previousRelease = "v0.8.4" | |||
stableRelease = "v0.9.0-alpha.5" | |||
previousRelease = "v0.8.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update versions in Makefile
RELEASES
variable to match these (so that required artifacts are downloaded)
620bb4c
to
20348fd
Compare
/approve |
/promote conformance |
20348fd
to
3c9087a
Compare
3c9087a
to
3912e15
Compare
3912e15
to
a7b9599
Compare
/rebase |
a7b9599
to
1322acb
Compare
/promote conformance |
/rebase |
See CHANGELOG: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md Refs siderolabs#3329. Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
1322acb
to
68bca71
Compare
/lgtm |
See CHANGELOG:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md
Refs #3329.
Requires
v0.9.0-beta.2
to be released.make conformance
)make fmt
)make lint
)make docs
)make unit-tests
)