Skip to content

Commit

Permalink
core: update tool versions (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Sep 8, 2024
1 parent 302741f commit 7404103
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.42
ARG AWSCLI_VERSION=2.17.46
RUN mkdir /tmp/awscli_env/ && \
cd /tmp/awscli_env/ && \
wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \
Expand All @@ -82,7 +82,7 @@ RUN mkdir /tmp/awscli_env/ && \
rm -rf /tmp/awscli_env/

# Install AzureCLI
ARG AZURECLI_VERSION=2.63.0
ARG AZURECLI_VERSION=2.64.0
RUN mkdir -p /etc/apt/keyrings && \
curl -sLS https://packages.microsoft.com/keys/microsoft.asc | \
gpg --dearmor | \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ 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.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) |
| AwsCLI | AWSCLI_VERSION=2.17.46 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
| AzureCLI | AZURECLI_VERSION=2.64.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 |

And more tools to be implemented...
Expand Down
3 changes: 2 additions & 1 deletion pr-changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
core: update tool versions

- **awscli**: from `2.17.37` to `2.17.42`
- **awscli**: from `2.17.42` to `2.17.46`
- **azurecli**: from `2.63.0` to `2.64.0`

Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
4 changes: 2 additions & 2 deletions toolkit_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"terraform": "1.9.5",
"kubectl": "1.31.0",
"helm": "3.15.4",
"awscli": "2.17.42",
"azurecli": "2.63.0",
"awscli": "2.17.46",
"azurecli": "2.64.0",
"pwsh": "7.4.5"
}

0 comments on commit 7404103

Please sign in to comment.