mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release 1.7.0
This commit is contained in:
parent
c15b008152
commit
bc3b96c4d1
5 changed files with 18 additions and 4 deletions
|
@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.7.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- inventory - support jinjia templating within `network`
|
||||
|
||||
v1.6.0
|
||||
======
|
||||
|
||||
|
|
|
@ -57,6 +57,6 @@ ansible-test integration --color --local -vvv hcloud_server // Executed all int
|
|||
1. Check if the changelog fragments are available (there should be files in `changelogs/fragments`)
|
||||
2. Run `antsibull-changelog release --version <version>`, it should remove all fragments and change
|
||||
the `changelogs/changlog.yaml` and `CHANGELOG.rst`
|
||||
3. Push the changes to the master branch
|
||||
3. Push the changes to the main branch
|
||||
4. Tag the release through the Github UI, after this the Github Actions will run and publish the collection to Ansible
|
||||
Galaxy
|
||||
|
|
|
@ -163,3 +163,10 @@ releases:
|
|||
fragments:
|
||||
- hcloud_rdns-add-support-for-load-balancers.yml
|
||||
release_date: '2021-08-17'
|
||||
1.7.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- inventory - support jinjia templating within `network`
|
||||
fragments:
|
||||
- inventory-network-templating.yml
|
||||
release_date: '2022-06-09'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory - support jinjia templating within `network`
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 1.6.0
|
||||
version: 1.7.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
Loading…
Reference in a new issue