Skip to content

Commit f0a6d95

Browse files
Merge pull request #14187 from sharifelgamal/v1.26.0-beta.1
Update Makefile for v1.26.0-beta.1 release
2 parents b0e94a6 + cb9322a commit f0a6d95

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.26.0-beta.1 - 2022-05-17
4+
5+
QEMU driver enhancements:
6+
* fix qemu firmware path locations [#14182](https://github.com/kubernetes/minikube/pull/14182)
7+
* re-establish apiserver tunnel on restart [#14183](https://github.com/kubernetes/minikube/pull/14183)
8+
9+
Features:
10+
* Add configure option to registry-aliases addon [#13912](https://github.com/kubernetes/minikube/pull/13912)
11+
12+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
13+
14+
Thank you to our contributors for this release!
15+
16+
- Jack Zhang
17+
- Pablo Caderno
18+
- Sharif Elgamal
19+
- Steven Powell
20+
- Yuki Okushi
21+
- loftkun
22+
23+
Thank you to our PR reviewers for this release!
24+
25+
- spowelljr (20 comments)
26+
- afbjorklund (1 comments)
27+
- sharifelgamal (1 comments)
28+
29+
Thank you to our triage members for this release!
30+
31+
- afbjorklund (4 comments)
32+
- spowelljr (4 comments)
33+
- Al4DIN (1 comments)
34+
- Gimb0 (1 comments)
35+
- Neandril (1 comments)
36+
337
## Version 1.26.0-beta.0 - 2022-05-13
438

539
Featues:

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

0 commit comments

Comments
 (0)