Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pipoe2h committed Apr 27, 2024
1 parent f781c6b commit efeb5e2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 26 deletions.
22 changes: 11 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand All @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efeb5e2

Please sign in to comment.