No description
Find a file
Lukas Kämmerling 660b923f75
Remove ANSIBLE_METADATA in hcloud_certificate and hcloud_certificate_info (#26)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-09-03 08:20:02 +02:00
changelogs Prepare Release v1.0.0 2020-08-11 16:17:53 +02:00
meta Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
plugins Remove ANSIBLE_METADATA in hcloud_certificate and hcloud_certificate_info (#26) 2020-09-03 08:20:02 +02:00
tests Implement Label Selector and IP Targets (#23) 2020-08-11 16:16:02 +02:00
.gitignore Initial commit 2020-03-09 13:36:01 +00:00
.gitlab-ci.yml Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
CHANGELOG.rst Prepare Release v1.0.0 2020-08-11 16:17:53 +02:00
COPYING Initial commit 2020-03-09 13:36:01 +00:00
galaxy.yml Prepare Release v1.0.0 2020-08-11 16:17:53 +02:00
README.md Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
shippable.yml Update sanity test requirements (#18) 2020-08-10 09:04:59 +02:00

Run Status

Ansible Collection: hetzner.hcloud

Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources.

Release notes

See here.

Publishing New Version

TBD Basic instructions without release branches:

  1. Create changelogs/fragments/<version>.yml with release_summary: section (which must be a string, not a list).
  2. Run antsibull-changelog release --collection-flatmap yes
  3. Make sure CHANGELOG.rst and changelogs/changelog.yaml are added to git, and the deleted fragments have been removed.
  4. Tag the commit with <version>. Push changes and tag to the main repository.