Skip to content

Commit

Permalink
Merge branch 'feature/system_access_servers' of github.com:LuminatiHD…
Browse files Browse the repository at this point in the history
…/puzzle.opnsense into feature/system_access_servers
  • Loading branch information
LuminatiHD committed Aug 15, 2024
2 parents b9e6afc + e956a4b commit 6101825
Show file tree
Hide file tree
Showing 19 changed files with 1,144 additions and 1,541 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ OPNsense Collection Release Notes

.. contents:: Topics

v1.2.1
======

Bugfixes
--------

- firewall_rules_utils - Handle additional XML attributes for the firewall rule objects from the config.

v1.2.0
======

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

- config_utils - Raise exceptions that occur within an OPNsenseConfigContext with traceback.
- system_access_users - Enhanced group removal handling

Bugfixes
--------

- interfaces_assignments - Include plugin interfaces such as VLAN, VXLANs etc. in validations.
- module_index - Password entry now matches configure_function structure.
- system_access_users - Introduced password sanitization to fix parsing errors.
- system_access_users - Introduced password verification to fix passwords not being updated.
- system_access_users - Remove the UserLoginEnum type to prevent strict validation.
- system_access_users - Updated set_user_password dict calls in order to work with the newly introduced structure
- system_access_users - apikeys are changed if updated
- system_access_users - apikeys parameters are now passed as a list of dicts

New Modules
-----------

- system_high_availability_settings - Configure high availability settings

v1.1.1
======

Expand Down
38 changes: 38 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,41 @@ releases:
fragments:
- 112-fix-user-extra-attributes-in-system_access_users.yml
release_date: '2024-04-24'
1.2.0:
changes:
bugfixes:
- interfaces_assignments - Include plugin interfaces such as VLAN, VXLANs etc.
in validations.
- module_index - Password entry now matches configure_function structure.
- system_access_users - Introduced password sanitization to fix parsing errors.
- system_access_users - Introduced password verification to fix passwords not
being updated.
- system_access_users - Remove the UserLoginEnum type to prevent strict validation.
- system_access_users - Updated set_user_password dict calls in order to work
with the newly introduced structure
- system_access_users - apikeys are changed if updated
- system_access_users - apikeys parameters are now passed as a list of dicts
minor_changes:
- config_utils - Raise exceptions that occur within an OPNsenseConfigContext
with traceback.
- system_access_users - Enhanced group removal handling
fragments:
- 117-remove-user-shell-attribute-as-enum.yml
- 122-implement-password-sanitation-before-hashing.yml
- 124-fix-password-module-index-entry.yml
- 129-include-plugin-interfaces-for-assignments.yml
- 130-fix-apikeys-attribute-as-list.yml
- 132-improve-exception-handling-in-opnsenseconfigcontext.yml
modules:
- description: Configure high availability settings
name: system_high_availability_settings
namespace: ''
release_date: '2024-06-28'
1.2.1:
changes:
bugfixes:
- firewall_rules_utils - Handle additional XML attributes for the firewall rule
objects from the config.
fragments:
- 143-add-extra-attributes-to-firewall-rules.yml
release_date: '2024-08-05'

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/124-fix-password-module-index-entry.yml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

namespace: puzzle
name: opnsense
version: 1.1.1
version: 1.2.1
readme: README.md
authors:
- Lukas Grimm (github.com/ombre8)
- Fabio Bertagna (github.com/dongiovanni83)
- Philipp Matti (github.com/acteru)
- Reto Kupferschmid (github.com/rekup)
- Kilian Soltermann (github.com/killuuuhh)
- Yoan Müller (github.com/LuminatiHD)
description: Ansible collection for OPNsense
license_file: LICENSE
tags:
Expand Down
Loading

0 comments on commit 6101825

Please sign in to comment.