Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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" && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
3 changes: 1 addition & 2 deletions pr-changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
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.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"
}