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 @@ -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.42
76
+ ARG AWSCLI_VERSION=2.17.46
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" && \
@@ -82,7 +82,7 @@ RUN mkdir /tmp/awscli_env/ && \
82
82
rm -rf /tmp/awscli_env/
83
83
84
84
# Install AzureCLI
85
- ARG AZURECLI_VERSION=2.63 .0
85
+ ARG AZURECLI_VERSION=2.64 .0
86
86
RUN mkdir -p /etc/apt/keyrings && \
87
87
curl -sLS https://packages.microsoft.com/keys/microsoft.asc | \
88
88
gpg --dearmor | \
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ Built on `ubuntu:22.04` base image
168
168
| Terraform | TERRAFORM_VERSION=1.9.5 | [ Check] ( https://releases.hashicorp.com/terraform/ ) | [ terraform_usage] ( ./docs/usage/terraform_usage.md ) |
169
169
| Kubectl | KUBECTL_VERSION=1.31.0 | [ Check] ( https://dl.k8s.io/release/stable.txt ) | [ kubectl_usage] ( ./docs/usage/kubectl_usage.md ) |
170
170
| Helm | HELM_VERSION=3.15.4 | [ Check] ( https://github.com/helm/helm/releases ) | [ helm_usage] ( ./docs/usage/helm_usage.md ) |
171
- | AwsCLI | AWSCLI_VERSION=2.17.42 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
172
- | AzureCLI | AZURECLI_VERSION=2.63 .0 | [ Check] ( https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli ) | [ azurecli_usage] ( ./docs/usage/azurecli_usage.md ) |
171
+ | AwsCLI | AWSCLI_VERSION=2.17.46 | [ Check] ( https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst ) | [ awscli_usage] ( ./docs/usage/awscli_usage.md ) |
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
175
175
And more tools to be implemented...
Original file line number Diff line number Diff line change 1
1
core: update tool versions
2
2
3
- - **awscli**: from `2.17.37` to `2.17.42`
3
+ - **awscli**: from `2.17.42` to `2.17.46`
4
+ - **azurecli**: from `2.63.0` to `2.64.0`
4
5
5
6
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Original file line number Diff line number Diff line change 4
4
"terraform" : " 1.9.5" ,
5
5
"kubectl" : " 1.31.0" ,
6
6
"helm" : " 3.15.4" ,
7
- "awscli" : " 2.17.42 " ,
8
- "azurecli" : " 2.63 .0" ,
7
+ "awscli" : " 2.17.46 " ,
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