|
1 | | -# Change log |
| 1 | +<!-- markdownlint-disable MD024 --> |
| 2 | +# Changelog |
2 | 3 |
|
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. |
4 | 5 |
|
5 | | -## [0.6.0](https://github.com/puppetlabs/pdksync/tree/0.6.0) (2021-08-16) |
| 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). |
6 | 7 |
|
7 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.5.0...0.6.0) |
| 8 | +## [v0.7.0](https://github.com/puppetlabs/pdksync/tree/v0.7.0) - 2023-05-25 |
| 9 | + |
| 10 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/v0.6.0...v0.7.0) |
8 | 11 |
|
9 | 12 | ### Added |
10 | 13 |
|
11 | | -- \(FEAT\) Add tasks for updating supported platforms / requirements [\#142](https://github.com/puppetlabs/pdksync/pull/142) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
12 | | -- Add tasks to add / update entries in module's provision.yaml [\#136](https://github.com/puppetlabs/pdksync/pull/136) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
13 | | -- \(MODULES-10379\) Multi Gem testing [\#128](https://github.com/puppetlabs/pdksync/pull/128) ([sheenaajay](https://github.com/sheenaajay)) |
14 | | -- \(maint\) Add bundler tasks and pdk requirement [\#120](https://github.com/puppetlabs/pdksync/pull/120) ([logicminds](https://github.com/logicminds)) |
15 | | -- \(MODULES-9786\) Using pdksync to update the Gemfile [\#114](https://github.com/puppetlabs/pdksync/pull/114) ([sheenaajay](https://github.com/sheenaajay)) |
16 | | -- Major refactor and new features [\#105](https://github.com/puppetlabs/pdksync/pull/105) ([logicminds](https://github.com/logicminds)) |
| 14 | +- (maint) Add Support for AlmaLinux and Rocky [#165](https://github.com/puppetlabs/pdksync/pull/165) ([david22swan](https://github.com/david22swan)) |
17 | 15 |
|
18 | 16 | ### Fixed |
19 | 17 |
|
20 | | -- \(GH-148\) Fix logging for pdksync:pdk\_validate task [\#150](https://github.com/puppetlabs/pdksync/pull/150) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
21 | | -- \(MODULES-8440\) Ensure pdksync works on windows [\#133](https://github.com/puppetlabs/pdksync/pull/133) ([michaeltlombardi](https://github.com/michaeltlombardi)) |
22 | | -- \(maint\) fix gemfury upload [\#132](https://github.com/puppetlabs/pdksync/pull/132) ([sheenaajay](https://github.com/sheenaajay)) |
23 | | -- fix gemfury testing upload [\#131](https://github.com/puppetlabs/pdksync/pull/131) ([DavidS](https://github.com/DavidS)) |
24 | | -- \(IAC-354\) Fix Gemfile update [\#130](https://github.com/puppetlabs/pdksync/pull/130) ([sheenaajay](https://github.com/sheenaajay)) |
25 | | -- \(maint\) 27x performance improvement [\#123](https://github.com/puppetlabs/pdksync/pull/123) ([DavidS](https://github.com/DavidS)) |
26 | | -- \(maint\) Add Requirements to README.md and fix travis [\#118](https://github.com/puppetlabs/pdksync/pull/118) ([mihaibuzgau](https://github.com/mihaibuzgau)) |
| 18 | +- Fix `Logger.error` [#173](https://github.com/puppetlabs/pdksync/pull/173) ([alexjfisher](https://github.com/alexjfisher)) |
27 | 19 |
|
28 | | -## [0.5.0](https://github.com/puppetlabs/pdksync/tree/0.5.0) (2019-08-21) |
| 20 | +## [v0.6.0](https://github.com/puppetlabs/pdksync/tree/v0.6.0) - 2021-08-16 |
29 | 21 |
|
30 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.4.0...0.5.0) |
| 22 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.5.0...v0.6.0) |
31 | 23 |
|
32 | 24 | ### Added |
33 | 25 |
|
34 | | -- pdksync externalisation fixes [\#95](https://github.com/puppetlabs/pdksync/pull/95) ([DavidS](https://github.com/DavidS)) |
35 | | -- \(MODULES-8730\) Display warning on outdated pdk version [\#92](https://github.com/puppetlabs/pdksync/pull/92) ([eimlav](https://github.com/eimlav)) |
| 26 | +- (FEAT) Add tasks for updating supported platforms / requirements [#142](https://github.com/puppetlabs/pdksync/pull/142) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
| 27 | +- Add tasks to add / update entries in module's provision.yaml [#136](https://github.com/puppetlabs/pdksync/pull/136) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
| 28 | +- (MODULES-10379) Multi Gem testing [#128](https://github.com/puppetlabs/pdksync/pull/128) ([sheenaajay](https://github.com/sheenaajay)) |
| 29 | +- (maint) Add bundler tasks and pdk requirement [#120](https://github.com/puppetlabs/pdksync/pull/120) ([logicminds](https://github.com/logicminds)) |
| 30 | +- (MODULES-9786) Using pdksync to update the Gemfile [#114](https://github.com/puppetlabs/pdksync/pull/114) ([sheenaajay](https://github.com/sheenaajay)) |
| 31 | +- Major refactor and new features [#105](https://github.com/puppetlabs/pdksync/pull/105) ([logicminds](https://github.com/logicminds)) |
36 | 32 |
|
37 | 33 | ### Fixed |
38 | 34 |
|
39 | | -- \(MODULES-9011\) deal with modules that do not need updating [\#101](https://github.com/puppetlabs/pdksync/pull/101) ([DavidS](https://github.com/DavidS)) |
| 35 | +- (GH-148) Fix logging for pdksync:pdk_validate task [#150](https://github.com/puppetlabs/pdksync/pull/150) ([sanfrancrisko](https://github.com/sanfrancrisko)) |
| 36 | +- (MODULES-8440) Ensure pdksync works on windows [#133](https://github.com/puppetlabs/pdksync/pull/133) ([michaeltlombardi](https://github.com/michaeltlombardi)) |
| 37 | +- (maint) fix gemfury upload [#132](https://github.com/puppetlabs/pdksync/pull/132) ([sheenaajay](https://github.com/sheenaajay)) |
| 38 | +- fix gemfury testing upload [#131](https://github.com/puppetlabs/pdksync/pull/131) ([DavidS](https://github.com/DavidS)) |
| 39 | +- (IAC-354) Fix Gemfile update [#130](https://github.com/puppetlabs/pdksync/pull/130) ([sheenaajay](https://github.com/sheenaajay)) |
| 40 | +- (maint) 27x performance improvement [#123](https://github.com/puppetlabs/pdksync/pull/123) ([DavidS](https://github.com/DavidS)) |
| 41 | +- (maint) Add Requirements to README.md and fix travis [#118](https://github.com/puppetlabs/pdksync/pull/118) ([mihaibuzgau](https://github.com/mihaibuzgau)) |
40 | 42 |
|
41 | | -## [0.4.0](https://github.com/puppetlabs/pdksync/tree/0.4.0) (2019-02-04) |
| 43 | +## [0.5.0](https://github.com/puppetlabs/pdksync/tree/0.5.0) - 2019-08-21 |
42 | 44 |
|
43 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/v0.3.0...0.4.0) |
| 45 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.4.0...0.5.0) |
44 | 46 |
|
45 | 47 | ### Added |
46 | 48 |
|
47 | | -- \(MODULES-8419\) Refactor to add support for GitLab [\#85](https://github.com/puppetlabs/pdksync/pull/85) ([antaflos](https://github.com/antaflos)) |
48 | | -- \(MODULES-7233\) - Add configurable file option [\#81](https://github.com/puppetlabs/pdksync/pull/81) ([eimlav](https://github.com/eimlav)) |
| 49 | +- pdksync externalisation fixes [#95](https://github.com/puppetlabs/pdksync/pull/95) ([DavidS](https://github.com/DavidS)) |
| 50 | +- (MODULES-8730) Display warning on outdated pdk version [#92](https://github.com/puppetlabs/pdksync/pull/92) ([eimlav](https://github.com/eimlav)) |
49 | 51 |
|
50 | 52 | ### Fixed |
51 | 53 |
|
52 | | -- \(MODULES-8283\) - Fix PR title overwritten in pdksync runs [\#84](https://github.com/puppetlabs/pdksync/pull/84) ([eimlav](https://github.com/eimlav)) |
53 | | -- \(MODULES-8382\) - Fix API rate limit false positive [\#83](https://github.com/puppetlabs/pdksync/pull/83) ([eimlav](https://github.com/eimlav)) |
| 54 | +- (MODULES-9011) deal with modules that do not need updating [#101](https://github.com/puppetlabs/pdksync/pull/101) ([DavidS](https://github.com/DavidS)) |
54 | 55 |
|
55 | | -## [v0.3.0](https://github.com/puppetlabs/pdksync/tree/v0.3.0) (2018-11-15) |
| 56 | +## [0.4.0](https://github.com/puppetlabs/pdksync/tree/0.4.0) - 2019-02-04 |
56 | 57 |
|
57 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.2.0...v0.3.0) |
| 58 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/v0.3.0...0.4.0) |
58 | 59 |
|
59 | 60 | ### Added |
60 | 61 |
|
61 | | -- \(MODULES-8231\) - Add additional title info for pdksync runs [\#76](https://github.com/puppetlabs/pdksync/pull/76) ([eimlav](https://github.com/eimlav)) |
62 | | -- \(MODULES-7695\) - Add maintenance labels for PRs [\#75](https://github.com/puppetlabs/pdksync/pull/75) ([eimlav](https://github.com/eimlav)) |
| 62 | +- (MODULES-8419) Refactor to add support for GitLab [#85](https://github.com/puppetlabs/pdksync/pull/85) ([antaflos](https://github.com/antaflos)) |
| 63 | +- (MODULES-7233) - Add configurable file option [#81](https://github.com/puppetlabs/pdksync/pull/81) ([eimlav](https://github.com/eimlav)) |
63 | 64 |
|
64 | 65 | ### Fixed |
65 | 66 |
|
66 | | -- \(MODULES-8002\) - Fix bundle commands not running in correct dir [\#79](https://github.com/puppetlabs/pdksync/pull/79) ([eimlav](https://github.com/eimlav)) |
| 67 | +- (MODULES-8283) - Fix PR title overwritten in pdksync runs [#84](https://github.com/puppetlabs/pdksync/pull/84) ([eimlav](https://github.com/eimlav)) |
| 68 | +- (MODULES-8382) - Fix API rate limit false positive [#83](https://github.com/puppetlabs/pdksync/pull/83) ([eimlav](https://github.com/eimlav)) |
67 | 69 |
|
68 | | -## [0.2.0](https://github.com/puppetlabs/pdksync/tree/0.2.0) (2018-11-02) |
| 70 | +## [v0.3.0](https://github.com/puppetlabs/pdksync/tree/v0.3.0) - 2018-11-15 |
69 | 71 |
|
70 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.1.0...0.2.0) |
| 72 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.2.0...v0.3.0) |
71 | 73 |
|
72 | 74 | ### Added |
73 | 75 |
|
74 | | -- \(feat\) add colourised output, fix pdk path [\#68](https://github.com/puppetlabs/pdksync/pull/68) ([tphoney](https://github.com/tphoney)) |
75 | | -- \(CLOUD-2094\) adding container modules to the list [\#67](https://github.com/puppetlabs/pdksync/pull/67) ([sheenaajay](https://github.com/sheenaajay)) |
76 | | -- \(feat\) adding git commit rake task [\#63](https://github.com/puppetlabs/pdksync/pull/63) ([tphoney](https://github.com/tphoney)) |
77 | | -- \(FEAT\) add clone\_managed\_modules task [\#58](https://github.com/puppetlabs/pdksync/pull/58) ([tphoney](https://github.com/tphoney)) |
| 76 | +- (MODULES-8231) - Add additional title info for pdksync runs [#76](https://github.com/puppetlabs/pdksync/pull/76) ([eimlav](https://github.com/eimlav)) |
| 77 | +- (MODULES-7695) - Add maintenance labels for PRs [#75](https://github.com/puppetlabs/pdksync/pull/75) ([eimlav](https://github.com/eimlav)) |
78 | 78 |
|
79 | 79 | ### Fixed |
80 | 80 |
|
81 | | -- Use https instead of ssh for the clone [\#72](https://github.com/puppetlabs/pdksync/pull/72) ([HelenCampbell](https://github.com/HelenCampbell)) |
| 81 | +- (MODULES-8002) - Fix bundle commands not running in correct dir [#79](https://github.com/puppetlabs/pdksync/pull/79) ([eimlav](https://github.com/eimlav)) |
82 | 82 |
|
83 | | -## [0.1.0](https://github.com/puppetlabs/pdksync/tree/0.1.0) (2018-05-23) |
| 83 | +## [0.2.0](https://github.com/puppetlabs/pdksync/tree/0.2.0) - 2018-11-02 |
84 | 84 |
|
85 | | -[Full Changelog](https://github.com/puppetlabs/pdksync/compare/73bf282b297781bc26562bfb51b91b4f7b1632d1...0.1.0) |
| 85 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/0.1.0...0.2.0) |
86 | 86 |
|
87 | 87 | ### Added |
88 | 88 |
|
89 | | -- Add function to automatically fix validation issues [\#36](https://github.com/puppetlabs/pdksync/pull/36) ([HelenCampbell](https://github.com/HelenCampbell)) |
90 | | -- \(MODULES-7158\) Add in a delete branch method for cleanup purposes [\#33](https://github.com/puppetlabs/pdksync/pull/33) ([david22swan](https://github.com/david22swan)) |
91 | | -- \(MODULES-7021\) - Write README for pdksync [\#28](https://github.com/puppetlabs/pdksync/pull/28) ([david22swan](https://github.com/david22swan)) |
92 | | -- \(MODULES-7121\) Addition of error handling inside functions [\#27](https://github.com/puppetlabs/pdksync/pull/27) ([HelenCampbell](https://github.com/HelenCampbell)) |
93 | | -- \(MODULES-7085\) Notation added through the module [\#26](https://github.com/puppetlabs/pdksync/pull/26) ([david22swan](https://github.com/david22swan)) |
94 | | -- \(MODULES-7005\) - Add a test for adding files and update test titles [\#25](https://github.com/puppetlabs/pdksync/pull/25) ([pmcmaw](https://github.com/pmcmaw)) |
95 | | -- \(MODULES-7092\) - Read in managed\_modules.yml list [\#23](https://github.com/puppetlabs/pdksync/pull/23) ([david22swan](https://github.com/david22swan)) |
96 | | -- \(MODULES-7007\) Added basic iteration to the module. [\#22](https://github.com/puppetlabs/pdksync/pull/22) ([david22swan](https://github.com/david22swan)) |
97 | | -- \(MODULES-7049\) - Introduce pdk version and template url [\#21](https://github.com/puppetlabs/pdksync/pull/21) ([pmcmaw](https://github.com/pmcmaw)) |
98 | | -- \(MODULES-7030\) - Introduce constants.rb [\#20](https://github.com/puppetlabs/pdksync/pull/20) ([david22swan](https://github.com/david22swan)) |
99 | | -- Addition of PR creation [\#10](https://github.com/puppetlabs/pdksync/pull/10) ([HelenCampbell](https://github.com/HelenCampbell)) |
100 | | -- Basic Functionality Added [\#5](https://github.com/puppetlabs/pdksync/pull/5) ([david22swan](https://github.com/david22swan)) |
101 | | -- Setup of Files [\#1](https://github.com/puppetlabs/pdksync/pull/1) ([david22swan](https://github.com/david22swan)) |
| 89 | +- (feat) add colourised output, fix pdk path [#68](https://github.com/puppetlabs/pdksync/pull/68) ([tphoney](https://github.com/tphoney)) |
| 90 | +- (CLOUD-2094) adding container modules to the list [#67](https://github.com/puppetlabs/pdksync/pull/67) ([sheenaajay](https://github.com/sheenaajay)) |
| 91 | +- (feat) adding git commit rake task [#63](https://github.com/puppetlabs/pdksync/pull/63) ([tphoney](https://github.com/tphoney)) |
| 92 | +- (FEAT) add clone_managed_modules task [#58](https://github.com/puppetlabs/pdksync/pull/58) ([tphoney](https://github.com/tphoney)) |
102 | 93 |
|
103 | 94 | ### Fixed |
104 | 95 |
|
105 | | -- Update travis and change ssh to https for git clone [\#51](https://github.com/puppetlabs/pdksync/pull/51) ([HelenCampbell](https://github.com/HelenCampbell)) |
106 | | -- Change push command to use git ruby [\#13](https://github.com/puppetlabs/pdksync/pull/13) ([HelenCampbell](https://github.com/HelenCampbell)) |
107 | | -- PDK Update fix [\#8](https://github.com/puppetlabs/pdksync/pull/8) ([david22swan](https://github.com/david22swan)) |
108 | | - |
| 96 | +- Use https instead of ssh for the clone [#72](https://github.com/puppetlabs/pdksync/pull/72) ([HelenCampbell](https://github.com/HelenCampbell)) |
109 | 97 |
|
| 98 | +## [0.1.0](https://github.com/puppetlabs/pdksync/tree/0.1.0) - 2018-05-23 |
110 | 99 |
|
111 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 100 | +[Full Changelog](https://github.com/puppetlabs/pdksync/compare/73bf282b297781bc26562bfb51b91b4f7b1632d1...0.1.0) |
0 commit comments