Skip to content

Commit 919bfd2

Browse files
GitHub Actionsh0tw1r3
authored andcommitted
Release prep v1.0.0
1 parent 12c37a1 commit 919bfd2

File tree

3 files changed

+147
-115
lines changed

3 files changed

+147
-115
lines changed

CHANGELOG.md

Lines changed: 48 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,73 @@
1-
# Change log
1+
<!-- markdownlint-disable MD024 -->
2+
# Changelog
23

3-
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
4+
All notable changes to this project will be documented in this file.
45

5-
## [v0.5.1](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/v0.5.1) (2020-03-09)
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
67

7-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.5.0...v0.5.1)
8+
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/v1.0.0) - 2024-04-13
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.5.1...v1.0.0)
11+
12+
### Changed
13+
- Drop support for Puppet < 7 [#46](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/46) ([h0tw1r3](https://github.com/h0tw1r3))
14+
- Drop unsupported operating systems [#44](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/44) ([h0tw1r3](https://github.com/h0tw1r3))
815

916
### Added
1017

11-
- \(MODULES-10578\) Add EL8 to metadata.json [\#32](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/32) ([trevor-vaughan](https://github.com/trevor-vaughan))
12-
- Support puppetlabs/concat 6.x and puppetlabs/stdlib 6.x. [\#31](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/31) ([pillarsdotnet](https://github.com/pillarsdotnet))
18+
- Add current Debian and Ubuntu support [#45](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/45) ([h0tw1r3](https://github.com/h0tw1r3))
1319

14-
----------
15-
At this point, the module was converted to the PDK.
16-
----------
20+
## [0.5.1](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.5.1) - 2020-04-27
1721

18-
## Unsupported Release 0.5.0
19-
### Summary
20-
This release increases the upper bounds of several dependencies and adds support for two new OS.
22+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.5.0...0.5.1)
2123

22-
### Changed
23-
- Moved upper bound of compatible puppet from >= 6.0.0 to >= 7.0.0.
24-
- Moved upper bound of compatible puppetlabs-stdlib from >= 5.0.0 to >= 6.0.0.
25-
- Moved upper bound of compatible puppetlabs-concat from >= 5.0.0 to >= 6.0.0.
26-
- Support added for Ubuntu 16.04 and 18.04.
24+
### Added
2725

28-
## Unsupported Release 0.4.0
29-
### Summary
30-
This release drops outdated stdlib validate functions.
26+
- (MODULES-10578) Add EL8 to metadata.json [#32](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/32) ([trevor-vaughan](https://github.com/trevor-vaughan))
27+
- Support puppetlabs/concat 6.x and puppetlabs/stdlib 6.x. [#31](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/31) ([pillarsdotnet](https://github.com/pillarsdotnet))
3128

32-
### Changed
33-
- Moved lower bound of compatible puppet from >= 4.0.0 to >= 4.7.0
29+
### Other
30+
31+
- (MODULES-10580) Release preparations for v0.5.1 [#33](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/33) ([binford2k](https://github.com/binford2k))
32+
33+
## [0.5.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.5.0) - 2018-10-17
34+
35+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.4.0...0.5.0)
36+
37+
### Other
38+
39+
- (MODULES-8103) - 0.5.0 Release Prep [#29](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/29) ([david22swan](https://github.com/david22swan))
40+
- (MODULES-7844) Update stdlib and concat dependencies [#28](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/28) ([Sharpie](https://github.com/Sharpie))
3441

35-
### Fixed
36-
- Fixed warnings raised by old `validate_*` methods
42+
## [0.4.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.4.0) - 2017-09-07
3743

38-
## Unsupported Release 0.3.0
39-
### Summary
44+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.3.0...0.4.0)
4045

41-
Small release that updates module dependencies.
46+
### Other
4247

43-
#### Changed
44-
- puppetlabs-concat and puppetlabs-stdlib dependencies
48+
- Release 0.4.0 [#27](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/27) ([hunner](https://github.com/hunner))
49+
- Fix warnings [#26](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/26) ([ekohl](https://github.com/ekohl))
4550

46-
#### Removed
47-
- Puppet Enterprise requirement. This dependency is no longer used for modules.
51+
## [0.3.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.3.0) - 2017-09-01
4852

49-
## Unsupported Release 0.2.0
50-
### Summary
53+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.2.0...0.3.0)
5154

52-
A small release including a couple of added features and metadata/readme fixes.
55+
### Other
5356

54-
#### Added
55-
* Hash to data types for allow and deny rules
56-
* support for extensions matching - updates the validation to ensure that a valid allow/deny entry has been supplied
57+
- (MODULES-5563) release prep for 0.3.0 [#25](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/25) ([eputnam](https://github.com/eputnam))
58+
- update dependencies [#24](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/24) ([mmoll](https://github.com/mmoll))
5759

58-
#### Fixed
59-
* the concat version dependancy
60-
* readme updates - removed unused links also
60+
## [0.2.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.2.0) - 2016-04-26
6161

62-
## Unsupported Release 0.1.0
63-
### Summary
62+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/0.1.0...0.2.0)
6463

65-
This is the initial release of the module.
64+
### Other
6665

67-
#### Features
68-
* Manages the `auth.conf` file using authorization rules written as Puppet resources.
66+
- 0.2.0 release prep [#23](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/23) ([HelenCampbell](https://github.com/HelenCampbell))
67+
- (maint) Remove unused links from README TOC [#22](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/22) ([haus](https://github.com/haus))
68+
- (PE-14870) Add support for extensions matching [#21](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/21) ([haus](https://github.com/haus))
69+
- update concat version dependency [#20](https://github.com/puppetlabs/puppetlabs-puppet_authorization/pull/20) ([vicinus](https://github.com/vicinus))
6970

71+
## [0.1.0](https://github.com/puppetlabs/puppetlabs-puppet_authorization/tree/0.1.0) - 2015-11-13
7072

71-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
73+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_authorization/compare/c5041b6f7292af7c6c1ff68225cf05e02b4e79ce...0.1.0)

0 commit comments

Comments
 (0)