Skip to content

Commit

Permalink
Create changelog for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 31, 2025
1 parent 1af56ce commit 23a4938
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 34 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ pfSensible.Core Release Notes

.. contents:: Topics

v0.6.2
======

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

- added ``auto`` choice for ``myid_type`` and ``peerid_type`` (https://github.com/pfsensible/core/issues/145)
- pfsense_ca - added ``key`` parameter to import CA private key (https://github.com/pfsensible/core/issues/57)
- pfsense_dns_resolver - validate ``domainoverrides.ip`` field
- pfsense_openvpn_client - added ``v4only`` and `v6only`` values for ``create_gw`` (https://github.com/pfsensible/core/issues/133)
- pfsense_openvpn_override - support changed semantics of ``push_reset`` in pfSense Plus 24.11
- pfsense_openvpn_server - no longer sort authmode items
- pfsense_setup - Update language list for pfSense 2.7.1 / pfSense Plus 23.09.
- pfsensible_interface - implemented ``ipv6_type: slaac`` and added the ``slaacusev4iface`` parameter (https://github.com/pfsensible/core/issues/121).
- pfsensible_openvpn_server - Allow ``Local Database`` for ``authmode`` parameter (https://github.com/pfsensible/core/issues/125).

Bugfixes
--------

- made pfsense_dns_resolver hosts idempotent (https://github.com/pfsensible/core/issues/151)
- pfsense - handle "."s prefixing php() output triggered by the presense of /var/run/booting and issue a warning (https://github.com/pfsensible/core/issues/118)
- pfsense_dns_resolver - allow for comma separated list of IP addresses in ``hosts.ip`` (https://github.com/pfsensible/core/discussions/150)
- pfsense_openvpn_client - add ``tls_type`` parameter
- pfsense_openvpn_client/server - apply ``tls`` setting to config (https://github.com/pfsensible/core/issues/132)
- pfsense_user - fixed setting multiple groups for a user (https://github.com/pfsensible/core/issues/130)
- set `global $config;` in phpshell() to find update commands in pfSense Plus 24.11

v0.6.1
======
Expand All @@ -29,8 +55,8 @@ v0.6.0
Major Changes
-------------

- pfsense_default_gateway - Add module for setting the default gateways (https://github.com/pfsensible/core/pull/99)
- pfsense_dns_resolver - Add module for DNS resolver (unbound) settings (https://github.com/pfsensible/core/pull/76)
- pfsense_default_gateway - Add module for setting the default gateways
- pfsense_dns_resolver - Add module for DNS resolver (unbound) settings

Minor Changes
-------------
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 0.6.1
version: 0.6.2
43 changes: 43 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,46 @@ releases:
- pfsense_ca-allow-disabling.yml
- ship-tests.yml
release_date: '2024-01-20'
0.6.2:
changes:
bugfixes:
- made pfsense_dns_resolver hosts idempotent (https://github.com/pfsensible/core/issues/151)
- pfsense - handle "."s prefixing php() output triggered by the presense of
/var/run/booting and issue a warning (https://github.com/pfsensible/core/issues/118)
- pfsense_dns_resolver - allow for comma separated list of IP addresses in ``hosts.ip``
(https://github.com/pfsensible/core/discussions/150)
- pfsense_openvpn_client - add ``tls_type`` parameter
- pfsense_openvpn_client/server - apply ``tls`` setting to config (https://github.com/pfsensible/core/issues/132)
- pfsense_user - fixed setting multiple groups for a user (https://github.com/pfsensible/core/issues/130)
- set `global $config;` in phpshell() to find update commands in pfSense Plus
24.11
minor_changes:
- added ``auto`` choice for ``myid_type`` and ``peerid_type`` (https://github.com/pfsensible/core/issues/145)
- pfsense_ca - added ``key`` parameter to import CA private key (https://github.com/pfsensible/core/issues/57)
- pfsense_dns_resolver - validate ``domainoverrides.ip`` field
- pfsense_openvpn_client - added ``v4only`` and `v6only`` values for ``create_gw``
(https://github.com/pfsensible/core/issues/133)
- pfsense_openvpn_override - support changed semantics of ``push_reset`` in
pfSense Plus 24.11
- pfsense_openvpn_server - no longer sort authmode items
- pfsense_setup - Update language list for pfSense 2.7.1 / pfSense Plus 23.09.
- 'pfsensible_interface - implemented ``ipv6_type: slaac`` and added the ``slaacusev4iface``
parameter (https://github.com/pfsensible/core/issues/121).'
- pfsensible_openvpn_server - Allow ``Local Database`` for ``authmode`` parameter
(https://github.com/pfsensible/core/issues/125).
fragments:
- booting.yml
- ca_key.yml
- dnf_resolver_aliases.yml
- dns_resolver_ip.yml
- interface-slaac.yml
- ipsec_auto.yml
- langauages.yml
- openvpn_client_gw.yml
- openvpn_localdb.yml
- openvpn_override.yml
- openvpn_server_unsorted_authmode.yml
- openvpn_tls.yml
- phpshell_config.yml
- user_groups.yml
release_date: '2025-01-30'
2 changes: 0 additions & 2 deletions changelogs/fragments/booting.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ca_key.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/dnf_resolver_aliases.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/dns_resolver_ip.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/interface-slaac.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ipsec_auto.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/langauages.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/openvpn_client_gw.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/openvpn_localdb.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/openvpn_override.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/openvpn_server_unsorted_authmode.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/openvpn_tls.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/phpshell_config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/user_groups.yml

This file was deleted.

0 comments on commit 23a4938

Please sign in to comment.