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] 7f81ee6df3
chore(deps): update pre-commit hook ansible/ansible-lint to v24.10.0 (#584)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | minor | `v24.9.2` -> `v24.10.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.10.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.10.0)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.9.2...v24.10.0)

#### Enhancements

- Add support for py313
([#&#8203;4388](https://redirect.github.com/ansible/ansible-lint/issues/4388))
[@&#8203;abhikdps](https://redirect.github.com/abhikdps)

#### Bugfixes

- Require ansible-compat>=24.10.0
([#&#8203;4402](https://redirect.github.com/ansible/ansible-lint/issues/4402))
- Update TaskHasTag example rule used in custom-rules.md
([#&#8203;4401](https://redirect.github.com/ansible/ansible-lint/issues/4401))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Add Fedora 41 as a platform in the metadata schema
([#&#8203;4392](https://redirect.github.com/ansible/ansible-lint/issues/4392))
[@&#8203;jsf9k](https://redirect.github.com/jsf9k)
- Fixing the issue "Unfinished sentence in docs/profiles.md
[#&#8203;4358](https://redirect.github.com/ansible/ansible-lint/issues/4358)"
([#&#8203;4380](https://redirect.github.com/ansible/ansible-lint/issues/4380))
[@&#8203;binojmn](https://redirect.github.com/binojmn)
- Fix quotes converting free-form syntax to yaml
([#&#8203;4361](https://redirect.github.com/ansible/ansible-lint/issues/4361))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Handle FQCN when using import_playbook
([#&#8203;4369](https://redirect.github.com/ansible/ansible-lint/issues/4369))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Allow jinja in variable names
([#&#8203;4372](https://redirect.github.com/ansible/ansible-lint/issues/4372))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Update rulebook schema
([#&#8203;4373](https://redirect.github.com/ansible/ansible-lint/issues/4373))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Fix wonky writing to sarif_file
([#&#8203;4368](https://redirect.github.com/ansible/ansible-lint/issues/4368))
[@&#8203;Qalthos](https://redirect.github.com/Qalthos)
- Fix to avoid spamming syslog with invoked messages
([#&#8203;4353](https://redirect.github.com/ansible/ansible-lint/issues/4353))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Pin codecov action to v4.5.0 and update dependabot.yml to ignore
v4.6.0
([#&#8203;4356](https://redirect.github.com/ansible/ansible-lint/issues/4356))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Update schema for missing `tags` property to builder v3 `options`
([#&#8203;4346](https://redirect.github.com/ansible/ansible-lint/issues/4346))
[@&#8203;audgirka](https://redirect.github.com/audgirka)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 19:42:26 +00:00
.azure-pipelines ci: add ansible-core 2.18 to the test matrix (#582) 2024-11-12 10:27:19 +01:00
.github chore(main): release 4.2.1 (#562) 2024-09-23 09:08:39 +02:00
changelogs fix: only rebuild existing servers, skip rebuild if it was just created (#581) 2024-11-11 17:09:37 +01:00
docs/docsite chore: replace deprecated server type with cx22 (#510) 2024-06-11 15:30:47 +02:00
examples docs: add example to assign server to a specific subnet (#525) 2024-07-04 14:31:53 +02:00
meta feat!: drop support for ansible-core 2.14 (#512) 2024-06-11 16:21:03 +02:00
plugins fix: only rebuild existing servers, skip rebuild if it was just created (#581) 2024-11-11 17:09:37 +01:00
scripts chore(deps): update dependency hcloud to v2.3.0 (#567) 2024-10-10 13:03:44 +02:00
tests fix: improve unknown certificate error in load_balancer_service (#570) 2024-10-10 15:19:16 +02:00
.ansible-lint test: improve load_balancer_target integration using new framework (#547) 2024-08-08 16:05:21 +02:00
.flake8 refactor: use f-strings (#310) 2023-08-24 11:27:40 +02:00
.gitignore feat: vendor hcloud python dependency (#244) 2023-07-11 11:15:08 +02: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 v24.10.0 (#584) 2024-11-13 19:42:26 +00:00
CHANGELOG.rst chore(main): release 4.2.1 (#562) 2024-09-23 09:08:39 +02:00
COPYING refactor: prefer true/false over yes/no (#226) 2023-06-21 10:49:54 +02:00
galaxy.yml chore(main): release 4.2.1 (#562) 2024-09-23 09:08:39 +02:00
Makefile chore: add dev target helper (#457) 2024-02-06 14:04:18 +01:00
pyproject.toml chore: disable out of scope pylint rules (#478) 2024-03-27 15:49:19 +01:00
README.md docs: add communication section with forum information (#549) 2024-08-13 10:54:56 +02:00
renovate.json chore: update renovate bot config (#355) 2023-10-12 10:16:48 +02:00
requirements.txt chore(deps): update dependency antsibull-docs to >=2.15,<2.16 (#568) 2024-10-10 12:53:25 +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.8 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.