Skip to content

Commit

Permalink
[major] Prep release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Dec 1, 2023
1 parent 085d0a8 commit 8f39750
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 15 deletions.
Empty file added .github/CODEOWNERS
Empty file.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
labels:
- "skip-changelog"
13 changes: 0 additions & 13 deletions .github/workflows/ah_token_refresh.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: ansible-lint
on: # yamllint disable-line rule:truthy
pull_request:
branches: ["main"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
7 changes: 7 additions & 0 deletions changelogs/fragments/major_200.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
major_changes:
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
are EoL now.
release_summary: Starting from this release, the minimum `ansible-core` version
this collection requires is `2.14.0`. The last known version compatible with
ansible-core<2.14 is `v1.2.2`.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requires_ansible: ">=2.12.0"
requires_ansible: ">=2.14.0"
3 changes: 3 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
modules:
python_requires: ">=3.9"
7 changes: 6 additions & 1 deletion tox-ansible.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

skip =
py3.7
2.9 # molecule is >= 2.12
py3.8
2.9
2.10
2.11
2.12
2.13

0 comments on commit 8f39750

Please sign in to comment.