Skip to content

Commit

Permalink
Merge pull request #12541 from sharifelgamal/1.23.2
Browse files Browse the repository at this point in the history
v1.23.2 release
  • Loading branch information
sharifelgamal authored Sep 21, 2021
2 parents 6592a43 + 17a5f19 commit f55351d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Release Notes

## Version 1.23.2 - 2021-09-21

Fix crio regression:
* Roll back default crio cgroup to systemd [#12533](/~https://github.com/kubernetes/minikube/pull/12533)
* Fix template typo [#12532](/~https://github.com/kubernetes/minikube/pull/12532)

For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](/~https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).

Thank you to our contributors for this release!

- Jeff MAURY
- Lakshya Gupta
- Medya Ghazizadeh
- Sharif Elgamal
- Steven Powell

Thank you to our PR reviewers for this release!

- medyagh (2 comments)
- sharifelgamal (1 comments)

Thank you to our triage members for this release!

- afbjorklund (12 comments)
- yxxhero (10 comments)
- medyagh (7 comments)
- spowelljr (4 comments)
- dilyanpalauzov (2 comments)


## Version 1.23.1 - 2021-09-17

Minor Improvements:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 23
VERSION_BUILD ?= 1
VERSION_BUILD ?= 2
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)

Expand Down

0 comments on commit f55351d

Please sign in to comment.