Skip to content

Commit 69417d0

Browse files
authored
Merge pull request #15716 from spowelljr/release129
Release v1.29.0
2 parents 1d1185c + 24976cf commit 69417d0

File tree

4 files changed

+130
-49
lines changed

4 files changed

+130
-49
lines changed

CHANGELOG.md

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

3+
## Version 1.29.0 - 2023-01-26
4+
5+
Features:
6+
* Bump QEMU driver priority from experimental to default [#15556](https://github.com/kubernetes/minikube/pull/15556)
7+
* Ability to set static-ip for Docker driver [#15553](https://github.com/kubernetes/minikube/pull/15553)
8+
* GCP-Auth Addon: automatically attach credentials to newly created namespaces [#15403](https://github.com/kubernetes/minikube/pull/15403)
9+
* Allow forcing 1 CPU on Linux with docker and none driver [#15611](https://github.com/kubernetes/minikube/pull/15611) [#15610](https://github.com/kubernetes/minikube/pull/15610)
10+
11+
Major Improvements:
12+
* Large improvements to cgroup detection and CNI and CRI configurations [#15463](https://github.com/kubernetes/minikube/pull/15463)
13+
* Prevent redownloading kicbase when already downloaded [#15528](https://github.com/kubernetes/minikube/pull/15528)
14+
* Warn when using an old ISO/Kicbase image [#15235](https://github.com/kubernetes/minikube/pull/15235)
15+
16+
Minor Improvements:
17+
* Check brew install paths for socket_vmnet [#15701](https://github.com/kubernetes/minikube/pull/15701)
18+
* Include gcp-auth logs in 'minikube logs' output [#15666](https://github.com/kubernetes/minikube/pull/15666)
19+
* Use absolute path when calling crictl version [#15642](https://github.com/kubernetes/minikube/pull/15642)
20+
* Add additional memory overhead for VirtualBox when `--memory=max` [#15317](https://github.com/kubernetes/minikube/pull/15317)
21+
* Update Windows installer to create system-wide shortcut [#15405](https://github.com/kubernetes/minikube/pull/15405)
22+
* Add `--subnet` validation [#15530](https://github.com/kubernetes/minikube/pull/15530)
23+
* Warn users if using VirtualBox on macOS 13+ [#15624](https://github.com/kubernetes/minikube/pull/15624)
24+
* Add groups check to SSH driver [#15513](https://github.com/kubernetes/minikube/pull/15513)
25+
* Update references to deprecated beta.kubernetes.io [#15225](https://github.com/kubernetes/minikube/pull/15225)
26+
27+
Bugs:
28+
* Fix possible race condition when enabling multiple addons [#15706](https://github.com/kubernetes/minikube/pull/15706)
29+
* Fix cpus config field not supporting max value [#15479](https://github.com/kubernetes/minikube/pull/15479)
30+
* Fix subnet checking failing if IPv6 network found [#15394](https://github.com/kubernetes/minikube/pull/15394)
31+
* Fix Docker tunnel failing if too many SSH keys [#15560](https://github.com/kubernetes/minikube/pull/15560)
32+
* Fix kubelet localStorageCapacityIsolation option [#15336](https://github.com/kubernetes/minikube/pull/15336)
33+
* Fix setting snapshotter to unimplemented fuse-overlayfs [#15272](https://github.com/kubernetes/minikube/pull/15272)
34+
* Remove progress bar for kic download with JSON output [#15482](https://github.com/kubernetes/minikube/pull/15482)
35+
36+
Version Upgrades:
37+
* Bump default Kubernetes version from 1.25.3 to 1.26.1 [#15683](https://github.com/kubernetes/minikube/pull/15683)
38+
* Addons: Update auto-pause from 0.0.2 to 0.0.3 [#15331](https://github.com/kubernetes/minikube/pull/15331)
39+
* Addons: Update cloud-spanner from 1.4.6 to 1.5.0 [#15440](https://github.com/kubernetes/minikube/pull/15440) [#15667](https://github.com/kubernetes/minikube/pull/15667) [#15707](https://github.com/kubernetes/minikube/pull/15707)
40+
* Addons: Update headlamp from 0.13.0 to 0.14.1 [#15401](https://github.com/kubernetes/minikube/pull/15401) [#15515](https://github.com/kubernetes/minikube/pull/15515)
41+
* Addons: Update ingress from 1.2.1 to 1.5.1 [#15339](https://github.com/kubernetes/minikube/pull/15339)
42+
* Addons: Update metrics-server from 0.6.1 to 0.6.2 [#15411](https://github.com/kubernetes/minikube/pull/15411)
43+
* Addons: Update kubevirt from 1.17 to 1.24.7 [#15310](https://github.com/kubernetes/minikube/pull/15310)
44+
* CNI: Update cilium from 1.9.9 to 1.12.3 [#15242](https://github.com/kubernetes/minikube/pull/15242)
45+
* Kicbase: Update buildkit from 0.10.3 to v0.11.0 [#15630](https://github.com/kubernetes/minikube/pull/15630)
46+
* Kicbase/ISO: Update containerd from 1.6.9 to 1.6.15 [#15541](https://github.com/kubernetes/minikube/pull/15541)
47+
* Kicbase/ISO: Update cri-dockerd from 0.2.2 to 0.3.0 [#15541](https://github.com/kubernetes/minikube/pull/15541)
48+
* Kicbase/ISO: Update docker from 20.10.20 to 20.10.23 [#15341](https://github.com/kubernetes/minikube/pull/15341) [#15541](https://github.com/kubernetes/minikube/pull/15541) [#15703](https://github.com/kubernetes/minikube/pull/15703)
49+
* Update KVM-docker-machine amd64 base image from Ubuntu 16.04 to 20.04 [#15628](https://github.com/kubernetes/minikube/pull/15628)
50+
51+
52+
For a more detailed changelog see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
53+
54+
Thank you to our contributors for this release!
55+
56+
- Aarav Arora
57+
- Akihiro Suda
58+
- Anders F Björklund
59+
- Andrew Stanton
60+
- Carlos Santana
61+
- Chris Kannon
62+
- Eng Zer Jun
63+
- Felipe Labbate
64+
- Ian Stewart
65+
- Jan Hutař
66+
- Jeff MAURY
67+
- Kaylen Dart
68+
- Kush Mansingh
69+
- Ludovic Maître
70+
- Medya Ghazizadeh
71+
- Olivier Lemasle
72+
- Paco Xu
73+
- Paul S. Schweigert
74+
- Predrag Rogic
75+
- Ronnel Santiago
76+
- Sharif Elgamal
77+
- Shubh Bapna
78+
- Steven Powell
79+
- Yuiko Mouri
80+
- ckannon
81+
- imjoseangel
82+
- joaquimrocha
83+
- jongwooo
84+
- mardi2020
85+
- shixiuguo
86+
- Товарищ программист
87+
88+
Thank you to our PR reviewers for this release!
89+
90+
- spowelljr (61 comments)
91+
- medyagh (41 comments)
92+
- afbjorklund (7 comments)
93+
- atoato88 (5 comments)
94+
- t-inu (5 comments)
95+
- mqasimsarfraz (4 comments)
96+
- AkihiroSuda (2 comments)
97+
- sharifelgamal (2 comments)
98+
- profnandaa (1 comments)
99+
100+
Thank you to our triage members for this release!
101+
102+
- afbjorklund (98 comments)
103+
- spowelljr (34 comments)
104+
- medyagh (10 comments)
105+
- kant777 (6 comments)
106+
- kundan2707 (6 comments)
107+
108+
Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.29.0/) for this release!
109+
3110
## Version 1.28.0 - 2022-11-04
4111

5112
**SECURITY WARNING:** Log4j CVEs were detected in an image the `efk` addon uses, if you don't use the `efk` addon no action is required. If you use the addon we recommend running `minikube addons disable efk` to terminate the vulnerable pods.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 28
17+
VERSION_MINOR ?= 29
1818
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
20+
VERSION ?= $(MINIKUBE_VERSION)
2021
VERSION ?= v$(RAW_VERSION)
2122

2223
KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/constants/constants.go | cut -d \" -f2)

hack/jenkins/build_iso.sh

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,16 @@ else
4747
export ISO_BUCKET
4848
fi
4949

50-
if [ "$release" = false ]; then
51-
# Build a new ISO for the PR
52-
make release-iso | tee iso-logs.txt
53-
# Abort with error message if above command failed
54-
ec=$?
55-
if [ $ec -gt 0 ]; then
56-
if [ "$release" = false ]; then
57-
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new ISO failed.
58-
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/iso_build.txt
59-
"
60-
fi
61-
exit $ec
50+
make release-iso | tee iso-logs.txt
51+
# Abort with error message if above command failed
52+
ec=$?
53+
if [ $ec -gt 0 ]; then
54+
if [ "$release" = false ]; then
55+
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new ISO failed.
56+
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/iso_build.txt
57+
"
6258
fi
63-
else
64-
# Copy the most recently built PR ISO for release
65-
CURRENT_ISO_VERSION=$(egrep "ISO_VERSION \?=" Makefile | cut -d " " -f 3)
66-
CURRENT_ISO_BUCKET=$(egrep "isoBucket :=" pkg/minikube/download/iso.go | cut -d " " -f 3 | cut -d '"' -f 2)
67-
gsutil cp gs://${CURRENT_ISO_BUCKET}/minikube-${CURRENT_ISO_VERSION}-amd64.iso gs://${ISO_BUCKET}/minikube-${ISO_VERSION}-amd64.iso
68-
gsutil cp gs://${CURRENT_ISO_BUCKET}/minikube-${CURRENT_ISO_VERSION}-amd64.iso.sha256 gs://${ISO_BUCKET}/minikube-${ISO_VERSION}-amd64.iso.sha256
69-
gsutil cp gs://${CURRENT_ISO_BUCKET}/minikube-${CURRENT_ISO_VERSION}-arm64.iso gs://${ISO_BUCKET}/minikube-${ISO_VERSION}-arm64.iso
70-
gsutil cp gs://${CURRENT_ISO_BUCKET}/minikube-${CURRENT_ISO_VERSION}-arm64.iso.sha256 gs://${ISO_BUCKET}/minikube-${ISO_VERSION}-arm64.iso.sha256
59+
exit $ec
7160
fi
7261

7362
git config user.name "minikube-bot"

hack/jenkins/kicbase_auto_build.sh

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ curl -L https://github.com/kubernetes/minikube/raw/master/pkg/drivers/kic/types.
3737
# kicbase tags are of the form VERSION-TIMESTAMP-PR, so this grep finds that TIMESTAMP in the middle
3838
# if it doesn't exist, it will just return VERSION, which is covered in the if statement below
3939
HEAD_KIC_TIMESTAMP=$(egrep "Version =" types-head.go | cut -d \" -f 2 | cut -d "-" -f 2)
40-
CURRENT_KIC_VERSION=$(egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f 2)
41-
CURRENT_KIC_TS=$(echo $CURRENT_KIC_VERSION | cut -d "-" -f 2)
40+
CURRENT_KIC_TS=$(egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f 2 | cut -d "-" -f 2)
4241
if [[ $HEAD_KIC_TIMESTAMP != v* ]]; then
4342
diff=$((CURRENT_KIC_TS-HEAD_KIC_TIMESTAMP))
4443
if [[ $CURRENT_KIC_TS == v* ]] || [ $diff -lt 0 ]; then
@@ -68,33 +67,18 @@ GCR_IMG=${GCR_REPO}:${KIC_VERSION}
6867
DH_IMG=${DH_REPO}:${KIC_VERSION}
6968
export KICBASE_IMAGE_REGISTRIES="${GCR_IMG} ${DH_IMG}"
7069

71-
if [ "$release" = false ]; then
72-
# Build a new kicbase image
73-
CIBUILD=yes make push-kic-base-image | tee kic-logs.txt
74-
75-
# Abort with error message if above command failed
76-
ec=$?
77-
if [ $ec -gt 0 ]; then
78-
if [ "$release" = false ]; then
79-
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new kicbase image failed.
80-
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/kic_image_build.txt
81-
"
82-
fi
83-
exit $ec
84-
fi
85-
else
86-
# Install crane, it does exactly what we want it to do
87-
go install github.com/google/go-containerregistry/cmd/crane@latest
88-
89-
CURRENT_GCR_REPO=$(grep "gcrRepo =" pkg/drivers/kic/types.go | cut -d \" -f 2)
90-
CURRENT_DH_REPO=$(grep "dockerhubRepo =" pkg/drivers/kic/types.go | cut -d \" -f 2)
91-
92-
CURRENT_GCR_IMG=$CURRENT_GCR_REPO:$CURRENT_KIC_VERSION
93-
CURRENT_DH_IMG=$CURRENT_DH_REPO:$CURRENT_KIC_VERSION
94-
95-
crane copy $CURRENT_GCR_IMG $GCR_IMG
96-
crane copy $CURRENT_DH_IMG $DH_IMG
70+
# Build a new kicbase image
71+
CIBUILD=yes make push-kic-base-image | tee kic-logs.txt
9772

73+
# Abort with error message if above command failed
74+
ec=$?
75+
if [ $ec -gt 0 ]; then
76+
if [ "$release" = false ]; then
77+
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new kicbase image failed.
78+
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/kic_image_build.txt
79+
"
80+
fi
81+
exit $ec
9882
fi
9983

10084
# Retrieve the sha from the new image

0 commit comments

Comments
 (0)