File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ARG ANSIBLE_VERSION=2.18.1
4646RUN python3 -m pip install ansible-core==${ANSIBLE_VERSION}
4747
4848# Install Terraform
49- ARG TERRAFORM_VERSION=1.10.3
49+ ARG TERRAFORM_VERSION=1.10.4
5050RUN mkdir /tmp/terraform_env/ && \
5151 cd /tmp/terraform_env/ && \
5252 wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
@@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
7373 rm -rf /tmp/helm_env/
7474
7575# Install AwsCLI
76- ARG AWSCLI_VERSION=2.22.28
76+ ARG AWSCLI_VERSION=2.22.33
7777RUN mkdir /tmp/awscli_env/ && \
7878 cd /tmp/awscli_env/ && \
7979 wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ Built on `ubuntu:22.04` base image
165165| :--------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
166166| Python | PYTHON_VERSION=3.11 | [ Check] ( https://www.python.org/downloads/source/ ) | [ python_usage] ( ./docs/usage/python_usage.md ) |
167167| Ansible | ANSIBLE_VERSION=2.18.1 | [ Check] ( https://api.github.com/repos/ansible/ansible/releases/latest ) | [ ansible_usage] ( ./docs/usage/ansible_usage.md ) |
168- | Terraform | TERRAFORM_VERSION=1.10.3 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
168+ | Terraform | TERRAFORM_VERSION=1.10.4 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
169169| Kubectl | KUBECTL_VERSION=1.32.0 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
170170| Helm | HELM_VERSION=3.16.4 | [ Check] ( https://github.com/helm/helm/releases ) | [ helm_usage] ( ./docs/usage/helm_usage.md ) |
171- | AwsCLI | AWSCLI_VERSION=2.22.28 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
171+ | AwsCLI | AWSCLI_VERSION=2.22.33 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
172172| AzureCLI | AZURECLI_VERSION=2.67.0 | [ Check] ( https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli ) | [ azurecli_usage] ( ./docs/usage/azurecli_usage.md ) |
173173| PowerShell | PS_VERSION=7.4.6 | [ Check] ( https://github.com/PowerShell/PowerShell/releases ) | TODO |
174174
Original file line number Diff line number Diff line change 11core: update tool versions
22
3- - **awscli**: from `2.22.25` to `2.22.28`
3+ - **terraform**: from `1.10.3` to `1.10.4`
4+ - **awscli**: from `2.22.28` to `2.22.33`
45
56Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Original file line number Diff line number Diff line change 11{
22 "python3" : " 3.11" ,
33 "ansible" : " 2.18.1" ,
4- "terraform" : " 1.10.3 " ,
4+ "terraform" : " 1.10.4 " ,
55 "kubectl" : " 1.32.0" ,
66 "helm" : " 3.16.4" ,
7- "awscli" : " 2.22.28 " ,
7+ "awscli" : " 2.22.33 " ,
88 "azurecli" : " 2.67.0" ,
99 "pwsh" : " 7.4.6"
1010}
You can’t perform that action at this time.
0 commit comments