Jonas L.
cfa0d181f7
refactor: mark module_utils modules as private ( #782 )
...
##### SUMMARY
All `module_utils` are now marked as **private**. None of the modules
were intended for public use.
Similar to
https://togithub.com/ansible-collections/community.general/issues/11312
2026-01-06 08:43:46 +01:00
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` |
[](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>
2025-06-26 09:04:49 +02:00
Jonas L.
ef6a9389dc
chore: split dev requirement from runtime requirements ( #650 )
...
##### SUMMARY
Some users seem to install their requirements using the file in the
repository. This ensures they do not install our dev dependencies.
2025-06-11 10:06:50 +02:00
Jonas L
cf52215864
chore: add dev target helper ( #457 )
...
##### SUMMARY
Adds a helper to configure the dev env. For example reexporting a
hcloud_token and reload the integration tests configuration:
```bash
export HCLOUD_TOKEN="$(get-tmp-hcloud-token)"
make dev
```
2024-02-06 14:04:18 +01:00
Jonas L
c41ed8bd60
chore: enable docs rstcheck ( #432 )
...
This should catch more RST errors.
2023-12-21 17:44:59 +01:00
Jonas L
d3c23d0b86
chore: add makefile ansible-test targets ( #401 )
...
##### SUMMARY
This helps to run sanity/units/integrations tests locally.
2023-11-24 12:13:46 +01:00
Jonas L
79d52d3621
chore: add venv dependency to lint-docs target ( #350 )
...
##### SUMMARY
Missing venv when running lint-docs from a clean repo.
2023-10-09 13:42:59 +02:00
Jonas L
9eab32cf3d
chore: pre-commit improvements ( #348 )
...
##### SUMMARY
- Speed up pre-commit by moving some tasks out of pre-commit
- Move network related hooks out of pre-commit (allow enabling
pre-commit.ci)
- Some optimization
- Use pre-commit.ci
2023-10-06 16:02:46 +02:00
Jonas L
79f90b3881
chore: add dev config ( #326 )
...
##### SUMMARY
Add configuration files to simplify the dev setup for the project. This
will help IDEs to provide insight during development.
Pylint is already run by the ansible-test sanity checks.
2023-09-15 10:25:22 +02:00
Jonas L
8a6157e8b2
feat: vendor hcloud python dependency ( #244 )
...
* chore: ignore venv directories
* chore: ignore integration test generated inventory
* feat: vendor hcloud package
* import https://github.com/hetznercloud/hcloud-python
* use vendored hcloud in modules
* update integration test requirements
* make vendor script self contained
* chore: add check-hcloud-vendor pre-commit hook
* pin hcloud version to v.1.24.0
* move vendored __version__.py file to _version.py
* update comment about galaxy-importer filename lint
2023-07-11 11:15:08 +02:00