This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [antsibull-docs](https://redirect.github.com/ansible-community/antsibull-docs) ([changelog](https://redirect.github.com/ansible-community/antsibull-docs/tree/main/CHANGELOG.md)) | `>=2.17,<2.18` -> `>=2.18,<2.19` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ansible-community/antsibull-docs (antsibull-docs)</summary> ### [`v2.18.0`](https://redirect.github.com/ansible-community/antsibull-docs/releases/tag/2.18.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-docs/compare/2.17.1...2.18.0) ##### Release Summary Feature and bugfix release. ##### Minor Changes - Add <code>:anscollection:</code> role to allow referencing collections. The syntax is <code>:anscollection:\`namespace.name\`</code>, or <code>:anscollection:\`namespace.name#what\`</code> for more specific parts of the index page ([#​393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)). - Extend <code>:ansplugin:</code> role to allow referencing role entrypoints. The syntax is <code>:ansplugin:\`namespace.name.role\_name#entrypoint\`</code> ([#​393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)). - The <code>lint-collection-docs</code> subcommand has a new option <code>--check-extra-docs-refs</code> that checks references to collections in extra documentation files (<code>docs/docsite/rst</code>) ([#​392](https://redirect.github.com/ansible-community/antsibull-docs/pull/392)). - The <code>lint-collection-docs</code>'s option <code>--plugin-docs</code> now also checks role entrypoints for existence ([#​392](https://redirect.github.com/ansible-community/antsibull-docs/pull/392)). ##### Deprecated Features - The following default values for options to <code>antsibull-docs lint-collection-docs</code> are deprecated and will change in antsibull-docs 3.0.0: - <code>--plugin-docs</code> will be enabled by default; right now the default is <code>--no-plugin-docs</code>; - <code>--skip-rstcheck</code> will be enabled by default; right now the default is <code>--no-skip-rstcheck</code> (note that this applies to <code>--plugin-docs</code>, not to checking extra documentation); - <code>--check-extra-docs-refs</code> will be enabled by default; right now the default is <code>--no-check-extra-docs-refs</code>. We suggested to already now explicitly state the default value if you do not want the extra checks to be run ([#​394](https://redirect.github.com/ansible-community/antsibull-docs/pull/394)). ##### Bugfixes - Ansible-core 2.19 now lists standard Jinja2 tests and filters as members of <code>ansible.builtin</code> with minimal documentation, but without a <code>name</code> field in <code>doc</code> ([#​393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net> |
||
|---|---|---|
| .azure-pipelines | ||
| .github | ||
| changelogs | ||
| docs/docsite | ||
| examples | ||
| meta | ||
| plugins | ||
| scripts | ||
| tests | ||
| .ansible-lint | ||
| .flake8 | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .pre-commit-config.yaml | ||
| CHANGELOG.rst | ||
| COPYING | ||
| galaxy.yml | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| requirements-dev.txt | ||
| requirements.txt | ||
Ansible Collection: hetzner.hcloud
Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources.
Communication
-
Join the Ansible forum:
- Get Help: get help or help others.
- Posts tagged with 'hcloud': subscribe to participate in collection-related conversations.
- Social Spaces: gather and interact with fellow enthusiasts.
- News & Announcements: track project-wide announcements including social events.
-
The Ansible Bullhorn newsletter: used to announce releases and important changes.
For more information about communication, see the Ansible communication guide.
Python version compatibility
This collection depends on the hcloud library. Due to the hcloud Python Support Policy this collection requires Python 3.9 or greater.
Release notes
See here.
Release policy
The main branch is used for the development of the latest versions of the collections, and may contain breaking changes. The stable-* branches (e.g. stable-1 for the 1.x.y releases) are used to cut additional minor or patch releases if needed, but we do not provide official support for multiple versions of the collection.
Documentation
The documentation for all modules are available through ansible-doc.
Sample: ansible-doc hetzner.hcloud.server shows the documentation for the server module.
For all modules that were part of Ansible directly (before Ansible 2.11) we also have the documentation published in the Ansible documentation: https://docs.ansible.com/ansible/latest/collections/hetzner/hcloud/
Development
Requirements
You should place the collection (clone the repository) into the Ansible collection path. Normally this
is ~/.ansible/collections/ansible_collections/<namespace>/<collection, so for our collection it would
be: ~/.ansible/collections/ansible_collections/hetzner/hcloud.
git clone git@github.com:ansible-collections/hetzner.hcloud.git ~/.ansible/collections/ansible_collections/hetzner/hcloud
After this you just need ansible installed.
Testing
Testing is done via ansible-test. Make sure to have a cloud-config-hcloud.ini file in tests/integration which
contains the hcloud API token:
[default]
hcloud_api_token=<token>
After this you should be able to use ansible-test integration to perform the integration tests for a specific module.
Sample:
ansible-test integration --color --local -vvv hetzner.hcloud.server // Executed all integration tests for server module
Releasing a new version
If there are releasable changes, release-please will open a PR on GitHub with the proposed version. When this PR is merged, release-please will tag the release.