Skip to content

Commit 9f15f3d

Browse files
committed
Release 5.0.0
1 parent 598c93c commit 9f15f3d

File tree

3 files changed

+112
-4
lines changed

3 files changed

+112
-4
lines changed

CHANGELOG.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# Changelog
22

3-
## 4.0.1
3+
All notable changes to this project will be documented in this file.
4+
Each new release typically also includes the latest modulesync defaults.
5+
These should not affect the functionality of the module.
46

5-
Change Forge org to `puppet` (project moved from herculestem to Vox Pupuli)
7+
## [v5.0.0](https://github.com/voxpupuli/puppet-augeasproviders_ssh/tree/v5.0.0) (2022-08-30)
68

7-
## 4.0.0
9+
[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_ssh/compare/4.0.0...v5.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop Non LTS Ubuntu 18.10/19.04/19.10; Add 22.04 [\#78](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/78) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop Eol Debian 7/8/9; Add Debian 10/11 support [\#77](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/77) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop RHEL 6 support [\#76](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/76) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Merged pull requests:**
18+
19+
- cleanup README.md [\#79](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/79) ([bastelfreak](https://github.com/bastelfreak))
20+
- Move Forge org to "puppet" [\#73](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/73) ([op-ct](https://github.com/op-ct))
21+
- Dependency and Support Bump [\#72](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/72) ([trevor-vaughan](https://github.com/trevor-vaughan))
22+
- Fix HostKeyAlgorithms in sshd\_config [\#68](https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/68) ([loopiv](https://github.com/loopiv))
23+
24+
## [4.0.0](https://github.com/voxpupuli/puppet-augeasproviders_ssh/tree/4.0.0) (2020-07-16)
825

926
- Deprecate support for Augeas < 1.0.0
1027
- Update supported Ubuntu versions
@@ -92,3 +109,6 @@ Change Forge org to `puppet` (project moved from herculestem to Vox Pupuli)
92109
## 2.0.0
93110

94111
- First release of split module.
112+
113+
114+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

HISTORY.md

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
## [4.0.0](https://github.com/voxpupuli/puppet-augeasproviders_ssh/tree/4.0.0) (2020-07-16)
2+
3+
- Deprecate support for Augeas < 1.0.0
4+
- Update supported Ubuntu versions
5+
- sshd_config: close array regexp (GH #54), fix GH #52
6+
- sshd_config_match: remove duplicated condition param in test (GH #58)
7+
- sshkey: do not test type update, it's a parameter in Puppet 6 (GH #59)
8+
- Add support for comments in types and providers (GH #61)
9+
- Update copyright and authors infos
10+
11+
## 3.3.0
12+
13+
- Add EL8 support
14+
- Add 'Port' to the list of items supporting Arrays in the documentation
15+
16+
## 3.2.1
17+
18+
- Fix puppet requirement to < 7.0.0
19+
20+
## 3.2.0
21+
22+
- add support for Puppet 5 & 6
23+
- deprecate support for Puppet < 5
24+
- update supported OSes in metadata.json
25+
26+
## 3.1.0
27+
28+
- Add support for array_append to sshd_config type (GH #43)
29+
30+
## 3.0.0
31+
32+
- Fix support for 'puppet generate types'
33+
- Bumped supported puppet version to less than 6.0.0
34+
- Updated the spec_helper.rb to correctly load for Puppet 5
35+
- Added CentOS and OracleLinux to supported OS list
36+
37+
## 2.5.3
38+
39+
- ssh_config: fix HostKeyAlgorithms and KexAlgorithms (#GH 36)
40+
41+
## 2.5.2
42+
43+
- Added docker acceptance test
44+
- Refactor the travis.yml for the current LTS versions of Puppet
45+
46+
## 2.5.1
47+
48+
- Bugfix Release:
49+
- Allow multiple values for GlobalKnownHostsFile (#GH 32)
50+
- Ensure that AddressFamily comes before ListenAddress (#GH 34)
51+
52+
## 2.5.0
53+
54+
- Implement instances for sshkey (only for non-hashed entries)
55+
56+
## 2.4.0
57+
58+
- Add sshd_config_match type and provider (#GH 5)
59+
- Purge multiple array entries in ssh_config provider (GH #12)
60+
61+
## 2.3.0
62+
63+
- Add sshkey provider (GH #13)
64+
- sshd_config: munge condition parameter
65+
- Improve test setup
66+
- Get rid of Gemfile.lock
67+
- Improve README badges
68+
69+
## 2.2.2
70+
71+
- Properly insert values after commented out entry if case doesn't match (GH #6)
72+
73+
## 2.2.1
74+
75+
- Convert specs to rspec3 syntax
76+
- Fix metadata.json
77+
78+
## 2.2.0
79+
80+
- sshd_config: consider KexAlgorithms and Ciphers as array values (GH #4)
81+
82+
## 2.1.0
83+
84+
- Add ssh_config type & provider
85+
86+
## 2.0.0
87+
88+
- First release of split module.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-augeasproviders_ssh",
3-
"version": "4.0.1-rc1",
3+
"version": "5.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Augeas-based ssh types and providers for Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)