Skip to content

Commit

Permalink
Release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 18, 2025
1 parent 62dcbf2 commit e974ca8
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 87 deletions.
180 changes: 107 additions & 73 deletions CHANGELOG.md

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ Community Hetzner Robot Collection Release Notes

.. contents:: Topics

v2.1.0
======

Release Summary
---------------

Feature release with several new modules and a deprecation.

Minor Changes
-------------

- All modules and plugins now have a ``rate_limit_retry_timeout`` option, which allows to configure for how long to wait in case of rate limiting errors. By default, the modules wait indefinitely. Setting the option to ``0`` does not retry (this was the behavior in previous versions), and a positive value sets a number of seconds to wait at most (https://github.com/ansible-collections/community.hrobot/pull/140).
- boot - it is now possible to specify SSH public keys in ``authorized_keys``. The fingerprint needed by the Robot API will be extracted automatically (https://github.com/ansible-collections/community.hrobot/pull/134).
- v_switch - the module is now part of the ``community.hrobot.robot`` action group, despite already being documented as part of it (https://github.com/ansible-collections/community.hrobot/pull/136).

Deprecated Features
-------------------

- boot - the various ``arch`` suboptions have been deprecated and will be removed from community.hrobot 3.0.0 (https://github.com/ansible-collections/community.hrobot/pull/134).

New Modules
-----------

- community.hrobot.storagebox - Modify a storage box's basic configuration.
- community.hrobot.storagebox_info - Query information on one or more storage boxes.
- community.hrobot.storagebox_set_password - (Re)set the password for a storage box.
- community.hrobot.storagebox_snapshot_plan - Modify a storage box's snapshot plans.
- community.hrobot.storagebox_snapshot_plan_info - Query the snapshot plans for a storage box.

v2.0.3
======

Expand Down
40 changes: 40 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,43 @@ releases:
fragments:
- 2.0.3.yml
release_date: '2024-12-30'
2.1.0:
changes:
deprecated_features:
- boot - the various ``arch`` suboptions have been deprecated and will be
removed from community.hrobot 3.0.0 (https://github.com/ansible-collections/community.hrobot/pull/134).
minor_changes:
- All modules and plugins now have a ``rate_limit_retry_timeout`` option,
which allows to configure for how long to wait in case of rate limiting
errors. By default, the modules wait indefinitely. Setting the option to
``0`` does not retry (this was the behavior in previous versions), and a
positive value sets a number of seconds to wait at most (https://github.com/ansible-collections/community.hrobot/pull/140).
- boot - it is now possible to specify SSH public keys in ``authorized_keys``.
The fingerprint needed by the Robot API will be extracted automatically
(https://github.com/ansible-collections/community.hrobot/pull/134).
- v_switch - the module is now part of the ``community.hrobot.robot`` action
group, despite already being documented as part of it (https://github.com/ansible-collections/community.hrobot/pull/136).
release_summary: Feature release with several new modules and a deprecation.
fragments:
- 134-boot-arch.yml
- 134-boot-fingerprints.yml
- 136-v_switch-action-group.yml
- 140-rate_limit_retry_timeout.yml
- 2.1.0.yml
modules:
- description: Modify a storage box's basic configuration.
name: storagebox
namespace: ''
- description: Query information on one or more storage boxes.
name: storagebox_info
namespace: ''
- description: (Re)set the password for a storage box.
name: storagebox_set_password
namespace: ''
- description: Modify a storage box's snapshot plans.
name: storagebox_snapshot_plan
namespace: ''
- description: Query the snapshot plans for a storage box.
name: storagebox_snapshot_plan_info
namespace: ''
release_date: '2025-01-18'
2 changes: 0 additions & 2 deletions changelogs/fragments/134-boot-arch.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/134-boot-fingerprints.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/136-v_switch-action-group.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/140-rate_limit_retry_timeout.yml

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/fragments/2.1.0.yml

This file was deleted.

0 comments on commit e974ca8

Please sign in to comment.