Skip to content

Commit 84d52cd

Browse files
authored
Merge pull request #12499 from spowelljr/pointRelease
v1.23.1 release
2 parents 90b7ebb + 44f2c84 commit 84d52cd

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

CHANGELOG.md

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

3+
## Version 1.23.1 - 2021-09-17
4+
5+
Minor Improvements:
6+
* Add crun version to `minikube version --components` [#12381](https://github.com/kubernetes/minikube/pull/12381)
7+
8+
Bug Fixes:
9+
* ingress addon: fix regression from v1.23.0 [#12443](https://github.com/kubernetes/minikube/pull/12443)
10+
* ingress addon: fix role resource's referenced configmap [#12446](https://github.com/kubernetes/minikube/pull/12446)
11+
* ingress-dns addon: fix regression from v1.23.0 [#12476](https://github.com/kubernetes/minikube/pull/12476)
12+
* gcp-auth addon: delete image pull secrets on addon disable [#12473](https://github.com/kubernetes/minikube/pull/12473)
13+
* gcp-auth addon: create pull secret even if creds JSON is nil [#12461](https://github.com/kubernetes/minikube/pull/12461)
14+
* gcp-auth addon: fix refreshing pull secret [#12497](https://github.com/kubernetes/minikube/pull/12497)
15+
* metallb addon: ask user for config values even if already set [#12437](https://github.com/kubernetes/minikube/pull/12437)
16+
* ambassador addon: warn on enable that addon no longer works [#12474](https://github.com/kubernetes/minikube/pull/12474)
17+
* dashboard addon: fix sha for metrics-scraper [#12496](https://github.com/kubernetes/minikube/pull/12496)
18+
* windows installer: remove quotes from incorrect fields [#12430](https://github.com/kubernetes/minikube/pull/12430)
19+
* strip namespace from images from aliyun registry [#11785](https://github.com/kubernetes/minikube/pull/11785)
20+
21+
Version Upgrades:
22+
* Bump cri-o from v1.20.0 to 1.22.0 [#12425](https://github.com/kubernetes/minikube/pull/12425)
23+
* Bump dashboard from v2.1.0 to v2.3.1 and metrics-scraper from v1.0.4 to v1.0.7 [#12475](https://github.com/kubernetes/minikube/pull/12475)
24+
25+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
26+
27+
Thank you to our contributors for this release!
28+
29+
- Brian Li
30+
- Brian de Alwis
31+
- Hiroya Onoe
32+
- Jayesh Srivastava
33+
- Jeff MAURY
34+
- Joel Jeremy Marquez
35+
- Leif Ringstad
36+
- Medya Ghazizadeh
37+
- Sharif Elgamal
38+
- Steven Powell
39+
- Toshiaki Inukai
40+
41+
Thank you to our PR reviewers for this release!
42+
43+
- medyagh (9 comments)
44+
- spowelljr (2 comments)
45+
- afbjorklund (1 comments)
46+
47+
Thank you to our triage members for this release!
48+
49+
- spowelljr (17 comments)
50+
- afbjorklund (16 comments)
51+
- sharifelgamal (16 comments)
52+
- RA489 (15 comments)
53+
- medyagh (14 comments)
54+
355
## Version 1.23.0 - 2021-09-03
456

557
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 ?= 23
18-
VERSION_BUILD ?= 0
18+
VERSION_BUILD ?= 1
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

hack/release_notes.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@ if [[ "$recent" != *"beta"* ]]; then
7474
echo ""
7575
echo "Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/$recent/) for this release!"
7676
fi
77-
78-
echo ""
79-
echo "Don't forget to run `make update-leaderboard` & `make time-to-k8s-benchmark`!"

0 commit comments

Comments
 (0)