File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN mkdir /tmp/terraform_env/ && \
5555 rm -rf /tmp/terraform_env/
5656
5757# Install Kubectl
58- ARG KUBECTL_VERSION=1.32.1
58+ ARG KUBECTL_VERSION=1.32.2
5959RUN mkdir /tmp/kubectl_env/ && \
6060 cd /tmp/kubectl_env/ && \
6161 curl -LO "https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
@@ -64,7 +64,7 @@ RUN mkdir /tmp/kubectl_env/ && \
6464 rm -rf /tmp/kubectl_env/
6565
6666# Install Helm
67- ARG HELM_VERSION=3.17.0
67+ ARG HELM_VERSION=3.17.1
6868RUN mkdir /tmp/helm_env/ && \
6969 cd /tmp/helm_env/ && \
7070 wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
@@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
7373 rm -rf /tmp/helm_env/
7474
7575# Install AwsCLI
76- ARG AWSCLI_VERSION=2.23.11
76+ ARG AWSCLI_VERSION=2.24.5
7777RUN mkdir /tmp/awscli_env/ && \
7878 cd /tmp/awscli_env/ && \
7979 wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \
@@ -82,7 +82,7 @@ RUN mkdir /tmp/awscli_env/ && \
8282 rm -rf /tmp/awscli_env/
8383
8484# Install AzureCLI
85- ARG AZURECLI_VERSION=2.68 .0
85+ ARG AZURECLI_VERSION=2.69 .0
8686RUN mkdir -p /etc/apt/keyrings && \
8787 curl -sLS https://packages.microsoft.com/keys/microsoft.asc | \
8888 gpg --dearmor | \
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ Built on `ubuntu:22.04` base image
111111| Python | PYTHON_VERSION=3.11 | [ Check] ( https://www.python.org/downloads/source/ ) | [ python_usage] ( ./docs/usage/python_usage.md ) |
112112| Ansible | ANSIBLE_VERSION=2.18.2 | [ Check] ( https://api.github.com/repos/ansible/ansible/releases/latest ) | [ ansible_usage] ( ./docs/usage/ansible_usage.md ) |
113113| Terraform | TERRAFORM_VERSION=1.10.5 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
114- | Kubectl | KUBECTL_VERSION=1.32.1 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
115- | Helm | HELM_VERSION=3.17.0 | [ Check] ( https://github.com/helm/helm/releases ) | [ helm_usage] ( ./docs/usage/helm_usage.md ) |
116- | AwsCLI | AWSCLI_VERSION=2.23.11 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
117- | AzureCLI | AZURECLI_VERSION=2.68 .0 | [ Check] ( https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli ) | [ azurecli_usage] ( ./docs/usage/azurecli_usage.md ) |
114+ | Kubectl | KUBECTL_VERSION=1.32.2 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
115+ | Helm | HELM_VERSION=3.17.1 | [ Check] ( https://github.com/helm/helm/releases ) | [ helm_usage] ( ./docs/usage/helm_usage.md ) |
116+ | AwsCLI | AWSCLI_VERSION=2.24.5 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
117+ | AzureCLI | AZURECLI_VERSION=2.69 .0 | [ Check] ( https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli ) | [ azurecli_usage] ( ./docs/usage/azurecli_usage.md ) |
118118| PowerShell | PS_VERSION=7.5.0 | [ Check] ( https://github.com/PowerShell/PowerShell/releases ) | TODO |
119119
120120And more tools to be implemented...
Original file line number Diff line number Diff line change 11core: update tool versions
22
3- - **ansible**: from `2.18.1` to `2.18.2`
4- - **awscli**: from `2.23.6` to `2.23.11`
3+ - **kubectl**: from `1.32.1` to `1.32.2`
4+ - **helm**: from `3.17.0` to `3.17.1`
5+ - **awscli**: from `2.23.11` to `2.24.5`
6+ - **azurecli**: from `2.68.0` to `2.69.0`
57
68Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Original file line number Diff line number Diff line change 22 "python3" : " 3.11" ,
33 "ansible" : " 2.18.2" ,
44 "terraform" : " 1.10.5" ,
5- "kubectl" : " 1.32.1 " ,
6- "helm" : " 3.17.0 " ,
7- "awscli" : " 2.23.11 " ,
8- "azurecli" : " 2.68 .0" ,
5+ "kubectl" : " 1.32.2 " ,
6+ "helm" : " 3.17.1 " ,
7+ "awscli" : " 2.24.5 " ,
8+ "azurecli" : " 2.69 .0" ,
99 "pwsh" : " 7.5.0"
1010}
You can’t perform that action at this time.
0 commit comments