File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ARG ANSIBLE_VERSION=2.17.4
46
46
RUN python3 -m pip install ansible-core==${ANSIBLE_VERSION}
47
47
48
48
# Install Terraform
49
- ARG TERRAFORM_VERSION=1.9.5
49
+ ARG TERRAFORM_VERSION=1.9.6
50
50
RUN mkdir /tmp/terraform_env/ && \
51
51
cd /tmp/terraform_env/ && \
52
52
wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
@@ -55,7 +55,7 @@ RUN mkdir /tmp/terraform_env/ && \
55
55
rm -rf /tmp/terraform_env/
56
56
57
57
# Install Kubectl
58
- ARG KUBECTL_VERSION=1.31.0
58
+ ARG KUBECTL_VERSION=1.31.1
59
59
RUN mkdir /tmp/kubectl_env/ && \
60
60
cd /tmp/kubectl_env/ && \
61
61
curl -LO "https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
@@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
73
73
rm -rf /tmp/helm_env/
74
74
75
75
# Install AwsCLI
76
- ARG AWSCLI_VERSION=2.17.51
76
+ ARG AWSCLI_VERSION=2.17.61
77
77
RUN mkdir /tmp/awscli_env/ && \
78
78
cd /tmp/awscli_env/ && \
79
79
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
165
165
| :--------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
166
166
| Python | PYTHON_VERSION=3.11 | [ Check] ( https://www.python.org/downloads/source/ ) | [ python_usage] ( ./docs/usage/python_usage.md ) |
167
167
| Ansible | ANSIBLE_VERSION=2.17.4 | [ Check] ( https://api.github.com/repos/ansible/ansible/releases/latest ) | [ ansible_usage] ( ./docs/usage/ansible_usage.md ) |
168
- | Terraform | TERRAFORM_VERSION=1.9.5 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
169
- | Kubectl | KUBECTL_VERSION=1.31.0 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
168
+ | Terraform | TERRAFORM_VERSION=1.9.6 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
169
+ | Kubectl | KUBECTL_VERSION=1.31.1 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
170
170
| Helm | HELM_VERSION=3.16.1 | [ Check] ( https://github.com/helm/helm/releases ) | [ helm_usage] ( ./docs/usage/helm_usage.md ) |
171
- | AwsCLI | AWSCLI_VERSION=2.17.51 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
171
+ | AwsCLI | AWSCLI_VERSION=2.17.61 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
172
172
| AzureCLI | AZURECLI_VERSION=2.64.0 | [ Check] ( https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli ) | [ azurecli_usage] ( ./docs/usage/azurecli_usage.md ) |
173
173
| PowerShell | PS_VERSION=7.4.5 | [ Check] ( https://github.com/PowerShell/PowerShell/releases ) | TODO |
174
174
Original file line number Diff line number Diff line change 1
1
core: update tool versions
2
2
3
- - **ansible **: from `2.17.3 ` to `2.17.4 `
4
- - **helm **: from `3.15.4 ` to `3.16 .1`
5
- - **awscli**: from `2.17.46 ` to `2.17.51 `
3
+ - **terraform **: from `1.9.5 ` to `1.9.6 `
4
+ - **kubectl **: from `1.31.0 ` to `1.31 .1`
5
+ - **awscli**: from `2.17.51 ` to `2.17.61 `
6
6
7
7
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Original file line number Diff line number Diff line change 1
1
{
2
2
"python3" : " 3.11" ,
3
3
"ansible" : " 2.17.4" ,
4
- "terraform" : " 1.9.5 " ,
5
- "kubectl" : " 1.31.0 " ,
4
+ "terraform" : " 1.9.6 " ,
5
+ "kubectl" : " 1.31.1 " ,
6
6
"helm" : " 3.16.1" ,
7
- "awscli" : " 2.17.51 " ,
7
+ "awscli" : " 2.17.61 " ,
8
8
"azurecli" : " 2.64.0" ,
9
9
"pwsh" : " 7.4.5"
10
10
}
You can’t perform that action at this time.
0 commit comments