You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix unicode remnants in `Test network connectivity` macro
9
+
- Fix subprocess incompatibilities with Python 3
10
+
11
+
## Version 1.1.2
12
+
- Fix string encoding issues in `Test network connectivity` macro
13
+
14
+
## Version 1.1.1
15
+
- Fix `Test network connectivity` macro when the hostname is already an IP.
16
+
17
+
## Version 1.1.0
18
+
19
+
- Clusters are now reusing the DSS host's VPC and subnetwork by default (can be changed by unticking the related parameter). Requires the `compute.zones.list` IAM permission.
20
+
- Kubernetes labels can be defined for each node pool
21
+
- Default service account running on nodes can be changed to a custom value or be inherited from the DSS host. Requires the `iam.serviceAccountUser` IAM permission
22
+
23
+
## Version 1.0.1
24
+
25
+
- Clusters created from the plugin are now VPC-native by default.
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,7 @@ Requires DSS 6.0 or above.
6
6
7
7
For more details, please see [the DSS reference documentation](https://doc.dataiku.com/dss/latest/containers/gke/index.html).
8
8
9
-
## Release notes
10
-
11
-
### v1.1.2
12
-
- Fix string encoding issues in test network connectivity macro
13
-
14
-
### v1.1.1
15
-
- Fix `Test network connectivity` macro when the hostname is already an IP.
16
-
17
-
### v1.1.0
18
-
19
-
- Clusters are now reusing the DSS host's VPC and subnetwork by default (can be changed by unticking the related parameter). Requires the `compute.zones.list` IAM permission.
20
-
- Kubernetes labels can be defined for each node pool
21
-
- Default service account running on nodes can be changed to a custom value or be inherited from the DSS host. Requires the `iam.serviceAccountUser` IAM permission
22
-
23
-
### v1.0.1
24
-
25
-
- Clusters created from the plugin are now VPC-native by default.
0 commit comments