Skip to content

Commit

Permalink
core: update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored and github-actions[bot] committed Dec 28, 2024
1 parent 55edd45 commit 03d5951
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
rm -rf /tmp/helm_env/

# Install AwsCLI
ARG AWSCLI_VERSION=2.22.23
ARG AWSCLI_VERSION=2.22.25
RUN mkdir /tmp/awscli_env/ && \
cd /tmp/awscli_env/ && \
wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Built on `ubuntu:22.04` base image
| Terraform | TERRAFORM_VERSION=1.10.3 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) |
| Kubectl | KUBECTL_VERSION=1.32.0 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) |
| Helm | HELM_VERSION=3.16.4 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) |
| AwsCLI | AWSCLI_VERSION=2.22.23 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
| AwsCLI | AWSCLI_VERSION=2.22.25 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
| 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) |
| PowerShell | PS_VERSION=7.4.6 | [Check](https://github.com/PowerShell/PowerShell/releases) | TODO |

Expand Down
7 changes: 1 addition & 6 deletions pr-changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
core: update tool versions

- **ansible**: from `2.17.5` to `2.18.1`
- **terraform**: from `1.9.8` to `1.10.3`
- **kubectl**: from `1.31.1` to `1.32.0`
- **helm**: from `3.16.2` to `3.16.4`
- **awscli**: from `2.18.10` to `2.22.23`
- **azurecli**: from `2.65.0` to `2.67.0`
- **awscli**: from `2.22.23` to `2.22.25`

Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
2 changes: 1 addition & 1 deletion toolkit_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"terraform": "1.10.3",
"kubectl": "1.32.0",
"helm": "3.16.4",
"awscli": "2.22.23",
"awscli": "2.22.25",
"azurecli": "2.67.0",
"pwsh": "7.4.6"
}

0 comments on commit 03d5951

Please sign in to comment.