Skip to content

Commit 3eadf60

Browse files
authored
Merge pull request #93 from puppetlabs/release-prep
Release prep v5.0.0
2 parents f2a825f + d8d0f1b commit 3eadf60

File tree

2 files changed

+45
-84
lines changed

2 files changed

+45
-84
lines changed

CHANGELOG.md

Lines changed: 44 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,89 @@
1+
<!-- markdownlint-disable MD024 -->
12
# Changelog
23

34
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.
65

7-
## [v4.0.1](https://github.com/voxpupuli/puppet-windows_env/tree/v4.0.1) (2020-06-22)
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).
87

9-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v4.0.0...v4.0.1)
8+
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v5.0.0) - 2023-08-17
109

11-
**Fixed bugs:**
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v4.0.1...v5.0.0)
1211

13-
- Fix: Could not set 'present' on ensure: uninitialized constant Win32::Registry::KEY\_WOW64\_64KEY [\#70](https://github.com/voxpupuli/puppet-windows_env/pull/70) ([cmchoi2000](https://github.com/cmchoi2000))
12+
### Added
1413

15-
## [v4.0.0](https://github.com/voxpupuli/puppet-windows_env/tree/v4.0.0) (2020-05-10)
14+
- Add Puppet 8 support [#89](https://github.com/puppetlabs/puppetlabs-windows_env/pull/89) ([bastelfreak](https://github.com/bastelfreak))
1615

17-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v3.2.0...v4.0.0)
16+
### Changed
17+
- Drop Puppet 6 support [#87](https://github.com/puppetlabs/puppetlabs-windows_env/pull/87) ([bastelfreak](https://github.com/bastelfreak))
1818

19-
**Breaking changes:**
19+
## [v4.0.1](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v4.0.1) - 2020-06-24
2020

21-
- modulesync 2.7.0 and drop puppet 4 [\#60](https://github.com/voxpupuli/puppet-windows_env/pull/60) ([bastelfreak](https://github.com/bastelfreak))
21+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v4.0.0...v4.0.1)
2222

23-
**Closed issues:**
23+
### Fixed
2424

25-
- Add a set of domain related facts [\#61](https://github.com/voxpupuli/puppet-windows_env/issues/61)
26-
- Update Readme and remove references to badgerious [\#31](https://github.com/voxpupuli/puppet-windows_env/issues/31)
25+
- Fix: Could not set 'present' on ensure: uninitialized constant Win32::Registry::KEY_WOW64_64KEY [#70](https://github.com/puppetlabs/puppetlabs-windows_env/pull/70) ([cmchoi2000](https://github.com/cmchoi2000))
2726

28-
**Merged pull requests:**
27+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v4.0.0) - 2020-05-10
2928

30-
- Fixed github url in README.md [\#64](https://github.com/voxpupuli/puppet-windows_env/pull/64) ([skrysmanski](https://github.com/skrysmanski))
31-
- Remove Linux acceptance nodesets [\#57](https://github.com/voxpupuli/puppet-windows_env/pull/57) ([ekohl](https://github.com/ekohl))
29+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v3.2.0...v4.0.0)
3230

33-
## [v3.2.0](https://github.com/voxpupuli/puppet-windows_env/tree/v3.2.0) (2018-10-20)
31+
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v3.2.0) - 2018-10-20
3432

35-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v3.1.1...v3.2.0)
33+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v3.1.1...v3.2.0)
3634

37-
**Implemented enhancements:**
35+
### Added
3836

39-
- \(FACT-1346\) Add default Windows facts as a custom fact [\#54](https://github.com/voxpupuli/puppet-windows_env/pull/54) ([glennsarti](https://github.com/glennsarti))
37+
- (FACT-1346) Add default Windows facts as a custom fact [#54](https://github.com/puppetlabs/puppetlabs-windows_env/pull/54) ([glennsarti](https://github.com/glennsarti))
4038

41-
**Merged pull requests:**
39+
## [v3.1.1](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v3.1.1) - 2018-09-07
4240

43-
- modulesync 2.2.0 and allow puppet 6.x [\#55](https://github.com/voxpupuli/puppet-windows_env/pull/55) ([bastelfreak](https://github.com/bastelfreak))
41+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v3.1.0...v3.1.1)
4442

45-
## [v3.1.1](https://github.com/voxpupuli/puppet-windows_env/tree/v3.1.1) (2018-09-07)
43+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v3.1.0) - 2018-03-28
4644

47-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v3.1.0...v3.1.1)
45+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v3.0.0...v3.1.0)
4846

49-
**Merged pull requests:**
47+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v3.0.0) - 2017-11-17
5048

51-
- Remove docker nodesets [\#49](https://github.com/voxpupuli/puppet-windows_env/pull/49) ([bastelfreak](https://github.com/bastelfreak))
49+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.3.0...v3.0.0)
5250

53-
## [v3.1.0](https://github.com/voxpupuli/puppet-windows_env/tree/v3.1.0) (2018-03-28)
51+
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.3.0) - 2017-02-12
5452

55-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v3.0.0...v3.1.0)
53+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.2.2...v2.3.0)
5654

57-
**Merged pull requests:**
55+
### Fixed
5856

59-
- bump puppet to latest supported version 4.10.0 [\#46](https://github.com/voxpupuli/puppet-windows_env/pull/46) ([bastelfreak](https://github.com/bastelfreak))
60-
- rework README.md [\#45](https://github.com/voxpupuli/puppet-windows_env/pull/45) ([bastelfreak](https://github.com/bastelfreak))
61-
- Fix title patterns to not use unsupported proc [\#43](https://github.com/voxpupuli/puppet-windows_env/pull/43) ([treydock](https://github.com/treydock))
57+
- Check for clobber issues within a single catalog [#27](https://github.com/puppetlabs/puppetlabs-windows_env/pull/27) ([igalic](https://github.com/igalic))
6258

63-
## [v3.0.0](https://github.com/voxpupuli/puppet-windows_env/tree/v3.0.0) (2017-11-17)
59+
## [v2.2.2](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.2.2) - 2015-08-08
6460

65-
[Full Changelog](https://github.com/voxpupuli/puppet-windows_env/compare/v2.3.0...v3.0.0)
61+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.2.1...v2.2.2)
6662

67-
**Closed issues:**
63+
## [v2.2.1](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.2.1) - 2014-11-08
6864

69-
- Issue with setting env variables that have multiple values separated by ";" [\#30](https://github.com/voxpupuli/puppet-windows_env/issues/30)
70-
- Puppet approved [\#20](https://github.com/voxpupuli/puppet-windows_env/issues/20)
65+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.2.0...v2.2.1)
7166

72-
**Merged pull requests:**
67+
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.2.0) - 2014-08-29
7368

74-
- bump puppet version dependency to \>= 4.7.1 \< 6.0.0 [\#40](https://github.com/voxpupuli/puppet-windows_env/pull/40) ([bastelfreak](https://github.com/bastelfreak))
75-
- Removing non-windows nodesets. [\#36](https://github.com/voxpupuli/puppet-windows_env/pull/36) ([TraGicCode](https://github.com/TraGicCode))
69+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.1.0...v2.2.0)
7670

77-
## [v2.3.0](https://github.com/voxpupuli/puppet-windows_env/tree/v2.3.0) (2017-02-12)
71+
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.1.0) - 2014-05-28
7872

79-
This is the last release with Puppet3 support!
80-
* Fix: Check for clobber issues within a single catalog
81-
* Add some basic type testing
82-
* Modulesync
83-
* Cleanup codebase
73+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.0.2...v2.1.0)
8474

85-
### v2.2.2
75+
## [v2.0.2](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.0.2) - 2013-07-20
8676

87-
- Updates for Puppet 4 / Ruby 2.1.5 compatibility.
77+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.0.1...v2.0.2)
8878

89-
### v2.2.1
79+
## [v2.0.1](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.0.1) - 2013-07-20
9080

91-
- Fixes to prevent autoloading on master from failing
81+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v2.0.0...v2.0.1)
9282

93-
## v2.2.0
83+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.0.0) - 2013-07-20
9484

95-
- Puppet 3.7 / Ruby 64 bit compatibility changes.
85+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/v1.0.0...v2.0.0)
9686

97-
## v2.1.0
87+
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v1.0.0) - 2013-07-08
9888

99-
- Use `post_resource_eval` hook instead of monkey patching if possible.
100-
- Some parameter validation moved into the Type (so it is caught earlier and
101-
gives a better error message).
102-
- The validate stage now checks for multiple resources managing the same environment
103-
variable in an incompatible way (e.g. two resources in clobber mergemode) and raises
104-
an error if such conflicts are found.
105-
106-
### v2.0.2
107-
108-
- Fix formatting for puppetforge's markdown interpreter (version bump needed to push to puppetforge)
109-
110-
### v2.0.1
111-
112-
- Fix documentation (version bump needed to push to puppetforge)
113-
114-
## v2.0.0
115-
116-
- Remove 'manifests' directory. This directory had nothing useful in it.
117-
- Fixed name in Modulefile (was erroneously 'badgerious-puppet_env' now is 'badgerious-windows_env').
118-
- Add 'user' parameter to allow user specific variables to be managed.
119-
- Changed default 'broadcast_timeout' to 100ms. Puppet usually runs in the background, where the broadcasting
120-
doesn't work anyway. There's no reason to be waiting for updates to go through that won't affect any users.
121-
122-
## v1.0.0
123-
124-
- Ensure now defaults to 'present'.
125-
- New parameter added, 'type'. Allows selection between REG_SZ or REG_EXPAND_SZ registry keys.
126-
127-
128-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
89+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-windows_env/compare/a91a72527f915eae4633da87e898fd99b632cd52...v1.0.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-windows_env",
3-
"version": "4.0.2-rc0",
3+
"version": "5.0.0",
44
"author": "puppetlabs",
55
"summary": "Manages Windows environment variables",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)