Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 21, 2024
1 parent 91ce71f commit 76d47c3
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ pfSensible.Core Release Notes
.. contents:: Topics


v0.6.1
======

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

- Bump required ansible version to 2.12.
- Have _get_ansible_param_bool set the value to value_false if the parameter is present and false.
- Refactor pfsense_authserver_ldap and pfsense_authserver_radius. Should not have any visible impact.
- Ship tests so other pfsensible collections can use them.
- pfsense_ca - allow for disabling `randomserial` and `trust` parameters.
- pfsense_dhcp_static - Add arp_table_static_entry argument (https://github.com/https://github.com/pfsensible/core/issues/109).

Deprecated Features
-------------------

- The pfsensible_haproxy* modules have moved to the `pfsensible.haproxy` collection and will be removed from `pfsensible.core` in version 0.8.0.

v0.6.0
======

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.0
version: 0.6.1
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,26 @@ releases:
name: pfsense_dns_resolver
namespace: ''
release_date: '2024-01-06'
0.6.1:
changes:
deprecated_features:
- The pfsensible_haproxy* modules have moved to the `pfsensible.haproxy` collection
and will be removed from `pfsensible.core` in version 0.8.0.
minor_changes:
- Bump required ansible version to 2.12.
- Have _get_ansible_param_bool set the value to value_false if the parameter
is present and false.
- Refactor pfsense_authserver_ldap and pfsense_authserver_radius. Should not
have any visible impact.
- Ship tests so other pfsensible collections can use them.
- pfsense_ca - allow for disabling `randomserial` and `trust` parameters.
- pfsense_dhcp_static - Add arp_table_static_entry argument (https://github.com/https://github.com/pfsensible/core/issues/109).
fragments:
- 111-Add-arp_table-static_entry.yml
- ansible-requires.yml
- authserver-refactor.yml
- deprecate_haproxy.yml
- module-base-bool.yml
- pfsense_ca-allow-disabling.yml
- ship-tests.yml
release_date: '2024-01-20'
3 changes: 0 additions & 3 deletions changelogs/fragments/111-Add-arp_table-static_entry.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-requires.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/authserver-refactor.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/module-base-bool.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/pfsense_ca-allow-disabling.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ship-tests.yml

This file was deleted.

0 comments on commit 76d47c3

Please sign in to comment.