From a2329c3267422a94dfaf1c4abe54d4528850f4e6 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Sat, 9 Mar 2024 01:03:24 +0100 Subject: [PATCH] feat: update ansible version --- .github/workflows/publish.yml | 4 ++-- .github/workflows/test.yml | 2 +- CHANGELOG.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a7519b..c12d529 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: version: - - "2.16.2" + - "2.16.4" steps: - name: Checkout @@ -31,7 +31,7 @@ jobs: ghcr.io/arillso/ansible arillso/ansible tags: | - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=raw,value=${{ matrix.version }} - name: Login to DockerHub diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c894c81..669972f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: version: - - "2.16.2" + - "2.16.4" steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e12963..813913e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `netaddr` from `0.10.1` to `1.2.1`. - `pip` from `23.3.2` to `24.0`. - `python-dateutil` from `2.8.2` to `2.9.0.post0`. +- Updated Ansible version from `2.16.2` to `2.16.4`. ## [2024-02-01]