From efeb5e2cacd5355158bf18f8b747b0231cbb4202 Mon Sep 17 00:00:00 2001 From: Jose Gomez Date: Sat, 27 Apr 2024 18:09:06 +0000 Subject: [PATCH] v0.5.0 --- .devcontainer/devcontainer.json | 22 ++++++++++----------- CHANGELOG.md | 5 +++++ README.md | 34 ++++++++++++++++++--------------- 3 files changed, 35 insertions(+), 26 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 00d7637..7436551 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,17 +6,17 @@ // Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6 // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. - "VARIANT": "3.12-bullseye", + "VARIANT": "3.12-bookworm", // Options - "ANSIBLE_VERSION": "9.2.0", - "PACKER_VERSION": "1.9.2", // latest releases under MPL - "CALM_DSL_VERSION": "master", // "master", + "ANSIBLE_VERSION": "9.5.1", + "PACKER_VERSION": "1.9.2", + "CALM_DSL_VERSION": "master", "KUBECTL_KARBON": "true", "NUTANIX_V4_SDK": "true", - "OPENSHIFT_CLI_VERSION": "stable-4.14", - "OPENSHIFT_INSTALL_VERSION": "stable-4.14", - "CLUSTERCTL_VERSION": "1.6.1", - "K9S_VERSION": "0.31.9", + "OPENSHIFT_CLI_VERSION": "stable-4.15", + "OPENSHIFT_INSTALL_VERSION": "stable-4.15", + "CLUSTERCTL_VERSION": "1.7.1", + "K9S_VERSION": "0.32.4", "COOKIECUTTER_VERSION": "2.5.0" } }, @@ -33,9 +33,9 @@ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}, "ghcr.io/devcontainers/features/powershell:1": {}, "ghcr.io/devcontainers/features/terraform:1": { - "version": "1.5.5", // latest releases under MPL - "tflint": "0.50.3", - "terragrunt": "0.55.2" + "version": "1.5.5" + // "tflint": "0.50.3", + // "terragrunt": "0.57.8" } }, "postCreateCommand": "bash .devcontainer/postCreateCommand.sh", diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bd205..920d74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2024-04-27 + +- Update: The v3.12 Python container image OS updated to Debian 12 (bookworm) +- Update: bump tools and SDKs versions + 2024-02-17 - Update: v3.12 is the new default Python container image diff --git a/README.md b/README.md index d11b128..205b05d 100644 --- a/README.md +++ b/README.md @@ -22,22 +22,22 @@ git clone https://github.com/nutanixdev/nutanix-devstation.git --config core.aut ### CLIs -- [x] Python v3.12.x -- [x] Calm DSL latest -- [x] Ansible v2.16.3 (pip v9.2.0) -- [x] Terraform v1.5.5 -- [x] PowerShell v7.4.1 -- [x] Packer v1.9.2 -- [x] Kubectl v1.29.2 -- [x] Helm v3.14.1 -- [x] minikube v1.32.0 -- [x] Kubectl-karbon v0.11.5 -- [x] OpenShift CLI (oc) v4.14.11 -- [x] OpenShift Install CLI v4.14.11 -- [x] Clusterctl v1.6.1 -- [x] k9s v0.31.9 +- [x] Python v3.12.x (Debian 12 bookworm) +- [x] Calm DSL latest (last validated: 3.7.2.1) +- [x] PowerShell latest (last validated: 7.4.2) +- [x] Ansible v2.16.6 (pip v9.5.1) +- [x] Terraform v1.5.5 (latest releases under MPL) +- [x] Packer v1.9.2 (latest releases under MPL) +- [x] Kubectl latest (last validated: 1.30.0) +- [x] Helm latest (last validated: 3.14.4) +- [x] minikube latest (last validated: 1.33.0) +- [x] Kubectl-karbon latest (last validated: 0.11.5) +- [x] OpenShift CLI (oc) stable-4.15 (last validated: 4.15.9) +- [x] OpenShift Install stable-4.15 (last validated: 4.15.9) +- [x] Clusterctl v1.7.1 +- [x] k9s v0.32.4 - [x] Cookiecutter v2.5.0 -- [x] GitHub CLI v2.44.1 +- [x] GitHub CLI latest (last validated: 2.48.0) - [ ] Nutanix CLI (nCLI) - [ ] Acropolis CLI (aCLI) @@ -97,6 +97,10 @@ https://www.nutanix.com/legal/terms-of-use ## CHANGELOG +### Version 0.5.0 + +- OS updated to Debian 12 bookworm + ### Version 0.4.0 - Python updated to version 3.12