Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 16, 2020
1 parent 2016557 commit f03652c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0

- Deprecate support for Augeas < 1.0.0
- Update supported Ubuntu versions
- sshd_config: close array regexp (GH #54), fix GH #52
- sshd_config_match: remove duplicated condition param in test (GH #58)
- sshkey: do not test type update, it's a parameter in Puppet 6 (GH #59)
- Add support for comments in types and providers (GH #61)
- Update copyright and authors infos

## 3.3.0

- Add EL8 support
Expand Down
9 changes: 5 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "herculesteam-augeasproviders_ssh",
"version": "3.3.0",
"version": "4.0.0",
"author": "Raphael Pinson",
"summary": "Augeas-based ssh types and providers for Puppet",
"license": "Apache-2.0",
Expand All @@ -26,10 +26,11 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"18.10"
"18.10",
"19.04",
"19.10",
"20.04"
]
},
{
Expand Down

0 comments on commit f03652c

Please sign in to comment.