File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Version 1.17.1 - 2020-01-28
4
+
5
+ Features:
6
+
7
+ * Add new flag --user and to log executed commands [ #10106 ] ( https://github.com/kubernetes/minikube/pull/10106 )
8
+ * Unhide --schedule flag for scheduled stop [ #10274 ] ( https://github.com/kubernetes/minikube/pull/10274 )
9
+ * Make the ssh driver opt-in and not default [ #10269 ] ( https://github.com/kubernetes/minikube/pull/10269 )
10
+
11
+ Bugs:
12
+
13
+ * fixing debian and arch concurrent multiarch builds [ #9998 ] ( https://github.com/kubernetes/minikube/pull/9998 )
14
+ * configure the crictl yaml file to avoid the warning [ #10221 ] ( https://github.com/kubernetes/minikube/pull/10221 )
15
+
16
+ Upgrades:
17
+
18
+ * Update BUILD_IMAGE version to 1.16-rc [ #10285 ] ( https://github.com/kubernetes/minikube/pull/10285 )
19
+ * The gopsutil cpu implementation changed in v3 [ #10270 ] ( https://github.com/kubernetes/minikube/pull/10270 )
20
+
21
+ Thank you to our contributors for this release!
22
+
23
+ - Anders F Björklund
24
+ - BLasan
25
+ - Ilya Zuyev
26
+ - Jiefeng He
27
+ - Jorropo
28
+ - Medya Ghazizadeh
29
+ - Niels de Vos
30
+ - Priya Wadhwa
31
+ - Sharif Elgamal
32
+ - Steven Powell
33
+ - Thomas Strömberg
34
+ - andrzejsydor
35
+
36
+
3
37
## Version 1.17.0 - 2020-01-22
4
38
5
39
Features:
Original file line number Diff line number Diff line change 15
15
# Bump these on release - and please check ISO_VERSION for correctness.
16
16
VERSION_MAJOR ?= 1
17
17
VERSION_MINOR ?= 17
18
- VERSION_BUILD ?= 0
18
+ VERSION_BUILD ?= 1
19
19
RAW_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
VERSION ?= v$(RAW_VERSION )
21
21
@@ -26,7 +26,7 @@ KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f
26
26
ISO_VERSION ?= v1.17.0
27
27
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
28
28
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION ) )
29
- DEB_REVISION ?= 2
29
+ DEB_REVISION ?= 0
30
30
31
31
RPM_VERSION ?= $(DEB_VERSION )
32
32
RPM_REVISION ?= 0
You can’t perform that action at this time.
0 commit comments