Skip to content

Commit

Permalink
Added version 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Nov 11, 2023
1 parent 888c672 commit d3e78e8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down
1 change: 1 addition & 0 deletions requirements/v2.16/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ansible-core==2.16.0

0 comments on commit d3e78e8

Please sign in to comment.