Skip to content

Commit

Permalink
core: update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored and github-actions[bot] committed Jul 27, 2024
1 parent d6ee484 commit 5de438e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARG ANSIBLE_VERSION=2.17.2
RUN python3 -m pip install ansible-core==${ANSIBLE_VERSION}

# Install Terraform
ARG TERRAFORM_VERSION=1.9.2
ARG TERRAFORM_VERSION=1.9.3
RUN mkdir /tmp/terraform_env/ && \
cd /tmp/terraform_env/ && \
wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
Expand All @@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
rm -rf /tmp/helm_env/

# Install AwsCLI
ARG AWSCLI_VERSION=2.17.14
ARG AWSCLI_VERSION=2.17.18
RUN mkdir /tmp/awscli_env/ && \
cd /tmp/awscli_env/ && \
wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ Built on `ubuntu:22.04` base image
| :--------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
| Python | PYTHON_VERSION=3.11 | [Check](https://www.python.org/downloads/source/) | [python_usage](./docs/usage/python_usage.md) |
| Ansible | ANSIBLE_VERSION=2.17.2 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
| Terraform | TERRAFORM_VERSION=1.9.2 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) |
| 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.14 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_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) |
| 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
5 changes: 2 additions & 3 deletions pr-changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
core: update tool versions

- **ansible**: from `2.17.1` to `2.17.2`
- **kubectl**: from `1.30.2` to `1.30.3`
- **awscli**: from `2.17.13` to `2.17.14`
- **terraform**: from `1.9.2` to `1.9.3`
- **awscli**: from `2.17.14` to `2.17.18`

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
@@ -1,10 +1,10 @@
{
"python3": "3.11",
"ansible": "2.17.2",
"terraform": "1.9.2",
"terraform": "1.9.3",
"kubectl": "1.30.3",
"helm": "3.15.3",
"awscli": "2.17.14",
"awscli": "2.17.18",
"azurecli": "2.62.0",
"pwsh": "7.4.4"
}

0 comments on commit 5de438e

Please sign in to comment.