Releases: dataiku/dss-plugin-gke-clusters
Releases · dataiku/dss-plugin-gke-clusters
v1.4.0
v1.3.2
- Fix attaching to existing clusters from another project
v1.3.1
- Fix CIDR block detection and improve descriptions of pod and service IP range fields
- Improve error message when gcloud has not been properly authorized
- Add support for spot VMs
v1.3.0
- Add more supported Python versions. This plugin can now use 2.7 (deprecated), 3.6, 3.7, 3.8, 3.9, 3.10 (experimental), 3.11 (experimental)
- Fix issue when creating a cluster in a different region/zone
v1.2.0
- Fix the cluster configuration's merging mechanism for string parameters
- Remove support for legacy authorization (ABAC)
- Authentication for kubectl command now relies on
gke-gcloud-auth-plugin
as this is the only supported mode starting with Kubernetes 1.26 (see documentation).⚠️ if you're using a DSS version prior to 11.4, you'll have to installgke-gcloud-auth-plugin
manually (see the link above)
v1.1.5
- Fix action "Add node pool"
- Change default value for "Inherit DSS host settings" when creating a cluster
- Change default value for "Service account type" in the nodes pool creation form
- Handle regional clusters
v1.1.4
- Add ability to use named secondary ranges
- Add network tags on cluster nodes