No description
Find a file
2020-06-29 16:08:23 +02:00
changelogs Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
meta Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
plugins Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
tests Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +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
COPYING Initial commit 2020-03-09 13:36:01 +00:00
galaxy.yml Correct URLs (#14) 2020-06-29 16:08:23 +02:00
README.md Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
shippable.yml Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +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.