Commit graph

7 commits

Author SHA1 Message Date
Chris Hawk
add323be70 Prepare v1.4.0 release 2024-08-21 12:38:39 -07:00
Chris Hawk
2aebc4f1b3 Bump min Ansible version to 2.16 2024-07-25 10:47:31 -07:00
Chris Hawk
08ada5354d fix: upgrade ansible version, address test and lint errors 2023-11-17 16:39:42 -08:00
Chris Hawk
c15b47250d chore: fix minimum version format, upgrade ansible-lint 2023-11-14 13:03:58 -08:00
Chris Hawk
13af84c3db chore: bump ansible versions 2023-11-14 12:43:01 -08:00
Yusuke Tsutsumi
1ec54b286d prepping for 1.1.0-beta release
- Updating and documenting changelog creation process.
  antsibull-changelog was chosen because it is the standard tooling
  recommended by Ansible developers.
- Documenting the release process and several others so others can perform it in the
  future.
- Updating the integration tests to test against 2.13, which the 1.1.0
  final release will be certified for.
- Created changelog and update galaxy.yaml for 1.1.0-beta, which will be
  the next release.
2022-12-04 12:00:59 -08:00
David Moreau Simard
dc165aadfd
Add meta/runtime.yml
This file is used, amongst other things, to define the required Ansible
version and set up plugin routing or dependencies.

In the particular case of this collection, we also want to set up the
"gcp" action group in order to let users use module defaults:
https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults-groups
2020-11-16 15:57:09 -05:00