We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da4296 commit abf4334Copy full SHA for abf4334
README.md
@@ -9,7 +9,7 @@ Terraform RKE providers can easily deploy Kubernetes clusters with [Rancher Kube
9
#### Compatible Versions
10
11
- Terraform: v0.11+
12
-- RKE: v0.1.7 (Kubernetes 1.8, 1.9 and 1.10)
+- RKE: v0.1.8-rc11 (Kubernetes 1.8, 1.9 and 1.10)
13
14
## Installation
15
rke/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var (
6
// Version app version
7
- Version = "0.2.1"
+ Version = "0.3.0"
8
// Revision git commit short commithash
Revision = "xxxxxx" // set on build
)
0 commit comments