Skip to content

Commit

Permalink
(SIMP-8480) Update changelog with 3 patches for Beta (#403)
Browse files Browse the repository at this point in the history
Updated:
* SIMP 6.5.0 release qualifier is now Beta
* Documented fix in pupmod-simp-iptables 6.5.3
* Documented fix in pupmod-simp-pupmod 8.1.1
* Documented update in simp-rsync-skeleton 7.0.4

SIMP-8480 #comment update 3
  • Loading branch information
lnemsick-simp committed Oct 28, 2020
1 parent af6c1fa commit 7bd399f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/changelogs/latest.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _changelog-latest:
.. _changelog-6.5.0:

SIMP Community Edition (CE) 6.5.0-Alpha
=======================================
SIMP Community Edition (CE) 6.5.0-Beta
======================================

.. raw:: pdf
Expand Down Expand Up @@ -544,6 +544,12 @@ pupmod-simp-freeradius
pupmod-simp-iptables
^^^^^^^^^^^^^^^^^^^^

* Fixed a bug in which the module did not check for :program:`firewalld`
availability when :code:`iptables::use_firewalld` was set to :code:`true`.

* The module now ensures that systems that do not have :code:`firewalld`
do not attempt to configure it.

* Fixed bugs in :program:`iptables` rule address normalization:

* Ensured that all addresses are normalized when rules are processed.
Expand Down Expand Up @@ -643,6 +649,9 @@ pupmod-simp-polkit
pupmod-simp-pupmod
^^^^^^^^^^^^^^^^^^

* Fixed a bug in which the module could not determine the appropriate Puppet
configuration for Puppet >= 6.19.0 from the internal :code:`Puppet.settings`
method, because the 'master' section was renamed to 'server'.
* Fixed a bug on EL6 nodes in which setting :code:`pupmod::master::generate_types`
to :code:`false` caused the catalog compilation to fail.
* Fixed a bug in :program:`puppetserver` configuration in which the
Expand Down Expand Up @@ -1878,6 +1887,11 @@ simp-rsync-skeleton
* The :program:`named` service will create a key if one does not exist using
the correct defaults for the system.

* Updated the :file:`README` in :file:`rsync/RedHat/Global/tftpboot/linux-install`.

* It now explains which boot files for the :term:`TFTP` boot server are
required when :code:`tftpboot::use_os_files` is set to :code:`false`.

simp-utils
^^^^^^^^^^

Expand Down

0 comments on commit 7bd399f

Please sign in to comment.