mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
No description
* Tidy up files * Add Sanity ignore files * Use master as branch name instead of main * Use targets in integration jobs * Remove tests/sanity/requirements.txt (not used by ansible-test) * sanity: prevent import exception for inventory script Co-authored-by: David Moreau Simard <moi@dmsimard.com> |
||
|---|---|---|
| .azure-pipelines | ||
| changelogs | ||
| meta | ||
| plugins | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CHANGELOG.rst | ||
| COPYING | ||
| galaxy.yml | ||
| README.md | ||
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:
- Create
changelogs/fragments/<version>.ymlwithrelease_summary:section (which must be a string, not a list). - Run
antsibull-changelog release --collection-flatmap yes - Make sure
CHANGELOG.rstandchangelogs/changelog.yamlare added to git, and the deleted fragments have been removed. - Tag the commit with
<version>. Push changes and tag to the main repository.