Skip to content

Commit f4ad6aa

Browse files
committed
(maint) - Release prep v3.0.0
1 parent e9db3c1 commit f4ad6aa

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

CHANGELOG.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-service/tree/v3.0.0) - 2023-04-13
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.3.1...v3.0.0)
11+
12+
### Changed
13+
- (CONT-799) - add puppet 8/drop puppet 6 [#233](https://github.com/puppetlabs/puppetlabs-service/pull/233) ([jordanbreen28](https://github.com/jordanbreen28))
14+
815
## [v2.3.1](https://github.com/puppetlabs/puppetlabs-service/tree/v2.3.1) - 2023-02-10
916

1017
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.3.0...v2.3.1)
@@ -157,60 +164,39 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
157164

158165
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.2.0...0.3.0)
159166

160-
### Other
167+
### Added
161168

162-
- Release prep 0.3.0 [#30](https://github.com/puppetlabs/puppetlabs-service/pull/30) ([hunner](https://github.com/hunner))
163-
- (enhancement) add restart to linux task [#28](https://github.com/puppetlabs/puppetlabs-service/pull/28) ([tphoney](https://github.com/tphoney))
164169
- (MODULES-6800) Add Windows service management [#27](https://github.com/puppetlabs/puppetlabs-service/pull/27) ([Iristyle](https://github.com/Iristyle))
165-
- 0.2.0 Mergeback [#26](https://github.com/puppetlabs/puppetlabs-service/pull/26) ([david22swan](https://github.com/david22swan))
166170
- (feature) task for linux services (no agent) [#23](https://github.com/puppetlabs/puppetlabs-service/pull/23) ([tphoney](https://github.com/tphoney))
167171

168172
## [0.2.0](https://github.com/puppetlabs/puppetlabs-service/tree/0.2.0) - 2018-03-06
169173

170174
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.1.3...0.2.0)
171175

172-
### Other
176+
### Fixed
173177

174-
- Release prep 0.2.0 [#25](https://github.com/puppetlabs/puppetlabs-service/pull/25) ([pmcmaw](https://github.com/pmcmaw))
175-
- (MODULES-6464) - PDK Convert 1.4.1 [#24](https://github.com/puppetlabs/puppetlabs-service/pull/24) ([pmcmaw](https://github.com/pmcmaw))
176-
- (maint) - modulesync [#22](https://github.com/puppetlabs/puppetlabs-service/pull/22) ([tphoney](https://github.com/tphoney))
177178
- Test cleanup - disable sysklogd on Linux to allow testing against rsy… [#21](https://github.com/puppetlabs/puppetlabs-service/pull/21) ([willmeek](https://github.com/willmeek))
178-
- Further test cleanup [#19](https://github.com/puppetlabs/puppetlabs-service/pull/19) ([willmeek](https://github.com/willmeek))
179-
- Test Cleanup [#18](https://github.com/puppetlabs/puppetlabs-service/pull/18) ([willmeek](https://github.com/willmeek))
180-
- (MODULES-5945) - Update modules to modulepath [#17](https://github.com/puppetlabs/puppetlabs-service/pull/17) ([pmcmaw](https://github.com/pmcmaw))
181179

182180
## [0.1.3](https://github.com/puppetlabs/puppetlabs-service/tree/0.1.3) - 2017-10-10
183181

184182
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.1.2...0.1.3)
185183

186-
### Other
184+
### Fixed
187185

188186
- FM-6501 service attribute is now name. [#16](https://github.com/puppetlabs/puppetlabs-service/pull/16) ([tphoney](https://github.com/tphoney))
189-
- Update requirements boilerplate [#15](https://github.com/puppetlabs/puppetlabs-service/pull/15) ([hunner](https://github.com/hunner))
190-
- (maint) remove summary [#14](https://github.com/puppetlabs/puppetlabs-service/pull/14) ([adreyer](https://github.com/adreyer))
191-
- 0.1.3 release prep [#13](https://github.com/puppetlabs/puppetlabs-service/pull/13) ([tphoney](https://github.com/tphoney))
192-
- Sync readmes [#12](https://github.com/puppetlabs/puppetlabs-service/pull/12) ([hunner](https://github.com/hunner))
193187

194188
## [0.1.2](https://github.com/puppetlabs/puppetlabs-service/tree/0.1.2) - 2017-10-04
195189

196190
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.1.1...0.1.2)
197191

198-
### Other
192+
### Fixed
199193

200-
- Release 0.1.2 [#11](https://github.com/puppetlabs/puppetlabs-service/pull/11) ([hunner](https://github.com/hunner))
201194
- (FM-6481) Fix project_name in locales config [#10](https://github.com/puppetlabs/puppetlabs-service/pull/10) ([MikaelSmith](https://github.com/MikaelSmith))
202-
- (FM-6448) Add metadata description [#9](https://github.com/puppetlabs/puppetlabs-service/pull/9) ([hunner](https://github.com/hunner))
203-
- (maint) Update the helper to be like package [#8](https://github.com/puppetlabs/puppetlabs-service/pull/8) ([hunner](https://github.com/hunner))
204195

205196
## [0.1.1](https://github.com/puppetlabs/puppetlabs-service/tree/0.1.1) - 2017-09-20
206197

207198
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.1.0...0.1.1)
208199

209-
### Other
210-
211-
- release prep for 0.1.1 [#7](https://github.com/puppetlabs/puppetlabs-service/pull/7) ([tphoney](https://github.com/tphoney))
212-
- edit README for incl in PE 2017.3 [#6](https://github.com/puppetlabs/puppetlabs-service/pull/6) ([jbondpdx](https://github.com/jbondpdx))
213-
214200
## [0.1.0](https://github.com/puppetlabs/puppetlabs-service/tree/0.1.0) - 2017-09-18
215201

216202
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/c06c7aa6c0c27bc4efbb8c498334dca3012eecb6...0.1.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-service",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)