Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.6.0 - Enhancement release - 2026-07-20

- Added supported Python versions: 3.13, 3.14

## Next version
- Improve autoscaler image version selection

Expand Down
13 changes: 11 additions & 2 deletions code-env/python/desc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"acceptedPythonInterpreters": ["PYTHON37", "PYTHON38", "PYTHON39", "PYTHON310", "PYTHON311", "PYTHON312"],
"acceptedPythonInterpreters": [
"PYTHON37",
"PYTHON38",
"PYTHON39",
"PYTHON310",
"PYTHON311",
"PYTHON312",
"PYTHON313",
"PYTHON314"
],
"forceConda": false,
"installCorePackages": true,
"installJupyterSupport": false,
"corePackagesSet": "AUTO"
}
}
27 changes: 15 additions & 12 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"id": "eks-clusters",
"version": "1.5.0",
"meta": {
"label": "EKS clusters",
"description": "Interact with Amazon Elastic Kubernetes Service clusters",
"author": "Dataiku",
"icon": "icon-amazon-elastic-kubernetes icon-cloud",
"tags": ["Infra", "AWS"],
"url": "https://www.dataiku.com/dss/plugins/info/eks-clusters.html",
"licenseInfo": "Apache Software License",
"supportLevel": "TIER2_SUPPORT"
}
"id": "eks-clusters",
"version": "1.6.0",
"meta": {
"label": "EKS clusters",
"description": "Interact with Amazon Elastic Kubernetes Service clusters",
"author": "Dataiku",
"icon": "icon-amazon-elastic-kubernetes icon-cloud",
"tags": [
"Infra",
"AWS"
],
"url": "https://www.dataiku.com/dss/plugins/info/eks-clusters.html",
"licenseInfo": "Apache Software License",
"supportLevel": "TIER2_SUPPORT"
}
}