|
1 | 1 | # Release Notes |
2 | 2 |
|
| 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 | + |
3 | 55 | ## Version 1.23.0 - 2021-09-03 |
4 | 56 |
|
5 | 57 | Features: |
|
0 commit comments