Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v1.5.0 #163

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ OPNsense Collection Release Notes

.. contents:: Topics

v1.5.0
======

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

- puzzle.opnsense.opnsense_configure - Addition of an ansible role to the collection

Bugfixes
--------

- puzzle.opnsense.system_access_users - Thanks to @GBBx fixed a bug which falsely adds empty parameters to user instance.
- puzzle.opnsense.system_access_users - Thanks to @GBBx fixed a bug while user deletion.

v1.4.1
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,17 @@ releases:
fragments:
- 153-fix-system-settings-logging-24.7-support.yml
release_date: '2024-08-29'
1.5.0:
changes:
bugfixes:
- puzzle.opnsense.system_access_users - Thanks to @GBBx fixed a bug which falsely
adds empty parameters to user instance.
- puzzle.opnsense.system_access_users - Thanks to @GBBx fixed a bug while user
deletion.
minor_changes:
- puzzle.opnsense.opnsense_configure - Addition of an ansible role to the collection
fragments:
- 155-add-opnsense-config-role.yml
- 160-fix-user-removal.yml
- 161-fix-empty-parameters-handling.yml
release_date: '2024-11-26'
3 changes: 0 additions & 3 deletions changelogs/fragments/155-add-opnsense-config-role.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/160-fix-user-removal.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/161-fix-empty-parameters-handling.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 @@ -2,7 +2,7 @@

namespace: puzzle
name: opnsense
version: 1.4.1
version: 1.5.0
readme: README.md
authors:
- Lukas Grimm (github.com/ombre8)
Expand Down
Loading