Skip to content

Releases: simp/pupmod-simp-vsftpd

Release of 7.11.0

16 Sep 19:32
ea4a582
Compare
Choose a tag to compare

Release of 7.11.0

  • [puppetsync] Update module dependencies to support simp-iptables 7.x

Release of 7.9.0

12 Oct 17:42
ff4caf5
Compare
Choose a tag to compare

Release of 7.9.0

  • [puppetsync] Updates for Puppet 8
    • These updates may include the following:
      • Update Gemfile
      • Add support for Puppet 8
      • Drop support for Puppet 6
      • Update module dependencies

Release of 7.7.0

01 Aug 14:23
f8a15b4
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 7.6.0

12 Jul 17:01
3d37f84
Compare
Choose a tag to compare
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib

Release of 7.5.0

18 May 19:05
b0d10a7
Compare
Choose a tag to compare
  • Add puppet 7 support
  • Fix sysctl updates on service restart
  • Removed EL6 support

Release of 7.4.0

22 Jul 14:54
7cee98e
Compare
Choose a tag to compare
* Fri Apr 10 2020 Trevor Vaughan <tvaughan@onyxpoint.com> - 7.4.0-0
  - Add EL8 support
  - The following dependencies are now optional
    - simp/haveged
    - simp/iptables
    - simp/pki
    - simp/tcpwrappers
  - Updated acceptance tests to use lftp in TLS mode and fixed SELinux issues
  - Updated the README

Release of 7.3.0

01 Aug 18:53
Compare
Choose a tag to compare
* Tue Jun 04 2019 Steven Pritchard <steven.pritchard@onyxpoint.com> - 7.3.0-0
  - Add v2 compliance_markup data

Release of 7.2.1

02 May 14:03
Compare
Choose a tag to compare
* Wed Apr 10 2019 Joseph Sharkey <shark.bruhaha@gmail.com> - 7.2.1-0
  - Fixed ordering issue between the kernel module loading for
    iptables and the service being started
  - Updated tests in support of puppet6, and removed puppet4 support

* Mon Oct 29 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 7.2.1-0
  - Fixed a bad URL in the README.md

Release of 7.2.0

26 Nov 21:56
Compare
Choose a tag to compare
* Mon Oct 29 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 7.2.0-0
  - Update badges and contribution guide URL in README.md

* Thu Sep 13 2018 Nick Miller <Nick.miller@onyxpoint.com> - 7.2.0-0
  - Add support for Puppet 5
  - Add reference.md
  - Move user/group management to it's own manifest, allowing for easier
    ordering
  - Added $package_ensure parameter
    - Changed the package from 'latest' to 'installed'
    - It will also respect `simp_options::package_ensure`
  - Add some OEL content but not declaring support for it yet

* Tue Sep 11 2018 Nicholas Markowski <nicholas.markowski@onyxpoint.com> - 7.2.0-0
  - Updated $app_pki_external_source to accept any string. This matches the
    functionality of pki::copy.

Release of 7.1.0

15 Nov 17:06
Compare
Choose a tag to compare
* Wed Nov 15 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 7.1.0-0
  - By default, use TLS 1.2 instead of TLS 1.0.
  - Eliminate the use of deprecated validate_net_list() through
    better strongly-typed parameters for IP addresses and hosts.
  - Add CentOS 6 acceptance tests.

* Tue Nov 14 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 7.1.0-0
  - Update acceptance test to work on server with selinux enforcing