Skip to content

Commit

Permalink
Merge pull request #14187 from sharifelgamal/v1.26.0-beta.1
Browse files Browse the repository at this point in the history
Update Makefile for v1.26.0-beta.1 release
  • Loading branch information
sharifelgamal committed May 17, 2022
2 parents b0e94a6 + cb9322a commit f0a6d95
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Release Notes

## Version 1.26.0-beta.1 - 2022-05-17

QEMU driver enhancements:
* fix qemu firmware path locations [#14182](https://github.com/kubernetes/minikube/pull/14182)
* re-establish apiserver tunnel on restart [#14183](https://github.com/kubernetes/minikube/pull/14183)

Features:
* Add configure option to registry-aliases addon [#13912](https://github.com/kubernetes/minikube/pull/13912)

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!

- Jack Zhang
- Pablo Caderno
- Sharif Elgamal
- Steven Powell
- Yuki Okushi
- loftkun

Thank you to our PR reviewers for this release!

- spowelljr (20 comments)
- afbjorklund (1 comments)
- sharifelgamal (1 comments)

Thank you to our triage members for this release!

- afbjorklund (4 comments)
- spowelljr (4 comments)
- Al4DIN (1 comments)
- Gimb0 (1 comments)
- Neandril (1 comments)

## Version 1.26.0-beta.0 - 2022-05-13

Featues:
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 ?= 26
VERSION_BUILD ?= 0-beta.0
VERSION_BUILD ?= 0-beta.1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)

Expand Down

0 comments on commit f0a6d95

Please sign in to comment.