diff --git a/Dockerfile b/Dockerfile index b947355..55994fe 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.22.25 +ARG AWSCLI_VERSION=2.22.28 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 660985e..9736ed5 100644 --- a/README.md +++ b/README.md @@ -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.25 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) | +| AwsCLI | AWSCLI_VERSION=2.22.28 | [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 | diff --git a/pr-changelog.txt b/pr-changelog.txt index 46d0a93..27184f6 100644 --- a/pr-changelog.txt +++ b/pr-changelog.txt @@ -1,5 +1,5 @@ core: update tool versions -- **awscli**: from `2.22.23` to `2.22.25` +- **awscli**: from `2.22.25` to `2.22.28` 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 a1d43e1..ee59f10 100644 --- a/toolkit_info.json +++ b/toolkit_info.json @@ -4,7 +4,7 @@ "terraform": "1.10.3", "kubectl": "1.32.0", "helm": "3.16.4", - "awscli": "2.22.25", + "awscli": "2.22.28", "azurecli": "2.67.0", "pwsh": "7.4.6" } \ No newline at end of file