Skip to content

Commit d084dd7

Browse files
authored
core: update tool versions (#246)
1 parent 89dede4 commit d084dd7

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN curl -k https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
4242
rm get-pip.py
4343

4444
# Install Ansible
45-
ARG ANSIBLE_VERSION=2.18.1
45+
ARG ANSIBLE_VERSION=2.18.2
4646
RUN python3 -m pip install ansible-core==${ANSIBLE_VERSION}
4747

4848
# Install Terraform
@@ -73,7 +73,7 @@ RUN mkdir /tmp/helm_env/ && \
7373
rm -rf /tmp/helm_env/
7474

7575
# Install AwsCLI
76-
ARG AWSCLI_VERSION=2.23.6
76+
ARG AWSCLI_VERSION=2.23.11
7777
RUN mkdir /tmp/awscli_env/ && \
7878
cd /tmp/awscli_env/ && \
7979
wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ Built on `ubuntu:22.04` base image
164164
| Name | Version | Release | Usage |
165165
| :--------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
166166
| Python | PYTHON_VERSION=3.11 | [Check](https://www.python.org/downloads/source/) | [python_usage](./docs/usage/python_usage.md) |
167-
| Ansible | ANSIBLE_VERSION=2.18.1 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
167+
| Ansible | ANSIBLE_VERSION=2.18.2 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
168168
| Terraform | TERRAFORM_VERSION=1.10.5 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) |
169169
| Kubectl | KUBECTL_VERSION=1.32.1 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) |
170170
| Helm | HELM_VERSION=3.17.0 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) |
171-
| AwsCLI | AWSCLI_VERSION=2.23.6 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
171+
| AwsCLI | AWSCLI_VERSION=2.23.11 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
172172
| AzureCLI | AZURECLI_VERSION=2.68.0 | [Check](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli) | [azurecli_usage](./docs/usage/azurecli_usage.md) |
173173
| PowerShell | PS_VERSION=7.5.0 | [Check](https://github.com/PowerShell/PowerShell/releases) | TODO |
174174

pr-changelog.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
core: update tool versions
22

3-
- **terraform**: from `1.10.3` to `1.10.5`
4-
- **kubectl**: from `1.32.0` to `1.32.1`
5-
- **helm**: from `3.16.4` to `3.17.0`
6-
- **awscli**: from `2.22.28` to `2.23.6`
7-
- **azurecli**: from `2.67.0` to `2.68.0`
3+
- **ansible**: from `2.18.1` to `2.18.2`
4+
- **awscli**: from `2.23.6` to `2.23.11`
85

96
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

toolkit_info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"python3": "3.11",
3-
"ansible": "2.18.1",
3+
"ansible": "2.18.2",
44
"terraform": "1.10.5",
55
"kubectl": "1.32.1",
66
"helm": "3.17.0",
7-
"awscli": "2.23.6",
7+
"awscli": "2.23.11",
88
"azurecli": "2.68.0",
99
"pwsh": "7.5.0"
1010
}

0 commit comments

Comments
 (0)