No description
Find a file
2021-02-03 11:45:44 +00:00
.azure-pipelines Initial Azure Pipelines configuration 2021-02-03 11:45:44 +00:00
changelogs Prepare Release v1.2.1 2020-12-16 15:22:10 +01:00
meta Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
plugins Fix Sanity tests: doc-default-does-not-match-spec (#46) 2020-12-08 07:37:54 +01:00
tests Initial Azure Pipelines configuration 2021-02-03 11:45:44 +00:00
.gitignore Initial commit 2020-03-09 13:36:01 +00:00
.gitlab-ci.yml Add hcloud_load_balancer_info module (#41) 2020-11-27 12:25:06 +01:00
CHANGELOG.rst Prepare Release v1.2.1 2020-12-16 15:22:10 +01:00
COPYING Initial commit 2020-03-09 13:36:01 +00:00
galaxy.yml Prepare Release v1.2.1 2020-12-16 15:22:10 +01:00
README.md 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.