Skip to content

Commit f55351d

Browse files
Merge pull request #12541 from sharifelgamal/1.23.2
v1.23.2 release
2 parents 6592a43 + 17a5f19 commit f55351d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.23.2 - 2021-09-21
4+
5+
Fix crio regression:
6+
* Roll back default crio cgroup to systemd [#12533](https://github.com/kubernetes/minikube/pull/12533)
7+
* Fix template typo [#12532](https://github.com/kubernetes/minikube/pull/12532)
8+
9+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
10+
11+
Thank you to our contributors for this release!
12+
13+
- Jeff MAURY
14+
- Lakshya Gupta
15+
- Medya Ghazizadeh
16+
- Sharif Elgamal
17+
- Steven Powell
18+
19+
Thank you to our PR reviewers for this release!
20+
21+
- medyagh (2 comments)
22+
- sharifelgamal (1 comments)
23+
24+
Thank you to our triage members for this release!
25+
26+
- afbjorklund (12 comments)
27+
- yxxhero (10 comments)
28+
- medyagh (7 comments)
29+
- spowelljr (4 comments)
30+
- dilyanpalauzov (2 comments)
31+
32+
333
## Version 1.23.1 - 2021-09-17
434

535
Minor Improvements:

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

0 commit comments

Comments
 (0)