diff --git a/Dockerfile b/Dockerfile index a08cb00..a4988ef 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.37 +ARG AWSCLI_VERSION=2.17.42 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 7028282..30b5dc8 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Built on `ubuntu:22.04` base image | Terraform | TERRAFORM_VERSION=1.9.5 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) | | Kubectl | KUBECTL_VERSION=1.31.0 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) | | Helm | HELM_VERSION=3.15.4 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) | -| AwsCLI | AWSCLI_VERSION=2.17.37 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) | +| AwsCLI | AWSCLI_VERSION=2.17.42 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) | | 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) | | PowerShell | PS_VERSION=7.4.5 | [Check](https://github.com/PowerShell/PowerShell/releases) | TODO | diff --git a/pr-changelog.txt b/pr-changelog.txt index 3338669..6900c5e 100644 --- a/pr-changelog.txt +++ b/pr-changelog.txt @@ -1,6 +1,5 @@ core: update tool versions -- **terraform**: from `1.9.4` to `1.9.5` -- **awscli**: from `2.17.32` to `2.17.37` +- **awscli**: from `2.17.37` to `2.17.42` 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 e1814f1..4ff7ad1 100644 --- a/toolkit_info.json +++ b/toolkit_info.json @@ -4,7 +4,7 @@ "terraform": "1.9.5", "kubectl": "1.31.0", "helm": "3.15.4", - "awscli": "2.17.37", + "awscli": "2.17.42", "azurecli": "2.63.0", "pwsh": "7.4.5" } \ No newline at end of file