From d3e78e81b6a477070483599491bd3a7a90e9fec1 Mon Sep 17 00:00:00 2001 From: Bjorn Oscarsson Date: Sat, 11 Nov 2023 23:13:05 +0100 Subject: [PATCH] Added version 2.16 --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/ci.yml | 4 ++-- README.md | 7 ++++++- requirements/v2.16/requirements.txt | 1 + 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 requirements/v2.16/requirements.txt diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1566d71..461ab91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,3 +46,13 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-minor", "version-update:semver-major"] + # Maintain dependencies for Python PiP (v2.16) + - package-ecosystem: pip + directory: "/requirements/v2.16" + schedule: + interval: daily + assignees: + - "haxorof" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-minor", "version-update:semver-major"] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3dfae7..727b540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: env: IMAGE_NAME: haxorof/ansible-core LATEST_OS: alpine - LATEST_VERSION: v2.15 + LATEST_VERSION: v2.16 DOCKER_CLI_VERSION: "24.0.5" GOSU_VERSION: "1.16" @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [almalinux, alpine, ubuntu] - version: [v2.13, v2.14, v2.15] + version: [v2.13, v2.14, v2.15, v2.16] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/README.md b/README.md index 8098a20..de164d9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ This repos stop supporting versions as it gets EOL according to [Ansible - Relea ## Simple Tags +- `v2.16-almalinux` +- `v2.16-alpine` +- `v2.16-ubuntu` - `v2.15-almalinux` - `v2.15-alpine` - `v2.15-ubuntu` @@ -27,7 +30,9 @@ This repos stop supporting versions as it gets EOL according to [Ansible - Relea ## Shared Tags -- `v2.15`, `latest-alpine`, `latest` +- `v2.16`, `latest-alpine`, `latest` + - `v2.16-alpine` +- `v2.15` - `v2.15-alpine` - `v2.14` - `v2.14-alpine` diff --git a/requirements/v2.16/requirements.txt b/requirements/v2.16/requirements.txt new file mode 100644 index 0000000..729e5f6 --- /dev/null +++ b/requirements/v2.16/requirements.txt @@ -0,0 +1 @@ +ansible-core==2.16.0