Skip to content

Commit 01ff631

Browse files
authored
Merge pull request #265 from rawmind0/drain
Fix upgrade crash if upgrade_strategy.drain is set
2 parents 20c256b + 766a4a8 commit 01ff631

File tree

4 files changed

+57
-563
lines changed

4 files changed

+57
-563
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.1.6 (December 9, 2020)
2+
3+
FEATURES:
4+
5+
6+
7+
ENHANCEMENTS:
8+
9+
* Updated RKE to v1.2.3
10+
11+
BUG FIXES:
12+
13+
* Fix upgrade crash if upgrade_strategy.drain is set
14+
115
## 1.1.5 (November 5, 2020)
216

317
FEATURES:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gorilla/websocket v1.4.1 // indirect
88
github.com/hashicorp/go-version v1.2.0
99
github.com/hashicorp/terraform-plugin-sdk v1.14.0
10-
github.com/rancher/rke v1.2.2
10+
github.com/rancher/rke v1.2.3
1111
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
1212
github.com/sirupsen/logrus v1.4.2
1313
gopkg.in/yaml.v2 v2.2.8

0 commit comments

Comments
 (0)