From 914c50dae9fcc3d9080ad703d96f84e236a97e4b Mon Sep 17 00:00:00 2001 From: tungbq <85242618+tungbq@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:24:31 +0000 Subject: [PATCH] core: update tool versions --- Dockerfile | 2 +- README.md | 2 +- pr-changelog.txt | 3 +-- toolkit_info.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e89d88..ec04473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \ rm -rf /tmp/helm_env/ # Install AwsCLI -ARG AWSCLI_VERSION=2.17.18 +ARG AWSCLI_VERSION=2.17.22 RUN mkdir /tmp/awscli_env/ && \ cd /tmp/awscli_env/ && \ wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \ diff --git a/README.md b/README.md index 2546154..34f9c91 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Built on `ubuntu:22.04` base image | Terraform | TERRAFORM_VERSION=1.9.3 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) | | Kubectl | KUBECTL_VERSION=1.30.3 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) | | Helm | HELM_VERSION=3.15.3 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) | -| AwsCLI | AWSCLI_VERSION=2.17.18 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) | +| AwsCLI | AWSCLI_VERSION=2.17.22 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) | | AzureCLI | AZURECLI_VERSION=2.62.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.4 | [Check](https://github.com/PowerShell/PowerShell/releases) | TODO | diff --git a/pr-changelog.txt b/pr-changelog.txt index 557622e..c11d610 100644 --- a/pr-changelog.txt +++ b/pr-changelog.txt @@ -1,6 +1,5 @@ core: update tool versions -- **terraform**: from `1.9.2` to `1.9.3` -- **awscli**: from `2.17.14` to `2.17.18` +- **awscli**: from `2.17.18` to `2.17.22` Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) diff --git a/toolkit_info.json b/toolkit_info.json index 276d274..2d5403e 100644 --- a/toolkit_info.json +++ b/toolkit_info.json @@ -4,7 +4,7 @@ "terraform": "1.9.3", "kubectl": "1.30.3", "helm": "3.15.3", - "awscli": "2.17.18", + "awscli": "2.17.22", "azurecli": "2.62.0", "pwsh": "7.4.4" } \ No newline at end of file