Skip to content

Commit 043bdca

Browse files
authored
Merge pull request #10283 from ilya-zuyev/ilyaz/bump_mk_version
Bump minikube version to 1.17.1
2 parents 88902ee + a6cde3a commit 043bdca

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

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

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+
337
## Version 1.17.0 - 2020-01-22
438

539
Features:

Makefile

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

@@ -26,7 +26,7 @@ KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f
2626
ISO_VERSION ?= v1.17.0
2727
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
2828
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
29-
DEB_REVISION ?= 2
29+
DEB_REVISION ?= 0
3030

3131
RPM_VERSION ?= $(DEB_VERSION)
3232
RPM_REVISION ?= 0

0 commit comments

Comments
 (0)