Skip to content

Commit

Permalink
Release v0.4.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Sep 25, 2023
1 parent 5e6863f commit 8ec3542
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 15 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ DigitalOcean Collection Release Notes
.. contents:: Topics


v0.4.0
======

Bugfixes
--------

- database_cluster - fix C(database_cluster) module and reenable integration test (https://github.com/digitalocean/ansible-collection/pull/60).
- kubernetes_cluster - fix C(kubernetes_cluster) module polling and refactor integration test (https://github.com/digitalocean/ansible-collection/issues/62).
- project - fix C(project) module with API workaround and add integration test (https://github.com/digitalocean/ansible-collection/pull/61).

New Plugins
-----------

Inventory
~~~~~~~~~

- droplets - Droplets dynamic inventory plugin

v0.3.0
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,26 @@ releases:
name: droplet_action_snapshot
namespace: ''
release_date: '2023-09-20'
0.4.0:
changes:
bugfixes:
- database_cluster - fix C(database_cluster) module and reenable integration
test (https://github.com/digitalocean/ansible-collection/pull/60).
- kubernetes_cluster - fix C(kubernetes_cluster) module polling and refactor
integration test (https://github.com/digitalocean/ansible-collection/issues/62).
- project - fix C(project) module with API workaround and add integration test
(https://github.com/digitalocean/ansible-collection/pull/61).
fragments:
- 58-publish-galaxy.yaml
- 59-readme-badges.yaml
- 60-fix-database-cluster.yaml
- 61-fix-project.yaml
- 62-fix-kubernetes-cluster.yaml
- 66-database-cluster-timeout.yaml
- 71-dependabot-bumps.yaml
plugins:
inventory:
- description: Droplets dynamic inventory plugin
name: droplets
namespace: null
release_date: '2023-09-25'
2 changes: 0 additions & 2 deletions changelogs/fragments/58-publish-galaxy.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/59-readme-badges.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/60-fix-database-cluster.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/61-fix-project.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/62-fix-kubernetes-cluster.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/66-database-cluster-timeout.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/71-dependabot-bumps.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: digitalocean
name: cloud
version: 0.3.0
version: 0.4.0
readme: README.md
authors:
- Mark Mercado (@mamercad)
Expand Down

0 comments on commit 8ec3542

Please sign in to comment.