From 8e513a23c51cc9b05003da4b8ea938edaa5935db Mon Sep 17 00:00:00 2001 From: Mark Mercado Date: Thu, 6 Mar 2025 17:22:05 -0500 Subject: [PATCH] Create Release v1.0.0 (#235) * Create Release v1.0.0 * Fix the changelog `changes` for the `0.5.1` release --- CHANGELOG.rst | 29 +++++++++++++++---- changelogs/changelog.yaml | 26 ++++++++++++++++- changelogs/fragments/229-bump-python-311.yaml | 2 -- ...g-alert-policy-and-one-click-int-tests.yml | 3 -- .../fragments/229-droplet-id-absent.yaml | 2 -- 5 files changed, 49 insertions(+), 13 deletions(-) delete mode 100644 changelogs/fragments/229-bump-python-311.yaml delete mode 100644 changelogs/fragments/229-disable-monitoring-alert-policy-and-one-click-int-tests.yml delete mode 100644 changelogs/fragments/229-droplet-id-absent.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 160775bc..8f18cabc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7ffb7f26..1c6362d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 @@ -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' diff --git a/changelogs/fragments/229-bump-python-311.yaml b/changelogs/fragments/229-bump-python-311.yaml deleted file mode 100644 index 53d88417..00000000 --- a/changelogs/fragments/229-bump-python-311.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "Bump Python to 3.11.11 and Poetry to 1.8.5 (https://github.com/digitalocean/ansible-collection/issues/229)." diff --git a/changelogs/fragments/229-disable-monitoring-alert-policy-and-one-click-int-tests.yml b/changelogs/fragments/229-disable-monitoring-alert-policy-and-one-click-int-tests.yml deleted file mode 100644 index 3ae0aac3..00000000 --- a/changelogs/fragments/229-disable-monitoring-alert-policy-and-one-click-int-tests.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - 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)." diff --git a/changelogs/fragments/229-droplet-id-absent.yaml b/changelogs/fragments/229-droplet-id-absent.yaml deleted file mode 100644 index 0f9ff73f..00000000 --- a/changelogs/fragments/229-droplet-id-absent.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "droplet - add misisng ``droplet_id`` parameter when for ``state: absent`` (https://github.com/digitalocean/ansible-collection/issues/229)."