Skip to content

Commit

Permalink
Create Release v1.0.0 (#235)
Browse files Browse the repository at this point in the history
* Create Release v1.0.0

* Fix the changelog `changes` for the `0.5.1` release
  • Loading branch information
mamercad authored Mar 6, 2025
1 parent abf8c16 commit 8e513a2
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 13 deletions.
29 changes: 24 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ DigitalOcean Collection Release Notes

.. contents:: Topics

v1.0.0
======

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

Bump Python, project-wide, to 3.11.11. Fix ``state: absent`` bug in the Droplet module. Disable integration testing for the ``monitoring_alert_policy`` and ``one_click`` modules since they are broken (https://github.com/digitalocean/ansible-collection/pull/234).

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

- Bump Python to 3.11.11 and Poetry to 1.8.5 (https://github.com/digitalocean/ansible-collection/issues/229).
- monitoring_alert_policy - mark integration test as ``disabled`` since it is broken (https://github.com/digitalocean/ansible-collection/issues/229)."
- one_click - mark this integration test as ``disabled`` since it is broken (https://github.com/digitalocean/ansible-collection/issues/229)."

Bugfixes
--------

- droplet - add misisng ``droplet_id`` parameter when for ``state: absent`` (https://github.com/digitalocean/ansible-collection/issues/229).

v0.6.0
======
Expand All @@ -16,12 +35,12 @@ Minor Changes
v0.5.1
======

Trivial Changes
---------------
Minor Changes
-------------

- docs - fix broken links due to Ansible Galaxy NG launch (https://github.com/digitalocean/ansible-collection/pull/91).
- tests - bump Kubernetes version in its integration test (https://github.com/digitalocean/ansible-collection/issues/100).
- lint - tweaked ansible-lint configuration so production profile is now the target for this repo (https://github.com/digitalocean/ansible-collection/pull/104).
- Bump Kubernetes version in its integration test (https://github.com/digitalocean/ansible-collection/issues/100).
- Fix broken links due to Ansible Galaxy NG launch (https://github.com/digitalocean/ansible-collection/pull/91).
- Lint tweaked ansible-lint configuration so production profile is now the target for this repo (https://github.com/digitalocean/ansible-collection/pull/104).

v0.5.0
======
Expand Down
26 changes: 25 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@ releases:
namespace: ''
release_date: '2023-10-12'
0.5.1:
changes: {}
changes:
minor_changes:
- Bump Kubernetes version in its integration test (https://github.com/digitalocean/ansible-collection/issues/100).
- Fix broken links due to Ansible Galaxy NG launch (https://github.com/digitalocean/ansible-collection/pull/91).
- Lint tweaked ansible-lint configuration so production profile is now the target
for this repo (https://github.com/digitalocean/ansible-collection/pull/104).
fragments:
- 100-bump-kubernetes-version.yml
- 104-ansible-lint.yml
Expand All @@ -295,3 +300,22 @@ releases:
- 147-integration-testing-kubernetes-version.yml
- 180-add-action_groups.yml
release_date: '2024-05-23'
1.0.0:
changes:
bugfixes:
- 'droplet - add misisng ``droplet_id`` parameter when for ``state: absent``
(https://github.com/digitalocean/ansible-collection/issues/229).'
minor_changes:
- Bump Python to 3.11.11 and Poetry to 1.8.5 (https://github.com/digitalocean/ansible-collection/issues/229).
- monitoring_alert_policy - mark integration test as ``disabled`` since it is
broken (https://github.com/digitalocean/ansible-collection/issues/229)."
- one_click - mark this integration test as ``disabled`` since it is broken
(https://github.com/digitalocean/ansible-collection/issues/229)."
release_summary: 'Bump Python, project-wide, to 3.11.11. Fix ``state: absent``
bug in the Droplet module. Disable integration testing for the ``monitoring_alert_policy``
and ``one_click`` modules since they are broken (https://github.com/digitalocean/ansible-collection/pull/234).'
fragments:
- 229-bump-python-311.yaml
- 229-disable-monitoring-alert-policy-and-one-click-int-tests.yml
- 229-droplet-id-absent.yaml
release_date: '2025-03-06'
2 changes: 0 additions & 2 deletions changelogs/fragments/229-bump-python-311.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/229-droplet-id-absent.yaml

This file was deleted.

0 comments on commit 8e513a2

Please sign in to comment.