Skip to content

Commit fd7ecd9

Browse files
authored
Merge pull request #17071 from spowelljr/release1312
Release v1.31.2
2 parents 6d948d2 + 4f6288a commit fd7ecd9

File tree

5 files changed

+62
-7
lines changed

5 files changed

+62
-7
lines changed

CHANGELOG.md

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

3+
## Version 1.31.2 - 2023-08-16
4+
5+
docker-env Regression:
6+
* Create `~/.ssh` directory if missing [#16934](https://github.com/kubernetes/minikube/pull/16934)
7+
* Fix adding guest to `~/.ssh/known_hosts` when not needed [#17030](https://github.com/kubernetes/minikube/pull/17030)
8+
9+
Minor Improvements:
10+
* Verify containerd storage separately from docker [#16972](https://github.com/kubernetes/minikube/pull/16972)
11+
12+
Version Upgrades:
13+
* Bump Kubernetes version default: v1.27.4 and latest: v1.28.0-rc.1 [#17011](https://github.com/kubernetes/minikube/pull/17011) [#17051](https://github.com/kubernetes/minikube/pull/17051)
14+
* Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.7 to 1.5.9 [#17017](https://github.com/kubernetes/minikube/pull/17017) [#17044](https://github.com/kubernetes/minikube/pull/17044)
15+
* Addon headlamp: Update headlamp-k8s/headlamp image from v0.18.0 to v0.19.0 [#16992](https://github.com/kubernetes/minikube/pull/16992)
16+
* Addon inspektor-gadget: Update inspektor-gadget image from v0.18.1 to v0.19.0 [#17016](https://github.com/kubernetes/minikube/pull/17016)
17+
* Addon metrics-server: Update metrics-server/metrics-server image from v0.6.3 to v0.6.4 [#16969](https://github.com/kubernetes/minikube/pull/16969)
18+
* CNI flannel: Update from v0.22.0 to v0.22.1 [#16968](https://github.com/kubernetes/minikube/pull/16968)
19+
20+
For a more detailed changelog, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
21+
22+
Thank you to our contributors for this release!
23+
24+
- Alex Serbul
25+
- Anders F Björklund
26+
- Jeff MAURY
27+
- Medya Ghazizadeh
28+
- Michelle Thompson
29+
- Predrag Rogic
30+
- Seth Rylan Gainey
31+
- Steven Powell
32+
- aiyijing
33+
- joaquimrocha
34+
- renyanda
35+
- shixiuguo
36+
- sunyuxuan
37+
- Товарищ программист
38+
39+
Thank you to our PR reviewers for this release!
40+
41+
- medyagh (8 comments)
42+
- spowelljr (2 comments)
43+
- ComradeProgrammer (1 comments)
44+
- Lyllt8 (1 comments)
45+
- aiyijing (1 comments)
46+
47+
Thank you to our triage members for this release!
48+
49+
- afbjorklund (6 comments)
50+
- vaibhav2107 (5 comments)
51+
- kundan2707 (3 comments)
52+
- spowelljr (3 comments)
53+
- ao390 (2 comments)
54+
55+
Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.31.2/) for this release!
56+
357
## Version 1.31.1 - 2023-07-20
458

559
* cni: Fix regression in auto selection [#16912](https://github.com/kubernetes/minikube/pull/16912)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 31
18-
VERSION_BUILD ?= 1
18+
VERSION_BUILD ?= 2
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

2222
KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/constants/constants.go | cut -d \" -f2)
2323
KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2)
2424

2525
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
26-
ISO_VERSION ?= v1.31.0-1690838458-16971
26+
ISO_VERSION ?= v1.31.0
2727

2828
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
2929
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))

cmd/minikube/cmd/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ func imageMatchesBinaryVersion(imageVersion, binaryVersion string) bool {
446446

447447
mappedVersions := map[string]string{
448448
"v1.31.1": "v1.31.0",
449+
"v1.31.2": "v1.31.0",
449450
}
450451
binaryVersion, ok := mappedVersions[binaryVersion]
451452

pkg/drivers/kic/types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ import (
2424

2525
const (
2626
// Version is the current version of kic
27-
Version = "v0.0.40-1690799191-16971"
27+
Version = "v0.0.40"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "e2b8a0768c6a1fd3ed0453a7caf63756620121eab0a25a3ecf9665353865fd37"
30+
baseImageSHA = "8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631"
3131
// The name of the GCR kicbase repository
32-
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
32+
gcrRepo = "gcr.io/k8s-minikube/kicbase"
3333
// The name of the Dockerhub kicbase repository
34-
dockerhubRepo = "docker.io/kicbase/build"
34+
dockerhubRepo = "docker.io/kicbase/stable"
3535
)
3636

3737
var (

site/content/en/docs/commands/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ minikube start [flags]
2626
--apiserver-names strings A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine
2727
--apiserver-port int The apiserver listening port (default 8443)
2828
--auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true)
29-
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1690799191-16971@sha256:e2b8a0768c6a1fd3ed0453a7caf63756620121eab0a25a3ecf9665353865fd37")
29+
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631")
3030
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
3131
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
3232
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)

0 commit comments

Comments
 (0)