1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
No description
Find a file
renovate[bot] 4547d9fa83
chore(deps): update dependency antsibull-docs to >=2.18,<2.19 (#660)
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` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/antsibull-docs/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/antsibull-docs/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/antsibull-docs/2.17.1/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/antsibull-docs/2.17.1/2.18.0?slim=true)](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

([#&#8203;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>

([#&#8203;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>)
([#&#8203;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
([#&#8203;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

([#&#8203;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>
([#&#8203;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>
2025-06-26 09:04:49 +02:00
.azure-pipelines ci: fix missing jobs in summary (#614) 2025-03-21 14:58:37 +01:00
.github chore(main): release 5.1.0 (#653) 2025-06-11 10:24:40 +02:00
changelogs fix: add volume_attachment module to meta (#655) 2025-06-18 10:11:48 +02:00
docs/docsite docs: update links to api specification (sweep) (#661) 2025-06-25 15:41:21 +02:00
examples feat: add new created state for idempotent server creation (#606) 2025-03-21 14:05:03 +01:00
meta fix: add volume_attachment module to meta (#655) 2025-06-18 10:11:48 +02:00
plugins chore(main): release 5.1.0 (#653) 2025-06-11 10:24:40 +02:00
scripts chore(deps): update dependency hcloud to v2.5.3 (#649) 2025-06-10 20:36:03 +02:00
tests fix: ensure returned resource ids are integers (#651) 2025-06-11 10:09:12 +02:00
.ansible-lint test: enable unsupported-version lint rule (#595) 2025-01-29 10:30:16 +00:00
.flake8 refactor: use f-strings (#310) 2023-08-24 11:27:40 +02:00
.gitignore chore: ignore .ansible dir (#618) 2025-03-25 16:44:32 +01:00
.gitlab-ci.yml ci: update gitlab ci config (#529) 2024-07-09 12:30:49 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook ansible/ansible-lint to v25.6.1 (#657) 2025-06-19 16:50:38 +00:00
CHANGELOG.rst chore(main): release 5.1.0 (#653) 2025-06-11 10:24:40 +02:00
COPYING refactor: prefer true/false over yes/no (#226) 2023-06-21 10:49:54 +02:00
galaxy.yml chore(main): release 5.1.0 (#653) 2025-06-11 10:24:40 +02:00
Makefile chore(deps): update dependency antsibull-docs to >=2.18,<2.19 (#660) 2025-06-26 09:04:49 +02:00
pyproject.toml feat: drop support for python 3.8 (#615) 2025-03-21 15:10:23 +01:00
README.md feat: drop support for python 3.8 (#615) 2025-03-21 15:10:23 +01:00
renovate.json chore(config): migrate renovate config (#640) 2025-05-23 11:32:59 +02:00
requirements-dev.txt chore(deps): update dependency antsibull-docs to >=2.18,<2.19 (#660) 2025-06-26 09:04:49 +02:00
requirements.txt chore: split dev requirement from runtime requirements (#650) 2025-06-11 10:06:50 +02:00

Galaxy version GitHub version Build Status Codecov

Ansible Collection: hetzner.hcloud

Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources.

Communication

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.