puppet-resource_api 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +345 -386
- data/lib/puppet/resource_api/version.rb +1 -1
- data/lib/puppet/resource_api.rb +24 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,34 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
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).
|
|
7
7
|
|
|
8
|
-
## [v2.0.
|
|
8
|
+
## [v2.0.1](https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.1) - 2026-06-30
|
|
9
|
+
|
|
10
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.9.2...v2.0.1)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- (PA-8346) Preserve sensitive parameters [#388](https://github.com/puppetlabs/puppet-resource_api/pull/388) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
15
|
+
- (PA-7812) Only check_schema on resources actually consumed [#387](https://github.com/puppetlabs/puppet-resource_api/pull/387) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
16
|
+
|
|
17
|
+
## [v1.9.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.9.2) - 2026-05-18
|
|
18
|
+
|
|
19
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.9.1...v1.9.2)
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- (PA-8346) Preserve sensitive parameters [#384](https://github.com/puppetlabs/puppet-resource_api/pull/384) ([joshcooper](https://github.com/joshcooper))
|
|
24
|
+
|
|
25
|
+
## [v1.9.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.9.1) - 2025-12-17
|
|
26
|
+
|
|
27
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v2.0.0...v1.9.1)
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- (MODULES-11462): Implement finish method for class tag inheritance in Puppet::ResourceApi in 1.9.0 branch [#381](https://github.com/puppetlabs/puppet-resource_api/pull/381) ([span786](https://github.com/span786))
|
|
32
|
+
- (MODULES-11462): Implement finish method for class tag inheritance in Puppet::ResourceApi [#380](https://github.com/puppetlabs/puppet-resource_api/pull/380) ([span786](https://github.com/span786))
|
|
33
|
+
- (MAINT) Adjust changelog date structure [#373](https://github.com/puppetlabs/puppet-resource_api/pull/373) ([LukasAud](https://github.com/LukasAud))
|
|
34
|
+
|
|
35
|
+
## [v2.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.0) - 2025-03-14
|
|
9
36
|
|
|
10
37
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.9.0...v2.0.0)
|
|
11
38
|
|
|
@@ -19,685 +46,617 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
|
19
46
|
|
|
20
47
|
### Fixed
|
|
21
48
|
|
|
49
|
+
- (MAINT) Adjust changelog date structure [#373](https://github.com/puppetlabs/puppet-resource_api/pull/373) ([LukasAud](https://github.com/LukasAud))
|
|
22
50
|
- Fix instances method with simple_get_filter [#304](https://github.com/puppetlabs/puppet-resource_api/pull/304) ([seanmil](https://github.com/seanmil))
|
|
23
51
|
- SimpleProvider name fixes [#302](https://github.com/puppetlabs/puppet-resource_api/pull/302) ([seanmil](https://github.com/seanmil))
|
|
24
|
-
- Various Rubocop fixes
|
|
25
52
|
|
|
26
|
-
## [1.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/1.9.0) - 2023-08-
|
|
53
|
+
## [1.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/1.9.0) - 2023-08-10
|
|
27
54
|
|
|
28
55
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.18...1.9.0)
|
|
29
56
|
|
|
30
|
-
|
|
57
|
+
### Added
|
|
31
58
|
|
|
32
|
-
-
|
|
59
|
+
- (CAT-761) Add custom_generate as a feature [#316](https://github.com/puppetlabs/puppet-resource_api/pull/316) ([david22swan](https://github.com/david22swan))
|
|
33
60
|
|
|
34
61
|
## [1.8.18](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.18) - 2023-07-21
|
|
35
62
|
|
|
36
63
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.16...1.8.18)
|
|
37
64
|
|
|
38
|
-
|
|
65
|
+
### Other
|
|
39
66
|
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
- \(packaging\) Bump to version '1.8.17' \[no-promote\] [\#301](https://github.com/puppetlabs/puppet-resource_api/pull/301) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
67
|
+
- (PA-5641) Release only to rubygems, do not bump and release [#326](https://github.com/puppetlabs/puppet-resource_api/pull/326) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
68
|
+
- (PA-5641) Use new organizational token for rubygem pushing [#323](https://github.com/puppetlabs/puppet-resource_api/pull/323) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
69
|
+
- (PA-5641) prefer auto-generated GITHUB_TOKEN [#322](https://github.com/puppetlabs/puppet-resource_api/pull/322) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
70
|
+
- (PA-5641) Add release job via PR [#321](https://github.com/puppetlabs/puppet-resource_api/pull/321) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
71
|
+
- (maint) Remove old Ruby logic from Gemfile [#320](https://github.com/puppetlabs/puppet-resource_api/pull/320) ([mhashizume](https://github.com/mhashizume))
|
|
72
|
+
- (PA-4639) Migrate away from AppVeyor [#319](https://github.com/puppetlabs/puppet-resource_api/pull/319) ([mhashizume](https://github.com/mhashizume))
|
|
73
|
+
- (maint) Don't require git [#318](https://github.com/puppetlabs/puppet-resource_api/pull/318) ([joshcooper](https://github.com/joshcooper))
|
|
74
|
+
- (PA-5641) Update rspec tests with modern Ruby [#317](https://github.com/puppetlabs/puppet-resource_api/pull/317) ([mhashizume](https://github.com/mhashizume))
|
|
75
|
+
- (maint) Update to Mend [#311](https://github.com/puppetlabs/puppet-resource_api/pull/311) ([cthorn42](https://github.com/cthorn42))
|
|
76
|
+
- (packaging) Bump to version '1.8.17' [no-promote] [#301](https://github.com/puppetlabs/puppet-resource_api/pull/301) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
51
77
|
|
|
52
|
-
## [1.8.16](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.16) - 2022-10-
|
|
78
|
+
## [1.8.16](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.16) - 2022-10-06
|
|
53
79
|
|
|
54
80
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.14...1.8.16)
|
|
55
81
|
|
|
56
|
-
|
|
82
|
+
### Other
|
|
57
83
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
- Add array support to autorequire variable expansion [\#294](https://github.com/puppetlabs/puppet-resource_api/pull/294) ([seanmil](https://github.com/seanmil))
|
|
63
|
-
- \(GH-231\) Add default to transport attributes [\#293](https://github.com/puppetlabs/puppet-resource_api/pull/293) ([seanmil](https://github.com/seanmil))
|
|
64
|
-
- Support ensure parameter with Optional data type [\#292](https://github.com/puppetlabs/puppet-resource_api/pull/292) ([seanmil](https://github.com/seanmil))
|
|
65
|
-
- Only ship needed files [\#289](https://github.com/puppetlabs/puppet-resource_api/pull/289) ([ekohl](https://github.com/ekohl))
|
|
84
|
+
- Update for release 1.8.16 [#300](https://github.com/puppetlabs/puppet-resource_api/pull/300) ([joshcooper](https://github.com/joshcooper))
|
|
85
|
+
- Release 1.8.15 [#299](https://github.com/puppetlabs/puppet-resource_api/pull/299) ([joshcooper](https://github.com/joshcooper))
|
|
86
|
+
- (PA-4558) Replaces Travis CI with GitHub Actions [#298](https://github.com/puppetlabs/puppet-resource_api/pull/298) ([mhashizume](https://github.com/mhashizume))
|
|
87
|
+
- Add snyk monitoring [#297](https://github.com/puppetlabs/puppet-resource_api/pull/297) ([joshcooper](https://github.com/joshcooper))
|
|
66
88
|
|
|
67
|
-
## [1.8.14](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.14) -
|
|
89
|
+
## [1.8.14](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.14) - 2022-04-06
|
|
68
90
|
|
|
69
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/
|
|
91
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.14...1.8.14)
|
|
70
92
|
|
|
71
|
-
|
|
93
|
+
### Other
|
|
72
94
|
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
95
|
+
- (packaging) Sets version to 1.8.15 for release [#296](https://github.com/puppetlabs/puppet-resource_api/pull/296) ([mhashizume](https://github.com/mhashizume))
|
|
96
|
+
- Update CODEOWNERS [#295](https://github.com/puppetlabs/puppet-resource_api/pull/295) ([binford2k](https://github.com/binford2k))
|
|
97
|
+
- Add array support to autorequire variable expansion [#294](https://github.com/puppetlabs/puppet-resource_api/pull/294) ([seanmil](https://github.com/seanmil))
|
|
98
|
+
- (GH-231) Add default to transport attributes [#293](https://github.com/puppetlabs/puppet-resource_api/pull/293) ([seanmil](https://github.com/seanmil))
|
|
99
|
+
- Support ensure parameter with Optional data type [#292](https://github.com/puppetlabs/puppet-resource_api/pull/292) ([seanmil](https://github.com/seanmil))
|
|
100
|
+
- Only ship needed files [#289](https://github.com/puppetlabs/puppet-resource_api/pull/289) ([ekohl](https://github.com/ekohl))
|
|
76
101
|
|
|
77
|
-
|
|
102
|
+
## [v1.8.14](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.14) - 2021-06-09
|
|
78
103
|
|
|
79
|
-
|
|
104
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.13...v1.8.14)
|
|
80
105
|
|
|
81
|
-
|
|
106
|
+
### Added
|
|
82
107
|
|
|
83
|
-
-
|
|
108
|
+
- (GH-225) Add support for custom insync [#285](https://github.com/puppetlabs/puppet-resource_api/pull/285) ([michaeltlombardi](https://github.com/michaeltlombardi))
|
|
109
|
+
- Improve type validation error messages to show expected types [#279](https://github.com/puppetlabs/puppet-resource_api/pull/279) ([timidri](https://github.com/timidri))
|
|
110
|
+
- Support `puppet device --resource ... --to_yaml` invocation; drop puppet4 and jruby 1.7 testing [#278](https://github.com/puppetlabs/puppet-resource_api/pull/278) ([timidri](https://github.com/timidri))
|
|
84
111
|
|
|
85
|
-
|
|
112
|
+
### Fixed
|
|
86
113
|
|
|
87
|
-
-
|
|
88
|
-
- \(IAC-1455\) - Removal of Inappropriate Terminology [\#283](https://github.com/puppetlabs/puppet-resource_api/pull/283) ([david22swan](https://github.com/david22swan))
|
|
89
|
-
- Update puppetlabs\_spec\_helper requirement from ~\> 2.7 to ~\> 3.0 [\#281](https://github.com/puppetlabs/puppet-resource_api/pull/281) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
90
|
-
- \(maint\) Update Puppet VS Code Extension ID [\#277](https://github.com/puppetlabs/puppet-resource_api/pull/277) ([jpogran](https://github.com/jpogran))
|
|
91
|
-
- \(IAC-859\) Add ruby 2.7 to test matrix [\#276](https://github.com/puppetlabs/puppet-resource_api/pull/276) ([DavidS](https://github.com/DavidS))
|
|
92
|
-
- \(maint\) Cleanup gemfile and fix codecov dependency [\#275](https://github.com/puppetlabs/puppet-resource_api/pull/275) ([DavidS](https://github.com/DavidS))
|
|
93
|
-
- Language correction [\#270](https://github.com/puppetlabs/puppet-resource_api/pull/270) ([epackorigan](https://github.com/epackorigan))
|
|
94
|
-
- \(maint\) Update CHANGELOG [\#268](https://github.com/puppetlabs/puppet-resource_api/pull/268) ([DavidS](https://github.com/DavidS))
|
|
95
|
-
- \(maint\) update test matrix for current supported versions; remove older versions to cut down on resource usage [\#265](https://github.com/puppetlabs/puppet-resource_api/pull/265) ([DavidS](https://github.com/DavidS))
|
|
96
|
-
- \(maint\) Mock Hocon.load\(...\) [\#263](https://github.com/puppetlabs/puppet-resource_api/pull/263) ([BogdanIrimie](https://github.com/BogdanIrimie))
|
|
97
|
-
- Update rake requirement from ~\> 10.0 to ~\> 13.0 [\#262](https://github.com/puppetlabs/puppet-resource_api/pull/262) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
98
|
-
- \(maint\) update Gemfile to allow use of non-vulnerable rake version 12.3.3 [\#260](https://github.com/puppetlabs/puppet-resource_api/pull/260) ([DavidS](https://github.com/DavidS))
|
|
114
|
+
- Language correction [#270](https://github.com/puppetlabs/puppet-resource_api/pull/270) ([epackorigan](https://github.com/epackorigan))
|
|
99
115
|
|
|
100
|
-
## [1.8.13](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.13) - 2020-
|
|
116
|
+
## [1.8.13](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.13) - 2020-03-07
|
|
101
117
|
|
|
102
118
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.12...1.8.13)
|
|
103
119
|
|
|
104
|
-
|
|
120
|
+
### Fixed
|
|
105
121
|
|
|
106
|
-
-
|
|
122
|
+
- (IAC-274) update CHANGELOG [#259](https://github.com/puppetlabs/puppet-resource_api/pull/259) ([DavidS](https://github.com/DavidS))
|
|
107
123
|
|
|
108
|
-
## [1.8.12](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.12) - 2020-02-
|
|
124
|
+
## [1.8.12](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.12) - 2020-02-17
|
|
109
125
|
|
|
110
126
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.11...1.8.12)
|
|
111
127
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
- json 2.3.0 fails on JRuby 1.7.26 [\#248](https://github.com/puppetlabs/puppet-resource_api/issues/248)
|
|
115
|
-
|
|
116
|
-
**Merged pull requests:**
|
|
117
|
-
|
|
118
|
-
- Update dependency\_decisions for LicenseFinder 6.0; Fix deprecation warning with outdated win32-service gem pulled in by puppet [\#252](https://github.com/puppetlabs/puppet-resource_api/pull/252) ([DavidS](https://github.com/DavidS))
|
|
119
|
-
|
|
120
|
-
## [1.8.11](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.11) - 2019-12-30
|
|
128
|
+
## [1.8.11](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.11) - 2020-01-10
|
|
121
129
|
|
|
122
130
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.10...1.8.11)
|
|
123
131
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
- add consistency checks for title attribute on multi-namevar providers [\#219](https://github.com/puppetlabs/puppet-resource_api/issues/219)
|
|
127
|
-
- Add title consistency checks for multi-namevar providers [\#240](https://github.com/puppetlabs/puppet-resource_api/pull/240) ([seanmil](https://github.com/seanmil))
|
|
128
|
-
|
|
129
|
-
**Fixed bugs:**
|
|
132
|
+
### Added
|
|
130
133
|
|
|
131
|
-
-
|
|
132
|
-
- \(PUP-10025\) fix top-level docs output from `puppet describe` [\#247](https://github.com/puppetlabs/puppet-resource_api/pull/247) ([DavidS](https://github.com/DavidS))
|
|
134
|
+
- Add title consistency checks for multi-namevar providers [#240](https://github.com/puppetlabs/puppet-resource_api/pull/240) ([seanmil](https://github.com/seanmil))
|
|
133
135
|
|
|
134
|
-
|
|
136
|
+
### Fixed
|
|
135
137
|
|
|
136
|
-
-
|
|
138
|
+
- (PUP-10025) fix top-level docs output from `puppet describe` [#247](https://github.com/puppetlabs/puppet-resource_api/pull/247) ([DavidS](https://github.com/DavidS))
|
|
137
139
|
|
|
138
|
-
## [1.8.10](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.10) - 2019-11-
|
|
140
|
+
## [1.8.10](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.10) - 2019-11-18
|
|
139
141
|
|
|
140
142
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.9...1.8.10)
|
|
141
143
|
|
|
142
|
-
|
|
144
|
+
### Added
|
|
143
145
|
|
|
144
|
-
-
|
|
146
|
+
- (FM-8079) Resource API and Transports Hands-on-Lab [#181](https://github.com/puppetlabs/puppet-resource_api/pull/181) ([DavidS](https://github.com/DavidS))
|
|
145
147
|
|
|
146
|
-
|
|
148
|
+
### Fixed
|
|
147
149
|
|
|
148
|
-
-
|
|
149
|
-
- Reset context.failed? between resources [\#241](https://github.com/puppetlabs/puppet-resource_api/pull/241) ([seanmil](https://github.com/seanmil))
|
|
150
|
+
- Reset context.failed? between resources [#241](https://github.com/puppetlabs/puppet-resource_api/pull/241) ([seanmil](https://github.com/seanmil))
|
|
150
151
|
|
|
151
|
-
|
|
152
|
+
### Other
|
|
152
153
|
|
|
153
|
-
-
|
|
154
|
+
- (FM-8740): Documentation tweaks based on most recent walkthrough [#246](https://github.com/puppetlabs/puppet-resource_api/pull/246) ([sanfrancrisko](https://github.com/sanfrancrisko))
|
|
154
155
|
|
|
155
|
-
## [1.8.9](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.9) - 2019-10-
|
|
156
|
+
## [1.8.9](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.9) - 2019-10-08
|
|
156
157
|
|
|
157
158
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.8...1.8.9)
|
|
158
159
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
- \(FM-8336\) Capture and expose attribute ordering from transport schema [\#238](https://github.com/puppetlabs/puppet-resource_api/pull/238) ([DavidS](https://github.com/DavidS))
|
|
162
|
-
|
|
163
|
-
**Fixed bugs:**
|
|
160
|
+
### Added
|
|
164
161
|
|
|
165
|
-
-
|
|
162
|
+
- (FM-8336) Capture and expose attribute ordering from transport schema [#238](https://github.com/puppetlabs/puppet-resource_api/pull/238) ([DavidS](https://github.com/DavidS))
|
|
166
163
|
|
|
167
|
-
|
|
164
|
+
### Fixed
|
|
168
165
|
|
|
169
|
-
-
|
|
166
|
+
- (FM-8553) Remove all caching from list_all_transports [#237](https://github.com/puppetlabs/puppet-resource_api/pull/237) ([DavidS](https://github.com/DavidS))
|
|
170
167
|
|
|
171
|
-
## [1.8.8](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.8) - 2019-09-
|
|
168
|
+
## [1.8.8](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.8) - 2019-09-30
|
|
172
169
|
|
|
173
170
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.7...1.8.8)
|
|
174
171
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
- \(MODULES-9258\) Remove obsolete documentation [\#229](https://github.com/puppetlabs/puppet-resource_api/pull/229) ([DavidS](https://github.com/DavidS))
|
|
178
|
-
- CHANGELOG for 1.8.7 [\#206](https://github.com/puppetlabs/puppet-resource_api/pull/206) ([DavidS](https://github.com/DavidS))
|
|
179
|
-
|
|
180
|
-
## [1.8.7](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.7) - 2019-09-11
|
|
172
|
+
## [1.8.7](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.7) - 2019-09-17
|
|
181
173
|
|
|
182
174
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.6...1.8.7)
|
|
183
175
|
|
|
184
|
-
|
|
176
|
+
### Fixed
|
|
185
177
|
|
|
186
|
-
-
|
|
178
|
+
- (FM-8092) Fix caching scope of transport schemas [#200](https://github.com/puppetlabs/puppet-resource_api/pull/200) ([DavidS](https://github.com/DavidS))
|
|
187
179
|
|
|
188
|
-
|
|
180
|
+
### Other
|
|
189
181
|
|
|
190
|
-
-
|
|
191
|
-
- \(MODULES-9258\) Improve referencing and add summary [\#199](https://github.com/puppetlabs/puppet-resource_api/pull/199) ([maxiegit](https://github.com/maxiegit))
|
|
192
|
-
- \(maint\) Pin both Jruby cells to use `dist: trusty` [\#197](https://github.com/puppetlabs/puppet-resource_api/pull/197) ([da-ar](https://github.com/da-ar))
|
|
182
|
+
- (maint) Pin both Jruby cells to use `dist: trusty` [#197](https://github.com/puppetlabs/puppet-resource_api/pull/197) ([da-ar](https://github.com/da-ar))
|
|
193
183
|
|
|
194
|
-
## [1.8.6](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.6) - 2019-07-
|
|
184
|
+
## [1.8.6](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.6) - 2019-07-15
|
|
195
185
|
|
|
196
186
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.6.5...1.8.6)
|
|
197
187
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
- \(SERVER-2470\) list\_all\_transports implementation for puppetserver [\#187](https://github.com/puppetlabs/puppet-resource_api/pull/187) ([DavidS](https://github.com/DavidS))
|
|
201
|
-
|
|
202
|
-
**Merged pull requests:**
|
|
203
|
-
|
|
204
|
-
- Merge 1.6.x [\#194](https://github.com/puppetlabs/puppet-resource_api/pull/194) ([da-ar](https://github.com/da-ar))
|
|
205
|
-
- \(packaging\) Revert to version '1.8.5' \[no-promote\] [\#192](https://github.com/puppetlabs/puppet-resource_api/pull/192) ([gimmyxd](https://github.com/gimmyxd))
|
|
206
|
-
- \(packaging\) Bump to version '1.9.0' \[no-promote\] [\#191](https://github.com/puppetlabs/puppet-resource_api/pull/191) ([gimmyxd](https://github.com/gimmyxd))
|
|
207
|
-
- \(maint\) retrofitting changelog for the last couple of releases [\#190](https://github.com/puppetlabs/puppet-resource_api/pull/190) ([DavidS](https://github.com/DavidS))
|
|
208
|
-
|
|
209
|
-
## [1.6.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.6.5) - 2019-07-04
|
|
188
|
+
## [1.6.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.6.5) - 2019-07-12
|
|
210
189
|
|
|
211
190
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.5...1.6.5)
|
|
212
191
|
|
|
213
|
-
|
|
192
|
+
### Added
|
|
214
193
|
|
|
215
|
-
-
|
|
194
|
+
- (SERVER-2470) list_all_transports implementation for puppetserver [#187](https://github.com/puppetlabs/puppet-resource_api/pull/187) ([DavidS](https://github.com/DavidS))
|
|
216
195
|
|
|
217
|
-
|
|
196
|
+
### Fixed
|
|
218
197
|
|
|
219
|
-
-
|
|
220
|
-
- \(maint\) test fixes [\#193](https://github.com/puppetlabs/puppet-resource_api/pull/193) ([DavidS](https://github.com/DavidS))
|
|
198
|
+
- (MODULES-9428) make the composite namevar implementation usable [#174](https://github.com/puppetlabs/puppet-resource_api/pull/174) ([DavidS](https://github.com/DavidS))
|
|
221
199
|
|
|
222
|
-
|
|
200
|
+
### Other
|
|
223
201
|
|
|
224
|
-
[
|
|
202
|
+
- (packaging) Bump to 1.6.5 [#196](https://github.com/puppetlabs/puppet-resource_api/pull/196) ([gimmyxd](https://github.com/gimmyxd))
|
|
203
|
+
- Merge 1.6.x [#194](https://github.com/puppetlabs/puppet-resource_api/pull/194) ([da-ar](https://github.com/da-ar))
|
|
225
204
|
|
|
226
|
-
|
|
205
|
+
## [1.8.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.5) - 2019-06-26
|
|
227
206
|
|
|
228
|
-
|
|
229
|
-
- \(maint\) backport minor fixes from master to 1.6.x [\#184](https://github.com/puppetlabs/puppet-resource_api/pull/184) ([DavidS](https://github.com/DavidS))
|
|
230
|
-
- \(maint\) implement `desc`/`docs` fallback [\#177](https://github.com/puppetlabs/puppet-resource_api/pull/177) ([DavidS](https://github.com/DavidS))
|
|
207
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.4...1.8.5)
|
|
231
208
|
|
|
232
|
-
|
|
209
|
+
### Other
|
|
233
210
|
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
- \(maint\) test fixes [\#185](https://github.com/puppetlabs/puppet-resource_api/pull/185) ([DavidS](https://github.com/DavidS))
|
|
237
|
-
- \(maint\) make test order really random [\#175](https://github.com/puppetlabs/puppet-resource_api/pull/175) ([DavidS](https://github.com/DavidS))
|
|
211
|
+
- (packaging) Revert to version '1.8.5' [no-promote] [#192](https://github.com/puppetlabs/puppet-resource_api/pull/192) ([gimmyxd](https://github.com/gimmyxd))
|
|
212
|
+
- (packaging) Bump to version '1.9.0' [no-promote] [#191](https://github.com/puppetlabs/puppet-resource_api/pull/191) ([gimmyxd](https://github.com/gimmyxd))
|
|
238
213
|
|
|
239
|
-
## [1.8.4](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.4) - 2019-06-
|
|
214
|
+
## [1.8.4](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.4) - 2019-06-18
|
|
240
215
|
|
|
241
216
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.3...1.8.4)
|
|
242
217
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
- \(FM-7839\) Implement `to_json` method for ResourceShim [\#168](https://github.com/puppetlabs/puppet-resource_api/pull/168) ([da-ar](https://github.com/da-ar))
|
|
246
|
-
|
|
247
|
-
**Fixed bugs:**
|
|
248
|
-
|
|
249
|
-
- \(PUP-9747\) Relax validation for bolt [\#182](https://github.com/puppetlabs/puppet-resource_api/pull/182) ([DavidS](https://github.com/DavidS))
|
|
250
|
-
- \(maint\) Add to\_hash function to resourceShim for compatibility [\#180](https://github.com/puppetlabs/puppet-resource_api/pull/180) ([da-ar](https://github.com/da-ar))
|
|
251
|
-
|
|
252
|
-
**Closed issues:**
|
|
253
|
-
|
|
254
|
-
- ResourceShim should respond to to\_hash [\#179](https://github.com/puppetlabs/puppet-resource_api/issues/179)
|
|
255
|
-
|
|
256
|
-
**Merged pull requests:**
|
|
218
|
+
### Fixed
|
|
257
219
|
|
|
258
|
-
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
220
|
+
- (maint) backport minor fixes from master to 1.6.x [#184](https://github.com/puppetlabs/puppet-resource_api/pull/184) ([DavidS](https://github.com/DavidS))
|
|
221
|
+
- (PUP-9747) Relax validation for bolt [#182](https://github.com/puppetlabs/puppet-resource_api/pull/182) ([DavidS](https://github.com/DavidS))
|
|
222
|
+
- (maint) Add to_hash function to resourceShim for compatibility [#180](https://github.com/puppetlabs/puppet-resource_api/pull/180) ([da-ar](https://github.com/da-ar))
|
|
223
|
+
- (maint) implement `desc`/`docs` fallback [#177](https://github.com/puppetlabs/puppet-resource_api/pull/177) ([DavidS](https://github.com/DavidS))
|
|
262
224
|
|
|
263
|
-
## [1.8.3](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.3) - 2019-
|
|
225
|
+
## [1.8.3](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.3) - 2019-05-02
|
|
264
226
|
|
|
265
227
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.2...1.8.3)
|
|
266
228
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
- \(FM-7867\) Always throw when transport schema validation fails [\#169](https://github.com/puppetlabs/puppet-resource_api/pull/169) ([da-ar](https://github.com/da-ar))
|
|
270
|
-
|
|
271
|
-
**Merged pull requests:**
|
|
229
|
+
### Added
|
|
272
230
|
|
|
273
|
-
-
|
|
231
|
+
- (FM-7839) Implement `to_json` method for ResourceShim [#168](https://github.com/puppetlabs/puppet-resource_api/pull/168) ([da-ar](https://github.com/da-ar))
|
|
274
232
|
|
|
275
|
-
## [1.8.2](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.2) - 2019-04-
|
|
233
|
+
## [1.8.2](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.2) - 2019-04-11
|
|
276
234
|
|
|
277
235
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.4...1.8.2)
|
|
278
236
|
|
|
279
|
-
|
|
237
|
+
### Fixed
|
|
280
238
|
|
|
281
|
-
-
|
|
282
|
-
- Add `implementations` to reserved bolt keywords [\#165](https://github.com/puppetlabs/puppet-resource_api/pull/165) ([DavidS](https://github.com/DavidS))
|
|
283
|
-
- Release prep for v1.8.1 [\#163](https://github.com/puppetlabs/puppet-resource_api/pull/163) ([DavidS](https://github.com/DavidS))
|
|
239
|
+
- (FM-7867) Always throw when transport schema validation fails [#169](https://github.com/puppetlabs/puppet-resource_api/pull/169) ([da-ar](https://github.com/da-ar))
|
|
284
240
|
|
|
285
241
|
## [v1.6.4](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.4) - 2019-03-25
|
|
286
242
|
|
|
287
243
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.1...v1.6.4)
|
|
288
244
|
|
|
289
|
-
|
|
245
|
+
### Other
|
|
290
246
|
|
|
291
|
-
-
|
|
247
|
+
- Add `implementations` to reserved bolt keywords [#165](https://github.com/puppetlabs/puppet-resource_api/pull/165) ([DavidS](https://github.com/DavidS))
|
|
292
248
|
|
|
293
249
|
## [v1.8.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.1) - 2019-03-13
|
|
250
|
+
|
|
294
251
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.0...v1.8.1)
|
|
295
252
|
|
|
296
|
-
|
|
253
|
+
### Fixed
|
|
297
254
|
|
|
298
|
-
-
|
|
255
|
+
- (maint) Fixes sensitive transport values where absent keys are wrapped [#161](https://github.com/puppetlabs/puppet-resource_api/pull/161) ([da-ar](https://github.com/da-ar))
|
|
299
256
|
|
|
300
|
-
|
|
257
|
+
### Other
|
|
301
258
|
|
|
302
|
-
-
|
|
303
|
-
-
|
|
304
|
-
- \(maint\) update release docs [\#159](https://github.com/puppetlabs/puppet-resource_api/pull/159) ([DavidS](https://github.com/DavidS))
|
|
305
|
-
- Improve travis cells and testing [\#145](https://github.com/puppetlabs/puppet-resource_api/pull/145) ([DavidS](https://github.com/DavidS))
|
|
259
|
+
- (FM-7829) Update README with transports examples [#160](https://github.com/puppetlabs/puppet-resource_api/pull/160) ([willmeek](https://github.com/willmeek))
|
|
260
|
+
- (maint) update release docs [#159](https://github.com/puppetlabs/puppet-resource_api/pull/159) ([DavidS](https://github.com/DavidS))
|
|
306
261
|
|
|
307
262
|
## [v1.8.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.0) - 2019-02-26
|
|
263
|
+
|
|
308
264
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.7.0...v1.8.0)
|
|
309
265
|
|
|
310
|
-
|
|
266
|
+
### Added
|
|
311
267
|
|
|
312
|
-
-
|
|
313
|
-
-
|
|
314
|
-
- \(PDK-1271\) Allow a transport to be wrapped and used like a device [\#155](https://github.com/puppetlabs/puppet-resource_api/pull/155) ([da-ar](https://github.com/da-ar))
|
|
315
|
-
- \(FM-7701\) Support device providers when using Transport Wrapper [\#154](https://github.com/puppetlabs/puppet-resource_api/pull/154) ([da-ar](https://github.com/da-ar))
|
|
316
|
-
- \(FM-7726\) implement `context.transport` to provide access [\#152](https://github.com/puppetlabs/puppet-resource_api/pull/152) ([DavidS](https://github.com/DavidS))
|
|
317
|
-
- \(FM-7674\) Allow wrapping a Transport in a legacy Device [\#149](https://github.com/puppetlabs/puppet-resource_api/pull/149) ([da-ar](https://github.com/da-ar))
|
|
318
|
-
- \(FM-7600\) Add Transport.connect method [\#148](https://github.com/puppetlabs/puppet-resource_api/pull/148) ([da-ar](https://github.com/da-ar))
|
|
268
|
+
- (FM-7695) Transports - the remote content framework [#157](https://github.com/puppetlabs/puppet-resource_api/pull/157) ([DavidS](https://github.com/DavidS))
|
|
269
|
+
- (FM-7698) implement `sensitive:true` handling [#156](https://github.com/puppetlabs/puppet-resource_api/pull/156) ([da-ar](https://github.com/da-ar))
|
|
319
270
|
|
|
320
|
-
|
|
271
|
+
## [v1.7.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.7.0) - 2019-02-16
|
|
321
272
|
|
|
322
|
-
|
|
273
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.3...v1.7.0)
|
|
323
274
|
|
|
324
|
-
|
|
275
|
+
### Added
|
|
325
276
|
|
|
326
|
-
-
|
|
327
|
-
-
|
|
328
|
-
-
|
|
277
|
+
- (PDK-1271) Allow a transport to be wrapped and used like a device [#155](https://github.com/puppetlabs/puppet-resource_api/pull/155) ([da-ar](https://github.com/da-ar))
|
|
278
|
+
- (FM-7701) Support device providers when using Transport Wrapper [#154](https://github.com/puppetlabs/puppet-resource_api/pull/154) ([da-ar](https://github.com/da-ar))
|
|
279
|
+
- (FM-7726) implement `context.transport` to provide access [#152](https://github.com/puppetlabs/puppet-resource_api/pull/152) ([DavidS](https://github.com/DavidS))
|
|
280
|
+
- (FM-7674) Allow wrapping a Transport in a legacy Device [#149](https://github.com/puppetlabs/puppet-resource_api/pull/149) ([da-ar](https://github.com/da-ar))
|
|
329
281
|
|
|
330
|
-
|
|
331
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.3...v1.7.0)
|
|
282
|
+
### Fixed
|
|
332
283
|
|
|
333
|
-
|
|
284
|
+
- (FM-7690) Fix transports cache to be environment aware [#151](https://github.com/puppetlabs/puppet-resource_api/pull/151) ([da-ar](https://github.com/da-ar))
|
|
334
285
|
|
|
335
|
-
|
|
286
|
+
### Other
|
|
336
287
|
|
|
337
|
-
|
|
288
|
+
- (FM-7726) cleanups for the transport [#153](https://github.com/puppetlabs/puppet-resource_api/pull/153) ([DavidS](https://github.com/DavidS))
|
|
289
|
+
- (FM-7691,FM-7696) refactoring definition handling in contexts [#150](https://github.com/puppetlabs/puppet-resource_api/pull/150) ([DavidS](https://github.com/DavidS))
|
|
338
290
|
|
|
339
|
-
|
|
340
|
-
- \(FM-7597\) RSAPI Transport register function [\#146](https://github.com/puppetlabs/puppet-resource_api/pull/146) ([da-ar](https://github.com/da-ar))
|
|
341
|
-
- \(packaging\) Update version to 1.7.0 [\#144](https://github.com/puppetlabs/puppet-resource_api/pull/144) ([branan](https://github.com/branan))
|
|
291
|
+
## [v1.6.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.3) - 2019-01-14
|
|
342
292
|
|
|
343
|
-
## [v1.6.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.3) - 2018-12-11
|
|
344
293
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.2...v1.6.3)
|
|
345
294
|
|
|
346
|
-
|
|
295
|
+
### Added
|
|
347
296
|
|
|
348
|
-
-
|
|
297
|
+
- (FM-7600) Add Transport.connect method [#148](https://github.com/puppetlabs/puppet-resource_api/pull/148) ([da-ar](https://github.com/da-ar))
|
|
298
|
+
- (FM-7597) RSAPI Transport register function [#146](https://github.com/puppetlabs/puppet-resource_api/pull/146) ([da-ar](https://github.com/da-ar))
|
|
299
|
+
- (maint) Validate Type Schema [#142](https://github.com/puppetlabs/puppet-resource_api/pull/142) ([da-ar](https://github.com/da-ar))
|
|
349
300
|
|
|
350
|
-
|
|
301
|
+
### Fixed
|
|
351
302
|
|
|
352
|
-
-
|
|
353
|
-
-
|
|
354
|
-
- \(maint\) Predeclare Puppet module before ResourceApi [\#139](https://github.com/puppetlabs/puppet-resource_api/pull/139) ([caseywilliams](https://github.com/caseywilliams))
|
|
355
|
-
- \(maint\) minor fix to make data\_type\_handling change work [\#138](https://github.com/puppetlabs/puppet-resource_api/pull/138) ([DavidS](https://github.com/DavidS))
|
|
356
|
-
- \(maint\) extract data type handling code [\#137](https://github.com/puppetlabs/puppet-resource_api/pull/137) ([bpietraga](https://github.com/bpietraga))
|
|
357
|
-
- Release prep for v1.6.2 [\#135](https://github.com/puppetlabs/puppet-resource_api/pull/135) ([DavidS](https://github.com/DavidS))
|
|
303
|
+
- (maint) Predeclare Puppet module before ResourceApi [#139](https://github.com/puppetlabs/puppet-resource_api/pull/139) ([caseywilliams](https://github.com/caseywilliams))
|
|
304
|
+
- (maint) minor fix to make data_type_handling change work [#138](https://github.com/puppetlabs/puppet-resource_api/pull/138) ([DavidS](https://github.com/DavidS))
|
|
358
305
|
|
|
359
|
-
|
|
360
|
-
|
|
306
|
+
### Other
|
|
307
|
+
|
|
308
|
+
- Move parameter and property logic to separate classes [#140](https://github.com/puppetlabs/puppet-resource_api/pull/140) ([bpietraga](https://github.com/bpietraga))
|
|
309
|
+
- (maint) extract data type handling code [#137](https://github.com/puppetlabs/puppet-resource_api/pull/137) ([bpietraga](https://github.com/bpietraga))
|
|
361
310
|
|
|
362
|
-
|
|
311
|
+
## [v1.6.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.2) - 2018-10-25
|
|
363
312
|
|
|
364
|
-
|
|
313
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.1...v1.6.2)
|
|
365
314
|
|
|
366
|
-
|
|
315
|
+
### Fixed
|
|
367
316
|
|
|
368
|
-
-
|
|
317
|
+
- (PDK-1209) Fix the other call-sites of const_defined? and const_get [#134](https://github.com/puppetlabs/puppet-resource_api/pull/134) ([DavidS](https://github.com/DavidS))
|
|
369
318
|
|
|
370
319
|
## [v1.6.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.1) - 2018-10-25
|
|
320
|
+
|
|
371
321
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.0...v1.6.1)
|
|
372
322
|
|
|
373
|
-
|
|
323
|
+
### Fixed
|
|
374
324
|
|
|
375
|
-
-
|
|
325
|
+
- (PDK-1209) setting inherited const_defined lookup to false [#132](https://github.com/puppetlabs/puppet-resource_api/pull/132) ([Thomas-Franklin](https://github.com/Thomas-Franklin))
|
|
376
326
|
|
|
377
|
-
|
|
327
|
+
### Other
|
|
378
328
|
|
|
379
|
-
- Updated announcement instructions [
|
|
380
|
-
- Minor spelling fix [
|
|
381
|
-
- Add internal announcement list to template [
|
|
382
|
-
- Adjust announcement template to reality [
|
|
383
|
-
- Release prep for v1.6.0 [\#127](https://github.com/puppetlabs/puppet-resource_api/pull/127) ([da-ar](https://github.com/da-ar))
|
|
329
|
+
- Updated announcement instructions [#131](https://github.com/puppetlabs/puppet-resource_api/pull/131) ([davinhanlon](https://github.com/davinhanlon))
|
|
330
|
+
- Minor spelling fix [#130](https://github.com/puppetlabs/puppet-resource_api/pull/130) ([AlmogCohen](https://github.com/AlmogCohen))
|
|
331
|
+
- Add internal announcement list to template [#129](https://github.com/puppetlabs/puppet-resource_api/pull/129) ([DavidS](https://github.com/DavidS))
|
|
332
|
+
- Adjust announcement template to reality [#128](https://github.com/puppetlabs/puppet-resource_api/pull/128) ([DavidS](https://github.com/DavidS))
|
|
384
333
|
|
|
385
334
|
## [v1.6.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.0) - 2018-09-25
|
|
335
|
+
|
|
386
336
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.5.0...v1.6.0)
|
|
387
337
|
|
|
388
|
-
|
|
338
|
+
### Added
|
|
389
339
|
|
|
390
|
-
-
|
|
391
|
-
-
|
|
340
|
+
- (PDK-1185) Implement allowances for device-specific providers [#126](https://github.com/puppetlabs/puppet-resource_api/pull/126) ([DavidS](https://github.com/DavidS))
|
|
341
|
+
- (PDK-1143) Allow SimpleProvider to handle multiple namevars [#125](https://github.com/puppetlabs/puppet-resource_api/pull/125) ([da-ar](https://github.com/da-ar))
|
|
392
342
|
|
|
393
|
-
|
|
343
|
+
### Fixed
|
|
394
344
|
|
|
395
|
-
- Update README walkthrough [
|
|
345
|
+
- Update README walkthrough [#122](https://github.com/puppetlabs/puppet-resource_api/pull/122) ([AlmogCohen](https://github.com/AlmogCohen))
|
|
396
346
|
|
|
397
|
-
|
|
347
|
+
### Other
|
|
398
348
|
|
|
399
|
-
-
|
|
400
|
-
- Update README [
|
|
401
|
-
-
|
|
402
|
-
-
|
|
349
|
+
- Release prep for v1.6.0 [#127](https://github.com/puppetlabs/puppet-resource_api/pull/127) ([da-ar](https://github.com/da-ar))
|
|
350
|
+
- Update README [#124](https://github.com/puppetlabs/puppet-resource_api/pull/124) ([clairecadman](https://github.com/clairecadman))
|
|
351
|
+
- Update README [#123](https://github.com/puppetlabs/puppet-resource_api/pull/123) ([DavidS](https://github.com/DavidS))
|
|
352
|
+
- (maint) Add Travis job for Puppet 6.0.x branch [#120](https://github.com/puppetlabs/puppet-resource_api/pull/120) ([da-ar](https://github.com/da-ar))
|
|
403
353
|
|
|
404
354
|
## [v1.5.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.5.0) - 2018-09-12
|
|
355
|
+
|
|
405
356
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.2...v1.5.0)
|
|
406
357
|
|
|
407
|
-
|
|
358
|
+
### Added
|
|
408
359
|
|
|
409
|
-
-
|
|
360
|
+
- (PDK-1150) Allow providers to override :title when retrieving resources [#115](https://github.com/puppetlabs/puppet-resource_api/pull/115) ([da-ar](https://github.com/da-ar))
|
|
410
361
|
|
|
411
|
-
|
|
362
|
+
### Fixed
|
|
412
363
|
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
364
|
+
- (maint) create a new default value instance on every access [#118](https://github.com/puppetlabs/puppet-resource_api/pull/118) ([DavidS](https://github.com/DavidS))
|
|
365
|
+
- (PDK-1091) Fix Sensitive value handling [#117](https://github.com/puppetlabs/puppet-resource_api/pull/117) ([DavidS](https://github.com/DavidS))
|
|
366
|
+
- (MODULES-7679) correctly handle simple_get_filter providers [#113](https://github.com/puppetlabs/puppet-resource_api/pull/113) ([da-ar](https://github.com/da-ar))
|
|
416
367
|
|
|
417
|
-
|
|
368
|
+
### Other
|
|
418
369
|
|
|
419
|
-
- Release prep for v1.
|
|
370
|
+
- Release prep for v1.5.0 [#119](https://github.com/puppetlabs/puppet-resource_api/pull/119) ([DavidS](https://github.com/DavidS))
|
|
420
371
|
|
|
421
372
|
## [v1.4.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.2) - 2018-08-09
|
|
373
|
+
|
|
422
374
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.1...v1.4.2)
|
|
423
375
|
|
|
424
|
-
|
|
376
|
+
### Fixed
|
|
425
377
|
|
|
426
|
-
- Allow an attribute with default boolean value to be set correctly [
|
|
378
|
+
- Allow an attribute with default boolean value to be set correctly [#110](https://github.com/puppetlabs/puppet-resource_api/pull/110) ([da-ar](https://github.com/da-ar))
|
|
427
379
|
|
|
428
|
-
|
|
380
|
+
### Other
|
|
429
381
|
|
|
430
|
-
-
|
|
431
|
-
-
|
|
382
|
+
- Release prep for v1.4.2 [#112](https://github.com/puppetlabs/puppet-resource_api/pull/112) ([DavidS](https://github.com/DavidS))
|
|
383
|
+
- (maint) fix brace alignment; document reference [#111](https://github.com/puppetlabs/puppet-resource_api/pull/111) ([DavidS](https://github.com/DavidS))
|
|
432
384
|
|
|
433
385
|
## [v1.4.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.1) - 2018-07-20
|
|
386
|
+
|
|
434
387
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.0...v1.4.1)
|
|
435
388
|
|
|
436
|
-
|
|
389
|
+
### Fixed
|
|
390
|
+
|
|
391
|
+
- Fix "undefined method `rs_value'" error with metaparams [#108](https://github.com/puppetlabs/puppet-resource_api/pull/108) ([DavidS](https://github.com/DavidS))
|
|
392
|
+
- Improve log_exception output from PuppetContext [#103](https://github.com/puppetlabs/puppet-resource_api/pull/103) ([da-ar](https://github.com/da-ar))
|
|
437
393
|
|
|
438
|
-
|
|
439
|
-
- Improve log\_exception output from PuppetContext [\#103](https://github.com/puppetlabs/puppet-resource_api/pull/103) ([da-ar](https://github.com/da-ar))
|
|
394
|
+
### Other
|
|
440
395
|
|
|
441
|
-
|
|
396
|
+
- Release prep for v1.4.1 [#109](https://github.com/puppetlabs/puppet-resource_api/pull/109) ([DavidS](https://github.com/DavidS))
|
|
397
|
+
- Misc fixes: license metadata, announcement template, puppet load fix [#107](https://github.com/puppetlabs/puppet-resource_api/pull/107) ([DavidS](https://github.com/DavidS))
|
|
398
|
+
- Minor changes to README [#106](https://github.com/puppetlabs/puppet-resource_api/pull/106) ([clairecadman](https://github.com/clairecadman))
|
|
442
399
|
|
|
443
|
-
|
|
444
|
-
- Minor changes to README [\#106](https://github.com/puppetlabs/puppet-resource_api/pull/106) ([clairecadman](https://github.com/clairecadman))
|
|
445
|
-
- Release prep for v1.4.0 [\#102](https://github.com/puppetlabs/puppet-resource_api/pull/102) ([DavidS](https://github.com/DavidS))
|
|
400
|
+
## [v1.4.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.0) - 2018-06-20
|
|
446
401
|
|
|
447
|
-
## [v1.4.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.0) - 2018-06-19
|
|
448
402
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.3.0...v1.4.0)
|
|
449
403
|
|
|
450
|
-
|
|
404
|
+
### Added
|
|
451
405
|
|
|
452
|
-
- Allow `SimpleDevice` to be initialized with a config hash [
|
|
453
|
-
-
|
|
454
|
-
-
|
|
406
|
+
- Allow `SimpleDevice` to be initialized with a config hash [#96](https://github.com/puppetlabs/puppet-resource_api/pull/96) ([DavidS](https://github.com/DavidS))
|
|
407
|
+
- (PDK-1007) implement enough to support purge=>true [#95](https://github.com/puppetlabs/puppet-resource_api/pull/95) ([DavidS](https://github.com/DavidS))
|
|
408
|
+
- (PDK-917) Validates provider.get values against Type schema [#88](https://github.com/puppetlabs/puppet-resource_api/pull/88) ([da-ar](https://github.com/da-ar))
|
|
455
409
|
|
|
456
|
-
|
|
410
|
+
### Fixed
|
|
457
411
|
|
|
458
|
-
-
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
412
|
+
- (PDK-1004) log exceptions as they are processed [#101](https://github.com/puppetlabs/puppet-resource_api/pull/101) ([DavidS](https://github.com/DavidS))
|
|
413
|
+
- (PDK-1000) do not print nil valued attributes [#100](https://github.com/puppetlabs/puppet-resource_api/pull/100) ([DavidS](https://github.com/DavidS))
|
|
414
|
+
- (PDK-1007) Handle setting `ensure` to a Symbol through code [#94](https://github.com/puppetlabs/puppet-resource_api/pull/94) ([DavidS](https://github.com/DavidS))
|
|
415
|
+
- (PDK-1007) the namevar is a param [#91](https://github.com/puppetlabs/puppet-resource_api/pull/91) ([DavidS](https://github.com/DavidS))
|
|
416
|
+
- (PDK-996) Provide better messaging when type cannot be resolved [#87](https://github.com/puppetlabs/puppet-resource_api/pull/87) ([da-ar](https://github.com/da-ar))
|
|
463
417
|
|
|
464
|
-
|
|
418
|
+
### Other
|
|
465
419
|
|
|
466
|
-
-
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
420
|
+
- Release prep for v1.4.0 [#102](https://github.com/puppetlabs/puppet-resource_api/pull/102) ([DavidS](https://github.com/DavidS))
|
|
421
|
+
- Whitespace cleanup with new rubocop version [#98](https://github.com/puppetlabs/puppet-resource_api/pull/98) ([DavidS](https://github.com/DavidS))
|
|
422
|
+
- (PDK-1007) add tests for `to_resource` [#93](https://github.com/puppetlabs/puppet-resource_api/pull/93) ([DavidS](https://github.com/DavidS))
|
|
423
|
+
- Enable randomised rspec testing [#92](https://github.com/puppetlabs/puppet-resource_api/pull/92) ([da-ar](https://github.com/da-ar))
|
|
424
|
+
- appease rubocop 0.57.0 [#90](https://github.com/puppetlabs/puppet-resource_api/pull/90) ([da-ar](https://github.com/da-ar))
|
|
425
|
+
- Improve unit tests of parameter and property results after register_type [#89](https://github.com/puppetlabs/puppet-resource_api/pull/89) ([DavidS](https://github.com/DavidS))
|
|
426
|
+
- Update release docs and announcement template [#86](https://github.com/puppetlabs/puppet-resource_api/pull/86) ([DavidS](https://github.com/DavidS))
|
|
473
427
|
|
|
474
428
|
## [v1.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.3.0) - 2018-05-24
|
|
429
|
+
|
|
475
430
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.2.0...v1.3.0)
|
|
476
431
|
|
|
477
|
-
|
|
432
|
+
### Added
|
|
478
433
|
|
|
479
|
-
- Check for more attributes that puppet can't use [
|
|
480
|
-
-
|
|
481
|
-
-
|
|
482
|
-
-
|
|
434
|
+
- Check for more attributes that puppet can't use [#84](https://github.com/puppetlabs/puppet-resource_api/pull/84) ([DavidS](https://github.com/DavidS))
|
|
435
|
+
- (PDK-531) Support for composite namevars [#82](https://github.com/puppetlabs/puppet-resource_api/pull/82) ([da-ar](https://github.com/da-ar))
|
|
436
|
+
- (PDK-889) Write support for multiple namevars [#79](https://github.com/puppetlabs/puppet-resource_api/pull/79) ([da-ar](https://github.com/da-ar))
|
|
437
|
+
- (PDK-889) Read-only support for multiple namevars [#76](https://github.com/puppetlabs/puppet-resource_api/pull/76) ([da-ar](https://github.com/da-ar))
|
|
483
438
|
|
|
484
|
-
|
|
439
|
+
### Fixed
|
|
485
440
|
|
|
486
|
-
- Ignore `provider` attribute when calculating target state [
|
|
487
|
-
- Add check to handle absent resources through puppet apply [
|
|
488
|
-
-
|
|
441
|
+
- Ignore `provider` attribute when calculating target state [#83](https://github.com/puppetlabs/puppet-resource_api/pull/83) ([DavidS](https://github.com/DavidS))
|
|
442
|
+
- Add check to handle absent resources through puppet apply [#81](https://github.com/puppetlabs/puppet-resource_api/pull/81) ([da-ar](https://github.com/da-ar))
|
|
443
|
+
- (PDK-988) restrain mungify from non-`puppet resource` workflows [#80](https://github.com/puppetlabs/puppet-resource_api/pull/80) ([DavidS](https://github.com/DavidS))
|
|
489
444
|
|
|
490
|
-
|
|
445
|
+
### Other
|
|
491
446
|
|
|
492
|
-
-
|
|
493
|
-
-
|
|
494
|
-
-
|
|
447
|
+
- Release prep for v1.3.0 [#85](https://github.com/puppetlabs/puppet-resource_api/pull/85) ([da-ar](https://github.com/da-ar))
|
|
448
|
+
- Update fixtures module to PDK v1.5 [#78](https://github.com/puppetlabs/puppet-resource_api/pull/78) ([DavidS](https://github.com/DavidS))
|
|
449
|
+
- Some glue fixes: announcement, to_manifest, to_hierayaml [#77](https://github.com/puppetlabs/puppet-resource_api/pull/77) ([DavidS](https://github.com/DavidS))
|
|
495
450
|
|
|
496
451
|
## [v1.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.2.0) - 2018-05-08
|
|
452
|
+
|
|
497
453
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.1.0...v1.2.0)
|
|
498
454
|
|
|
499
|
-
|
|
455
|
+
### Added
|
|
500
456
|
|
|
501
|
-
-
|
|
502
|
-
-
|
|
457
|
+
- (PDK-924) Throw when SimpleProvider is used with unensurable type [#73](https://github.com/puppetlabs/puppet-resource_api/pull/73) ([da-ar](https://github.com/da-ar))
|
|
458
|
+
- (PDK-955) Provide access to the type definition from the provider [#72](https://github.com/puppetlabs/puppet-resource_api/pull/72) ([da-ar](https://github.com/da-ar))
|
|
503
459
|
|
|
504
|
-
|
|
460
|
+
### Fixed
|
|
505
461
|
|
|
506
|
-
-
|
|
507
|
-
-
|
|
508
|
-
- Make ruby files individually loadable without puppet [
|
|
509
|
-
-
|
|
462
|
+
- (PDK-946) Passes ensure values to puppet as symbols. [#74](https://github.com/puppetlabs/puppet-resource_api/pull/74) ([da-ar](https://github.com/da-ar))
|
|
463
|
+
- (PDK-929) Ignore validation for absent resources [#69](https://github.com/puppetlabs/puppet-resource_api/pull/69) ([da-ar](https://github.com/da-ar))
|
|
464
|
+
- Make ruby files individually loadable without puppet [#65](https://github.com/puppetlabs/puppet-resource_api/pull/65) ([DavidS](https://github.com/DavidS))
|
|
465
|
+
- (PDK-526) fix test for git [#63](https://github.com/puppetlabs/puppet-resource_api/pull/63) ([DavidS](https://github.com/DavidS))
|
|
510
466
|
|
|
511
|
-
|
|
467
|
+
### Other
|
|
512
468
|
|
|
513
|
-
-
|
|
514
|
-
- Add
|
|
515
|
-
-
|
|
516
|
-
-
|
|
469
|
+
- Release prep for v1.2.0 [#75](https://github.com/puppetlabs/puppet-resource_api/pull/75) ([DavidS](https://github.com/DavidS))
|
|
470
|
+
- Add pre-commit hook for rubocop [#70](https://github.com/puppetlabs/puppet-resource_api/pull/70) ([da-ar](https://github.com/da-ar))
|
|
471
|
+
- Add a template for release announcements [#67](https://github.com/puppetlabs/puppet-resource_api/pull/67) ([DavidS](https://github.com/DavidS))
|
|
472
|
+
- Cache ~/.rvm for jruby jobs [#66](https://github.com/puppetlabs/puppet-resource_api/pull/66) ([cotsog](https://github.com/cotsog))
|
|
517
473
|
|
|
518
474
|
## [v1.1.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.1.0) - 2018-04-12
|
|
475
|
+
|
|
519
476
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.3...v1.1.0)
|
|
520
477
|
|
|
521
|
-
|
|
478
|
+
### Added
|
|
522
479
|
|
|
523
|
-
-
|
|
480
|
+
- (PDK-895) basic array support [#59](https://github.com/puppetlabs/puppet-resource_api/pull/59) ([DavidS](https://github.com/DavidS))
|
|
524
481
|
|
|
525
|
-
|
|
482
|
+
### Fixed
|
|
526
483
|
|
|
527
|
-
-
|
|
484
|
+
- (PDK-919) Workaround PUP-2368 "using booleans result in unmanaged pro… [#62](https://github.com/puppetlabs/puppet-resource_api/pull/62) ([DavidS](https://github.com/DavidS))
|
|
528
485
|
|
|
529
|
-
|
|
486
|
+
### Other
|
|
530
487
|
|
|
531
|
-
-
|
|
532
|
-
-
|
|
533
|
-
-
|
|
534
|
-
-
|
|
488
|
+
- Release prep for v1.1.0 [#64](https://github.com/puppetlabs/puppet-resource_api/pull/64) ([DavidS](https://github.com/DavidS))
|
|
489
|
+
- (PDK-526) do not rely on git when building the gem on jenkins [#61](https://github.com/puppetlabs/puppet-resource_api/pull/61) ([DavidS](https://github.com/DavidS))
|
|
490
|
+
- (PDK-896) Advanced Array tests [#60](https://github.com/puppetlabs/puppet-resource_api/pull/60) ([DavidS](https://github.com/DavidS))
|
|
491
|
+
- Update puppetlabs_spec_helper to fixed master version [#58](https://github.com/puppetlabs/puppet-resource_api/pull/58) ([DavidS](https://github.com/DavidS))
|
|
535
492
|
|
|
536
493
|
## [v1.0.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.3) - 2018-04-06
|
|
494
|
+
|
|
537
495
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.2...v1.0.3)
|
|
538
496
|
|
|
539
|
-
|
|
497
|
+
### Added
|
|
540
498
|
|
|
541
|
-
-
|
|
542
|
-
-
|
|
499
|
+
- (PDK-887) Add checks for read_only values being set or modified [#54](https://github.com/puppetlabs/puppet-resource_api/pull/54) ([da-ar](https://github.com/da-ar))
|
|
500
|
+
- (PDK-885) Add support for init_only attributes [#52](https://github.com/puppetlabs/puppet-resource_api/pull/52) ([da-ar](https://github.com/da-ar))
|
|
543
501
|
|
|
544
|
-
|
|
502
|
+
### Fixed
|
|
545
503
|
|
|
546
|
-
-
|
|
504
|
+
- (PDK-911) Fix handling of `ensure` values from symbols to strings [#55](https://github.com/puppetlabs/puppet-resource_api/pull/55) ([DavidS](https://github.com/DavidS))
|
|
547
505
|
|
|
548
|
-
|
|
506
|
+
### Other
|
|
549
507
|
|
|
550
|
-
-
|
|
551
|
-
-
|
|
552
|
-
-
|
|
553
|
-
-
|
|
508
|
+
- Release prep for v1.0.3 [#57](https://github.com/puppetlabs/puppet-resource_api/pull/57) ([DavidS](https://github.com/DavidS))
|
|
509
|
+
- Misc fixes [#56](https://github.com/puppetlabs/puppet-resource_api/pull/56) ([DavidS](https://github.com/DavidS))
|
|
510
|
+
- (PDK-890) document current constraints on possible data types [#53](https://github.com/puppetlabs/puppet-resource_api/pull/53) ([DavidS](https://github.com/DavidS))
|
|
511
|
+
- Update release prep notes [#51](https://github.com/puppetlabs/puppet-resource_api/pull/51) ([DavidS](https://github.com/DavidS))
|
|
554
512
|
|
|
555
513
|
## [v1.0.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.2) - 2018-03-26
|
|
514
|
+
|
|
556
515
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.1...v1.0.2)
|
|
557
516
|
|
|
558
|
-
|
|
517
|
+
### Added
|
|
559
518
|
|
|
560
|
-
-
|
|
519
|
+
- (PDK-875) Validate behaviour values when registering a type [#49](https://github.com/puppetlabs/puppet-resource_api/pull/49) ([da-ar](https://github.com/da-ar))
|
|
561
520
|
|
|
562
|
-
|
|
521
|
+
### Fixed
|
|
563
522
|
|
|
564
|
-
-
|
|
565
|
-
-
|
|
523
|
+
- (PDK-882,PDK-883) validate only when needed [#48](https://github.com/puppetlabs/puppet-resource_api/pull/48) ([DavidS](https://github.com/DavidS))
|
|
524
|
+
- (PDK-884) Handle missing namevars returned by providers [#47](https://github.com/puppetlabs/puppet-resource_api/pull/47) ([da-ar](https://github.com/da-ar))
|
|
566
525
|
|
|
567
|
-
|
|
526
|
+
### Other
|
|
568
527
|
|
|
569
|
-
-
|
|
528
|
+
- Release prep for v1.0.2 [#50](https://github.com/puppetlabs/puppet-resource_api/pull/50) ([DavidS](https://github.com/DavidS))
|
|
529
|
+
- (PDK-810) run CI against all the versions [#46](https://github.com/puppetlabs/puppet-resource_api/pull/46) ([DavidS](https://github.com/DavidS))
|
|
570
530
|
|
|
571
531
|
## [v1.0.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.1) - 2018-03-23
|
|
532
|
+
|
|
572
533
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.0...v1.0.1)
|
|
573
534
|
|
|
574
|
-
|
|
535
|
+
### Fixed
|
|
575
536
|
|
|
576
|
-
- Actually implement the promised behavior [
|
|
537
|
+
- Actually implement the promised behavior [#44](https://github.com/puppetlabs/puppet-resource_api/pull/44) ([DavidS](https://github.com/DavidS))
|
|
577
538
|
|
|
578
|
-
|
|
539
|
+
### Other
|
|
579
540
|
|
|
580
|
-
- Release prep for v1.0.1 [
|
|
581
|
-
- Release prep for v1.0.0 [\#43](https://github.com/puppetlabs/puppet-resource_api/pull/43) ([da-ar](https://github.com/da-ar))
|
|
541
|
+
- Release prep for v1.0.1 [#45](https://github.com/puppetlabs/puppet-resource_api/pull/45) ([DavidS](https://github.com/DavidS))
|
|
582
542
|
|
|
583
543
|
## [v1.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.0) - 2018-03-23
|
|
544
|
+
|
|
584
545
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.10.0...v1.0.0)
|
|
585
546
|
|
|
586
|
-
|
|
547
|
+
### Added
|
|
587
548
|
|
|
588
|
-
- Improve logging output [
|
|
589
|
-
-
|
|
549
|
+
- Improve logging output [#42](https://github.com/puppetlabs/puppet-resource_api/pull/42) ([DavidS](https://github.com/DavidS))
|
|
550
|
+
- (PDK-797) Render read_only values as comments in manifest output [#41](https://github.com/puppetlabs/puppet-resource_api/pull/41) ([da-ar](https://github.com/da-ar))
|
|
590
551
|
|
|
591
|
-
|
|
552
|
+
### Fixed
|
|
592
553
|
|
|
593
|
-
-
|
|
554
|
+
- (PDK-819) Ensure checks for mandatory type attributes [#40](https://github.com/puppetlabs/puppet-resource_api/pull/40) ([da-ar](https://github.com/da-ar))
|
|
594
555
|
|
|
595
|
-
|
|
556
|
+
### Other
|
|
596
557
|
|
|
597
|
-
-
|
|
598
|
-
-
|
|
558
|
+
- Release prep for v1.0.0 [#43](https://github.com/puppetlabs/puppet-resource_api/pull/43) ([da-ar](https://github.com/da-ar))
|
|
559
|
+
- Notes on how to build a release [#39](https://github.com/puppetlabs/puppet-resource_api/pull/39) ([DavidS](https://github.com/DavidS))
|
|
560
|
+
- Release prep for v0.10.0 [#38](https://github.com/puppetlabs/puppet-resource_api/pull/38) ([DavidS](https://github.com/DavidS))
|
|
599
561
|
|
|
600
562
|
## [v0.10.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.10.0) - 2018-03-21
|
|
563
|
+
|
|
601
564
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.9.0...v0.10.0)
|
|
602
565
|
|
|
603
|
-
|
|
566
|
+
### Added
|
|
604
567
|
|
|
605
|
-
-
|
|
606
|
-
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
- Update README with PDK 1.4 commands and messages [
|
|
568
|
+
- (PDK-512) Add support for simple_get_filter [#37](https://github.com/puppetlabs/puppet-resource_api/pull/37) ([da-ar](https://github.com/da-ar))
|
|
569
|
+
- (PDK-822) Implement proper namevar handling [#36](https://github.com/puppetlabs/puppet-resource_api/pull/36) ([DavidS](https://github.com/DavidS))
|
|
570
|
+
- (PDK-513) implement `supports_noop` [#31](https://github.com/puppetlabs/puppet-resource_api/pull/31) ([DavidS](https://github.com/DavidS))
|
|
571
|
+
- (PDK-511) Add canonicalization checking if puppet strict is on. [#30](https://github.com/puppetlabs/puppet-resource_api/pull/30) ([da-ar](https://github.com/da-ar))
|
|
572
|
+
- (PDK-508) implement autorequire and friends [#29](https://github.com/puppetlabs/puppet-resource_api/pull/29) ([DavidS](https://github.com/DavidS))
|
|
573
|
+
- Update README with PDK 1.4 commands and messages [#28](https://github.com/puppetlabs/puppet-resource_api/pull/28) ([DavidS](https://github.com/DavidS))
|
|
611
574
|
|
|
612
|
-
|
|
575
|
+
### Other
|
|
613
576
|
|
|
614
|
-
- Cleanups [
|
|
615
|
-
- Cleanup test module [
|
|
616
|
-
- Update to rubocop 0.53.0 [
|
|
577
|
+
- Cleanups [#34](https://github.com/puppetlabs/puppet-resource_api/pull/34) ([DavidS](https://github.com/DavidS))
|
|
578
|
+
- Cleanup test module [#33](https://github.com/puppetlabs/puppet-resource_api/pull/33) ([DavidS](https://github.com/DavidS))
|
|
579
|
+
- Update to rubocop 0.53.0 [#32](https://github.com/puppetlabs/puppet-resource_api/pull/32) ([DavidS](https://github.com/DavidS))
|
|
617
580
|
|
|
618
581
|
## [v0.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.9.0) - 2018-02-22
|
|
582
|
+
|
|
619
583
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.3.0...v0.9.0)
|
|
620
584
|
|
|
621
|
-
|
|
585
|
+
### Added
|
|
622
586
|
|
|
623
|
-
-
|
|
587
|
+
- (PDK-536) Proper datatype parsing and checking [#23](https://github.com/puppetlabs/puppet-resource_api/pull/23) ([DavidS](https://github.com/DavidS))
|
|
624
588
|
|
|
625
|
-
|
|
589
|
+
### Fixed
|
|
626
590
|
|
|
627
|
-
- SimpleProvider: fix `is`-lookup and docs [
|
|
628
|
-
-
|
|
591
|
+
- SimpleProvider: fix `is`-lookup and docs [#24](https://github.com/puppetlabs/puppet-resource_api/pull/24) ([DavidS](https://github.com/DavidS))
|
|
592
|
+
- (main) Fixup to_manifest output [#20](https://github.com/puppetlabs/puppet-resource_api/pull/20) ([shermdog](https://github.com/shermdog))
|
|
629
593
|
|
|
630
|
-
|
|
594
|
+
### Other
|
|
631
595
|
|
|
632
|
-
- Release prep v0.9.0 [
|
|
633
|
-
- Add a note on device support to the README [
|
|
634
|
-
- Remove Command API [
|
|
596
|
+
- Release prep v0.9.0 [#27](https://github.com/puppetlabs/puppet-resource_api/pull/27) ([DavidS](https://github.com/DavidS))
|
|
597
|
+
- Add a note on device support to the README [#26](https://github.com/puppetlabs/puppet-resource_api/pull/26) ([DavidS](https://github.com/DavidS))
|
|
598
|
+
- Remove Command API [#25](https://github.com/puppetlabs/puppet-resource_api/pull/25) ([DavidS](https://github.com/DavidS))
|
|
635
599
|
|
|
636
600
|
## [v0.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.3.0) - 2018-02-21
|
|
601
|
+
|
|
637
602
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.2...v0.3.0)
|
|
638
603
|
|
|
639
|
-
|
|
604
|
+
### Added
|
|
640
605
|
|
|
641
|
-
-
|
|
642
|
-
-
|
|
643
|
-
- Edits on resource api readme [
|
|
606
|
+
- (FM-6797) Add debug logging of current and target states [#21](https://github.com/puppetlabs/puppet-resource_api/pull/21) ([da-ar](https://github.com/da-ar))
|
|
607
|
+
- (PDK-803) Add YAML output for resources [#19](https://github.com/puppetlabs/puppet-resource_api/pull/19) ([shermdog](https://github.com/shermdog))
|
|
608
|
+
- Edits on resource api readme [#17](https://github.com/puppetlabs/puppet-resource_api/pull/17) ([clairecadman](https://github.com/clairecadman))
|
|
644
609
|
|
|
645
|
-
|
|
610
|
+
### Fixed
|
|
646
611
|
|
|
647
|
-
-
|
|
612
|
+
- (PDK-569) `puppet resource` now displays type name correctly [#18](https://github.com/puppetlabs/puppet-resource_api/pull/18) ([tphoney](https://github.com/tphoney))
|
|
648
613
|
|
|
649
|
-
|
|
614
|
+
### Other
|
|
650
615
|
|
|
651
|
-
- Release prep v0.3.0 [
|
|
616
|
+
- Release prep v0.3.0 [#22](https://github.com/puppetlabs/puppet-resource_api/pull/22) ([DavidS](https://github.com/DavidS))
|
|
652
617
|
|
|
653
618
|
## [v0.2.2](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.2) - 2018-01-25
|
|
619
|
+
|
|
654
620
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.1...v0.2.2)
|
|
655
621
|
|
|
656
|
-
|
|
622
|
+
### Fixed
|
|
657
623
|
|
|
658
|
-
- make the server parts JRuby compatible [
|
|
624
|
+
- make the server parts JRuby compatible [#15](https://github.com/puppetlabs/puppet-resource_api/pull/15) ([DavidS](https://github.com/DavidS))
|
|
659
625
|
|
|
660
|
-
|
|
626
|
+
### Other
|
|
661
627
|
|
|
662
|
-
- Release prep v0.2.2 [
|
|
628
|
+
- Release prep v0.2.2 [#16](https://github.com/puppetlabs/puppet-resource_api/pull/16) ([DavidS](https://github.com/DavidS))
|
|
663
629
|
|
|
664
630
|
## [v0.2.1](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.1) - 2018-01-24
|
|
631
|
+
|
|
665
632
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.0...v0.2.1)
|
|
666
633
|
|
|
667
|
-
|
|
634
|
+
### Fixed
|
|
668
635
|
|
|
669
|
-
- gemspec fixes [
|
|
636
|
+
- gemspec fixes [#12](https://github.com/puppetlabs/puppet-resource_api/pull/12) ([DavidS](https://github.com/DavidS))
|
|
670
637
|
|
|
671
|
-
|
|
638
|
+
### Other
|
|
672
639
|
|
|
673
|
-
- Release prep [
|
|
640
|
+
- Release prep [#14](https://github.com/puppetlabs/puppet-resource_api/pull/14) ([DavidS](https://github.com/DavidS))
|
|
674
641
|
|
|
675
642
|
## [v0.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.0) - 2018-01-23
|
|
643
|
+
|
|
676
644
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.1.0...v0.2.0)
|
|
677
645
|
|
|
678
|
-
|
|
646
|
+
### Added
|
|
679
647
|
|
|
680
|
-
-
|
|
681
|
-
-
|
|
648
|
+
- (PDK-703) Resource API introduction with pdk [#11](https://github.com/puppetlabs/puppet-resource_api/pull/11) ([DavidS](https://github.com/DavidS))
|
|
649
|
+
- (PDK-746) have a SimpleProvider for simple cases [#8](https://github.com/puppetlabs/puppet-resource_api/pull/8) ([DavidS](https://github.com/DavidS))
|
|
682
650
|
|
|
683
|
-
|
|
651
|
+
### Fixed
|
|
684
652
|
|
|
685
|
-
- Fix params and properties [
|
|
653
|
+
- Fix params and properties [#10](https://github.com/puppetlabs/puppet-resource_api/pull/10) ([DavidS](https://github.com/DavidS))
|
|
686
654
|
|
|
687
|
-
|
|
655
|
+
### Other
|
|
688
656
|
|
|
689
|
-
- Release Prep for 0.2.0 [
|
|
690
|
-
- Small fixes [
|
|
657
|
+
- Release Prep for 0.2.0 [#9](https://github.com/puppetlabs/puppet-resource_api/pull/9) ([DavidS](https://github.com/DavidS))
|
|
658
|
+
- Small fixes [#7](https://github.com/puppetlabs/puppet-resource_api/pull/7) ([DavidS](https://github.com/DavidS))
|
|
691
659
|
|
|
692
660
|
## [v0.1.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.1.0) - 2017-11-17
|
|
693
|
-
**Merged pull requests:**
|
|
694
|
-
|
|
695
|
-
- \(maint\) sort dependencies in gemspec [\#6](https://github.com/puppetlabs/puppet-resource_api/pull/6) ([DavidS](https://github.com/DavidS))
|
|
696
|
-
- base\_context processing and processed logging methods [\#5](https://github.com/puppetlabs/puppet-resource_api/pull/5) ([james-stocks](https://github.com/james-stocks))
|
|
697
|
-
- Fix resource\_api logging format [\#4](https://github.com/puppetlabs/puppet-resource_api/pull/4) ([james-stocks](https://github.com/james-stocks))
|
|
698
|
-
- Add logging action methods to base\_context [\#3](https://github.com/puppetlabs/puppet-resource_api/pull/3) ([james-stocks](https://github.com/james-stocks))
|
|
699
|
-
- Logging [\#2](https://github.com/puppetlabs/puppet-resource_api/pull/2) ([james-stocks](https://github.com/james-stocks))
|
|
700
|
-
- Workaround missing report back from here to flush\(\) [\#1](https://github.com/puppetlabs/puppet-resource_api/pull/1) ([james-stocks](https://github.com/james-stocks))
|
|
701
|
-
|
|
702
661
|
|
|
703
|
-
|
|
662
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/c7c0e40d46d9b8f8ffa37f196d49a05a17e5b015...v0.1.0)
|