Skip to content

Commit a03fbcf

Browse files
authored
Merge pull request #11920 from spowelljr/1.22.0
Bump Makefile for v1.22.0 release
2 parents 46b5d39 + 6914829 commit a03fbcf

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Release Notes
22

3+
## Version 1.22.0 - 2021-07-07
4+
5+
Features:
6+
* `minikube version`: add `--components` flag to list all included software [#11843](https://github.com/kubernetes/minikube/pull/11843)
7+
8+
Minor Improvements:
9+
* auto-pause: add support for other container runtimes [#11834](https://github.com/kubernetes/minikube/pull/11834)
10+
* windows: support renaming binary to `kubectl.exe` and running as kubectl [#11819](https://github.com/kubernetes/minikube/pull/11819)
11+
12+
Bugs:
13+
* Fix "kubelet Default-Start contains no runlevels" error [#11815](https://github.com/kubernetes/minikube/pull/11815)
14+
15+
Version Upgrades:
16+
* bump default kubernetes version to v1.21.2 & newest kubernetes version to v1.22.0-beta.0 [#11901](https://github.com/kubernetes/minikube/pull/11901)
17+
18+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
19+
20+
Thank you to our contributors for this release!
21+
22+
- Anders F Björklund
23+
- Andriy Dzikh
24+
- Dakshraj Sharma
25+
- Ilya Zuyev
26+
- Jeff MAURY
27+
- Maxime Kjaer
28+
- Medya Ghazizadeh
29+
- Rajwinder Mahal
30+
- Sharif Elgamal
31+
- Steven Powell
32+
33+
Thank you to our PR reviewers for this release!
34+
35+
- medyagh (27 comments)
36+
- sharifelgamal (10 comments)
37+
- andriyDev (5 comments)
38+
- spowelljr (4 comments)
39+
- ilya-zuyev (3 comments)
40+
41+
Thank you to our triage members for this release!
42+
43+
- medyagh (16 comments)
44+
- spowelljr (7 comments)
45+
- afbjorklund (4 comments)
46+
- mahalrs (4 comments)
47+
- sharifelgamal (3 comments)
48+
349
## Version 1.22.0-beta.0 - 2021-06-28
450

551
Features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 22
18-
VERSION_BUILD ?= 0-beta.0
18+
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)