Skip to content

Commit

Permalink
Release v1.26.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Jan 2, 2024
1 parent c09252e commit 93de533
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.26.0
=======

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

- digital_ocean_kubernetes - add project_name parameter (https://github.com/ansible-collections/community.digitalocean/issues/264).

Bugfixes
--------

- The C(project_name) parameter for many modules was used by alias C(project) internally in the codebase, but to work properly C(project_name) must be used in the code. Replace self.module.params.get("project") with self.module.params.get("project_name") (https://github.com/ansible-collections/community.digitalocean/issues/326).
- digital_ocean_kubernetes - module didn't return kubeconfig properly, return documentation was invalid. Fixed version returns data with the same structure all the time, also it is aligned with M(community.digitalocean.digital_ocean_kubernetes_info) documentation return data now. (https://github.com/ansible-collections/community.digitalocean/issues/322).

v1.25.0
=======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,29 @@ releases:
name: digital_ocean_project_resource_info
namespace: ''
release_date: '2023-12-11'
1.26.0:
changes:
bugfixes:
- The C(project_name) parameter for many modules was used by alias C(project)
internally in the codebase, but to work properly C(project_name) must be used
in the code. Replace self.module.params.get("project") with self.module.params.get("project_name")
(https://github.com/ansible-collections/community.digitalocean/issues/326).
- digital_ocean_kubernetes - module didn't return kubeconfig properly, return
documentation was invalid. Fixed version returns data with the same structure
all the time, also it is aligned with M(community.digitalocean.digital_ocean_kubernetes_info)
documentation return data now. (https://github.com/ansible-collections/community.digitalocean/issues/322).
minor_changes:
- digital_ocean_kubernetes - add project_name parameter (https://github.com/ansible-collections/community.digitalocean/issues/264).
fragments:
- 264-kubernetes-project.yaml
- 322-k8s-module-kubeconfig.yaml
- 326-project-name-param.yaml
- 334-droplet-ci-images.yml
- 337-refactor-integration-tests.yml
- 338-refactor-integration-tests.yml
- 339-refactor-integration-tests.yml
- 340-fix-refactor-integration-tests.yml
release_date: '2024-01-01'
1.3.0:
modules:
- description: Create and delete a DigitalOcean database
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/264-kubernetes-project.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/322-k8s-module-kubeconfig.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/326-project-name-param.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/334-droplet-ci-images.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/337-refactor-integration-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/338-refactor-integration-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/339-refactor-integration-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/340-fix-refactor-integration-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tags:
- digitalocean
- cloud
- droplet
version: 1.25.0
version: 1.26.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 93de533

Please sign in to comment.