Skip to content

Commit 678ede3

Browse files
committed
update changelog and makefile
1 parent a455dce commit 678ede3

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
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+
* Bump google.golang.org/api from 0.52.0 to 0.56.0 [#12418](https://github.com/kubernetes/minikube/pull/12418)
25+
* Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14 [#12435](https://github.com/kubernetes/minikube/pull/12435)
26+
* Bump github.com/shirou/gopsutil/v3 from 3.21.7 to 3.21.8 [#12434](https://github.com/kubernetes/minikube/pull/12434)
27+
* Bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.8 [#12433](https://github.com/kubernetes/minikube/pull/12433)
28+
* Bump k8s.io/klog/v2 from 2.10.0 to 2.20.0 [#12417](https://github.com/kubernetes/minikube/pull/12417)
29+
* Bump cloud.google.com/go/storage from 1.15.0 to 1.16.1 [#12419](https://github.com/kubernetes/minikube/pull/12419)
30+
31+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
32+
33+
Thank you to our contributors for this release!
34+
35+
- Brian Li
36+
- Brian de Alwis
37+
- Hiroya Onoe
38+
- Jayesh Srivastava
39+
- Jeff MAURY
40+
- Joel Jeremy Marquez
41+
- Leif Ringstad
42+
- Medya Ghazizadeh
43+
- Sharif Elgamal
44+
- Steven Powell
45+
- Toshiaki Inukai
46+
47+
Thank you to our PR reviewers for this release!
48+
49+
- medyagh (9 comments)
50+
- spowelljr (2 comments)
51+
- afbjorklund (1 comments)
52+
53+
Thank you to our triage members for this release!
54+
55+
- spowelljr (17 comments)
56+
- afbjorklund (16 comments)
57+
- sharifelgamal (16 comments)
58+
- RA489 (15 comments)
59+
- medyagh (14 comments)
60+
361
## Version 1.23.0 - 2021-09-03
462

563
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

0 commit comments

Comments
 (0)