Skip to content

Commit 7fb1aa7

Browse files
authored
core: update tool versions (#240)
1 parent 55edd45 commit 7fb1aa7

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.23
76+
ARG AWSCLI_VERSION=2.22.25
7777
RUN mkdir /tmp/awscli_env/ && \
7878
cd /tmp/awscli_env/ && \
7979
wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Built on `ubuntu:22.04` base image
168168
| Terraform | TERRAFORM_VERSION=1.10.3 | [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.23 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
171+
| AwsCLI | AWSCLI_VERSION=2.22.25 | [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

pr-changelog.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
core: update tool versions
22

3-
- **ansible**: from `2.17.5` to `2.18.1`
4-
- **terraform**: from `1.9.8` to `1.10.3`
5-
- **kubectl**: from `1.31.1` to `1.32.0`
6-
- **helm**: from `3.16.2` to `3.16.4`
7-
- **awscli**: from `2.18.10` to `2.22.23`
8-
- **azurecli**: from `2.65.0` to `2.67.0`
3+
- **awscli**: from `2.22.23` to `2.22.25`
94

105
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

toolkit_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"terraform": "1.10.3",
55
"kubectl": "1.32.0",
66
"helm": "3.16.4",
7-
"awscli": "2.22.23",
7+
"awscli": "2.22.25",
88
"azurecli": "2.67.0",
99
"pwsh": "7.4.6"
1010
}

0 commit comments

Comments
 (0)