File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Minikube Release Notes
2
2
3
+ # Version 0.25.0 - 1/26/2018
4
+ * Add freshpod addon [ #2423 ] ( https://github.com/kubernetes/minikube/pull/2423 )
5
+ * List addons in consistent sort order [ #2446 ] ( https://github.com/kubernetes/minikube/pull/2446 )
6
+ * [ Minikube ISO] Upgrade Docker to 17.09 [ #2427 ] ( https://github.com/kubernetes/minikube/pull/2427 )
7
+ * [ Minikube ISO] Change cri-o socket location to upstream default [ #2262 ] ( https://github.com/kubernetes/minikube/pull/2262 )
8
+ * [ Minikube ISO] Update crio to v1.0.3 [ #2311 ] ( https://github.com/kubernetes/minikube/pull/2311 )
9
+ * Change Dashboard from Replication Controller to Deployment [ #2409 ] ( https://github.com/kubernetes/minikube/pull/2409 )
10
+ * Upgrade kube-addon-manager to v6.5 [ #2400 ] ( https://github.com/kubernetes/minikube/pull/2400 )
11
+ * Upgrade heapster to v1.5.0 [ #2335 ] ( https://github.com/kubernetes/minikube/pull/2335 )
12
+ * Upgrade ingress controller to v0.9.0 [ #2292 ] ( https://github.com/kubernetes/minikube/pull/2292 )
13
+ * Upgrade docker machine to g49dfaa70 [ #2299 ] ( https://github.com/kubernetes/minikube/pull/2299 )
14
+ * Added ingress integration tests [ #2254 ] ( https://github.com/kubernetes/minikube/pull/2254 )
15
+ * Converted image registries to k8s.gcr.io [ #2356 ] ( https://github.com/kubernetes/minikube/pull/2356 )
16
+ * Added cache list command [ #2272 ] ( https://github.com/kubernetes/minikube/pull/2272 )
17
+ * Upgrade to Kubernetes 1.9 [ #2343 ] ( https://github.com/kubernetes/minikube/pull/2343 )
18
+ * [ hyperkit] Support NFS Sharing [ #2337 ] ( https://github.com/kubernetes/minikube/pull/2337 )
19
+
3
20
# Version 0.24.1 - 11/30/2017
4
21
* Add checksum verification for localkube
5
22
* Bump minikube iso to v0.23.6
Original file line number Diff line number Diff line change 14
14
15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 0
17
- VERSION_MINOR ?= 24
18
- VERSION_BUILD ?= 1
17
+ VERSION_MINOR ?= 25
18
+ VERSION_BUILD ?= 0
19
19
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
DEB_VERSION ?= $(VERSION_MAJOR ) .$(VERSION_MINOR ) -$(VERSION_BUILD )
21
21
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
You can’t perform that action at this time.
0 commit comments