Skip to content

Commit

Permalink
Merge pull request #16236 from spowelljr/release1301
Browse files Browse the repository at this point in the history
Release v1.30.1
  • Loading branch information
spowelljr committed Apr 4, 2023
2 parents c2a5360 + f111fd1 commit 08896fd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,33 @@
# Release Notes

## Version 1.30.0 - 2023-03-31
## Version 1.30.1 - 2023-04-04

* Docker driver: Fix incorrectly stating `Image was not built for the current minikube` [#16226](https://github.com/kubernetes/minikube/pull/16226)
* Mark VMware driver as unsupported [#16233](https://github.com/kubernetes/minikube/pull/16233)

For a more detailed changelog, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).

Thank you to our contributors for this release!

- Juan Martin Loyola
- Medya Ghazizadeh
- Steven Powell

Thank you to our PR reviewers for this release!

- medyagh (1 comments)

Thank you to our triage members for this release!

- afbjorklund (8 comments)
- spowelljr (6 comments)
- kundan2707 (2 comments)
- medyagh (1 comments)
- rafariossaa (1 comments)

Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.30.1/) for this release!

## Version 1.30.0 - 2023-04-03

Features:
* Implement experimental QEMU on Windows [#15781](https://github.com/kubernetes/minikube/pull/15781)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 30
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)

Expand Down

0 comments on commit 08896fd

Please sign in to comment.