Skip to content

Commit 1281864

Browse files
authored
core: update tool versions (#180)
1 parent 45adb0f commit 1281864

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Dockerfile

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

3535
# Install Ansible
3636
# Docs: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible-with-pip
37-
ARG ANSIBLE_VERSION=2.17.0
37+
ARG ANSIBLE_VERSION=2.17.1
3838
RUN python3 -m pip install ansible-core==${ANSIBLE_VERSION}
3939

4040
# Install Terraform
@@ -65,7 +65,7 @@ RUN mkdir /tmp/helm_env/ && \
6565
rm -rf /tmp/helm_env/
6666

6767
# Install AwsCLI
68-
ARG AWSCLI_VERSION=2.16.9
68+
ARG AWSCLI_VERSION=2.17.0
6969
RUN mkdir /tmp/awscli_env/ && \
7070
cd /tmp/awscli_env/ && \
7171
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
@@ -116,11 +116,11 @@ Built on `ubuntu:22.04` base image
116116
| Name | Version | Release | Usage |
117117
| :-------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
118118
| Python | PYTHON_VERSION=3.11 | [Check](https://www.python.org/downloads/source/) | [python_usage](./docs/usage/python_usage.md) |
119-
| Ansible | ANSIBLE_VERSION=2.17.0 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
119+
| Ansible | ANSIBLE_VERSION=2.17.1 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
120120
| Terraform | TERRAFORM_VERSION=1.8.5 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) |
121121
| Kubectl | KUBECTL_VERSION=1.30.2 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) |
122122
| Helm | HELM_VERSION=3.15.2 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) |
123-
| AwsCLI | AWSCLI_VERSION=2.16.9 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
123+
| AwsCLI | AWSCLI_VERSION=2.17.0 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
124124
| AzureCLI | AZURECLI_VERSION=2.61.0 | [Check](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli) | [azurecli_usage](./docs/usage/azurecli_usage.md) |
125125

126126
And more tools to be implemented...

pr-changelog.txt

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

3-
- **kubectl**: from `1.30.1` to `1.30.2`
4-
- **helm**: from `3.15.1` to `3.15.2`
5-
- **awscli**: from `2.16.4` to `2.16.9`
3+
- **ansible**: from `2.17.0` to `2.17.1`
4+
- **awscli**: from `2.16.9` to `2.17.0`
65

76
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,9 +1,9 @@
11
{
22
"python3": "3.11",
3-
"ansible": "2.17.0",
3+
"ansible": "2.17.1",
44
"terraform": "1.8.5",
55
"kubectl": "1.30.2",
66
"helm": "3.15.2",
7-
"awscli": "2.16.9",
7+
"awscli": "2.17.0",
88
"azurecli": "2.61.0"
99
}

0 commit comments

Comments
 (0)