Skip to content

Commit

Permalink
release 1.11.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 5, 2023
1 parent 880c31b commit 5cdd0cb
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 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 @@ Vultr Collection Release Notes
.. contents:: Topics


v1.11.0
=======

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

- Implemented a feature to distinguish resources by region if available. This allows to have identical name per region e.g. a VPC named ``default`` in each region. (https://github.com/vultr/ansible-collection-vultr/pull/98).
- instance - Added a new param ``user_scheme`` to change user scheme to non-root on Linux while creating the instance (https://github.com/vultr/ansible-collection-vultr/issues/96).

Bugfixes
--------

- reserved_ip - Fixed an issue which caused the module to fail, also enabled integration tests (https://github.com/vultr/ansible-collection-vultr/issues/92).

v1.10.1
=======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,22 @@ releases:
fragments:
- fix-instance-state-wait-for.yml
release_date: '2023-11-11'
1.11.0:
changes:
bugfixes:
- reserved_ip - Fixed an issue which caused the module to fail, also enabled
integration tests (https://github.com/vultr/ansible-collection-vultr/issues/92).
minor_changes:
- Implemented a feature to distinguish resources by region if available. This
allows to have identical name per region e.g. a VPC named ``default`` in each
region. (https://github.com/vultr/ansible-collection-vultr/pull/98).
- instance - Added a new param ``user_scheme`` to change user scheme to non-root
on Linux while creating the instance (https://github.com/vultr/ansible-collection-vultr/issues/96).
fragments:
- distinguish-per-region.yml
- instance-user-scheme.yml
- reserved_ip-fix-broken-module.yml
release_date: '2023-12-05'
1.2.0:
changes:
minor_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/distinguish-per-region.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/instance-user-scheme.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/reserved_ip-fix-broken-module.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 @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 1.10.1
version: 1.11.0

0 comments on commit 5cdd0cb

Please sign in to comment.