puppet-resource_api 1.9.2 → 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 +378 -414
- data/lib/puppet/resource_api/base_context.rb +11 -7
- data/lib/puppet/resource_api/data_type_handling.rb +15 -19
- data/lib/puppet/resource_api/glue.rb +4 -7
- data/lib/puppet/resource_api/parameter.rb +2 -2
- data/lib/puppet/resource_api/property.rb +9 -14
- data/lib/puppet/resource_api/provider_get_cache.rb +41 -0
- data/lib/puppet/resource_api/puppet_context.rb +1 -0
- data/lib/puppet/resource_api/simple_provider.rb +19 -19
- data/lib/puppet/resource_api/transport/wrapper.rb +5 -3
- data/lib/puppet/resource_api/transport.rb +24 -31
- data/lib/puppet/resource_api/type_definition.rb +38 -45
- data/lib/puppet/resource_api/value_creator.rb +4 -6
- data/lib/puppet/resource_api/version.rb +1 -1
- data/lib/puppet/resource_api.rb +120 -90
- data/lib/puppet/util/network_device/simple/device.rb +2 -0
- metadata +8 -3
data/CHANGELOG.md
CHANGED
|
@@ -1,698 +1,662 @@
|
|
|
1
|
+
<!-- markdownlint-disable MD024 -->
|
|
1
2
|
# Changelog
|
|
2
3
|
|
|
3
|
-
All
|
|
4
|
+
All notable changes to this project will be documented in this file.
|
|
4
5
|
|
|
5
|
-
|
|
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
|
-
[
|
|
8
|
+
## [v2.0.1](https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.1) - 2026-06-30
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.9.2...v2.0.1)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### Fixed
|
|
12
13
|
|
|
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))
|
|
14
16
|
|
|
15
|
-
[
|
|
17
|
+
## [v1.9.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.9.2) - 2026-05-18
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.9.1...v1.9.2)
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
### Fixed
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
- (PA-8346) Preserve sensitive parameters [#384](https://github.com/puppetlabs/puppet-resource_api/pull/384) ([joshcooper](https://github.com/joshcooper))
|
|
22
24
|
|
|
23
|
-
[
|
|
24
|
-
|
|
25
|
-
**Implemented enhancements:**
|
|
25
|
+
## [v1.9.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.9.1) - 2025-12-17
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v2.0.0...v1.9.1)
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
### Fixed
|
|
30
30
|
|
|
31
|
-
[
|
|
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))
|
|
32
34
|
|
|
33
|
-
|
|
35
|
+
## [v2.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.0) - 2025-03-14
|
|
34
36
|
|
|
35
|
-
|
|
36
|
-
- \(PA-5641\) Prep for 1.8.18 release [\#324](https://github.com/puppetlabs/puppet-resource_api/pull/324) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
37
|
-
- \(PA-5641\) Use new organizational token for rubygem pushing [\#323](https://github.com/puppetlabs/puppet-resource_api/pull/323) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
38
|
-
- \(PA-5641\) prefer auto-generated GITHUB\_TOKEN [\#322](https://github.com/puppetlabs/puppet-resource_api/pull/322) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
39
|
-
- \(PA-5641\) Add release job via PR [\#321](https://github.com/puppetlabs/puppet-resource_api/pull/321) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
40
|
-
- \(maint\) Remove old Ruby logic from Gemfile [\#320](https://github.com/puppetlabs/puppet-resource_api/pull/320) ([mhashizume](https://github.com/mhashizume))
|
|
41
|
-
- \(PA-4639\) Migrate away from AppVeyor [\#319](https://github.com/puppetlabs/puppet-resource_api/pull/319) ([mhashizume](https://github.com/mhashizume))
|
|
42
|
-
- \(maint\) Don't require git [\#318](https://github.com/puppetlabs/puppet-resource_api/pull/318) ([joshcooper](https://github.com/joshcooper))
|
|
43
|
-
- \(PA-5641\) Update rspec tests with modern Ruby [\#317](https://github.com/puppetlabs/puppet-resource_api/pull/317) ([mhashizume](https://github.com/mhashizume))
|
|
44
|
-
- \(maint\) Update to Mend [\#311](https://github.com/puppetlabs/puppet-resource_api/pull/311) ([cthorn42](https://github.com/cthorn42))
|
|
45
|
-
- \(packaging\) Bump to version '1.8.17' \[no-promote\] [\#301](https://github.com/puppetlabs/puppet-resource_api/pull/301) ([tvpartytonight](https://github.com/tvpartytonight))
|
|
37
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.9.0...v2.0.0)
|
|
46
38
|
|
|
47
|
-
|
|
39
|
+
### Changed
|
|
48
40
|
|
|
49
|
-
[
|
|
41
|
+
- (CAT-2254) Remove puppet 7 / Ruby 2.7 related code [#368](https://github.com/puppetlabs/puppet-resource_api/pull/368) ([LukasAud](https://github.com/LukasAud))
|
|
50
42
|
|
|
51
|
-
|
|
43
|
+
### Added
|
|
52
44
|
|
|
53
|
-
-
|
|
54
|
-
- Add snyk monitoring [\#297](https://github.com/puppetlabs/puppet-resource_api/pull/297) ([joshcooper](https://github.com/joshcooper))
|
|
55
|
-
- \(packaging\) Sets version to 1.8.15 for release [\#296](https://github.com/puppetlabs/puppet-resource_api/pull/296) ([mhashizume](https://github.com/mhashizume))
|
|
56
|
-
- Update CODEOWNERS [\#295](https://github.com/puppetlabs/puppet-resource_api/pull/295) ([binford2k](https://github.com/binford2k))
|
|
57
|
-
- Add array support to autorequire variable expansion [\#294](https://github.com/puppetlabs/puppet-resource_api/pull/294) ([seanmil](https://github.com/seanmil))
|
|
58
|
-
- \(GH-231\) Add default to transport attributes [\#293](https://github.com/puppetlabs/puppet-resource_api/pull/293) ([seanmil](https://github.com/seanmil))
|
|
59
|
-
- Support ensure parameter with Optional data type [\#292](https://github.com/puppetlabs/puppet-resource_api/pull/292) ([seanmil](https://github.com/seanmil))
|
|
60
|
-
- Only ship needed files [\#289](https://github.com/puppetlabs/puppet-resource_api/pull/289) ([ekohl](https://github.com/ekohl))
|
|
45
|
+
- Provider get() call optimization [#306](https://github.com/puppetlabs/puppet-resource_api/pull/306) ([seanmil](https://github.com/seanmil))
|
|
61
46
|
|
|
62
|
-
|
|
47
|
+
### Fixed
|
|
63
48
|
|
|
64
|
-
[
|
|
49
|
+
- (MAINT) Adjust changelog date structure [#373](https://github.com/puppetlabs/puppet-resource_api/pull/373) ([LukasAud](https://github.com/LukasAud))
|
|
50
|
+
- Fix instances method with simple_get_filter [#304](https://github.com/puppetlabs/puppet-resource_api/pull/304) ([seanmil](https://github.com/seanmil))
|
|
51
|
+
- SimpleProvider name fixes [#302](https://github.com/puppetlabs/puppet-resource_api/pull/302) ([seanmil](https://github.com/seanmil))
|
|
65
52
|
|
|
66
|
-
|
|
53
|
+
## [1.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/1.9.0) - 2023-08-10
|
|
67
54
|
|
|
68
|
-
|
|
69
|
-
- Improve type validation error messages to show expected types [\#279](https://github.com/puppetlabs/puppet-resource_api/pull/279) ([timidri](https://github.com/timidri))
|
|
70
|
-
- 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))
|
|
55
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.18...1.9.0)
|
|
71
56
|
|
|
72
|
-
|
|
57
|
+
### Added
|
|
73
58
|
|
|
74
|
-
-
|
|
59
|
+
- (CAT-761) Add custom_generate as a feature [#316](https://github.com/puppetlabs/puppet-resource_api/pull/316) ([david22swan](https://github.com/david22swan))
|
|
75
60
|
|
|
76
|
-
|
|
61
|
+
## [1.8.18](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.18) - 2023-07-21
|
|
77
62
|
|
|
78
|
-
|
|
63
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.16...1.8.18)
|
|
79
64
|
|
|
80
|
-
|
|
65
|
+
### Other
|
|
81
66
|
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
- 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))
|
|
93
|
-
- \(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))
|
|
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))
|
|
94
77
|
|
|
95
|
-
## [1.8.
|
|
78
|
+
## [1.8.16](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.16) - 2022-10-06
|
|
96
79
|
|
|
97
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.
|
|
80
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.14...1.8.16)
|
|
98
81
|
|
|
99
|
-
|
|
82
|
+
### Other
|
|
100
83
|
|
|
101
|
-
-
|
|
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))
|
|
102
88
|
|
|
103
|
-
## [1.8.
|
|
89
|
+
## [1.8.14](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.14) - 2022-04-06
|
|
104
90
|
|
|
105
|
-
[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)
|
|
106
92
|
|
|
107
|
-
|
|
93
|
+
### Other
|
|
108
94
|
|
|
109
|
-
-
|
|
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))
|
|
110
101
|
|
|
111
|
-
|
|
102
|
+
## [v1.8.14](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.14) - 2021-06-09
|
|
112
103
|
|
|
113
|
-
|
|
104
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.13...v1.8.14)
|
|
114
105
|
|
|
115
|
-
|
|
106
|
+
### Added
|
|
116
107
|
|
|
117
|
-
[
|
|
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))
|
|
118
111
|
|
|
119
|
-
|
|
112
|
+
### Fixed
|
|
120
113
|
|
|
121
|
-
-
|
|
122
|
-
- Add title consistency checks for multi-namevar providers [\#240](https://github.com/puppetlabs/puppet-resource_api/pull/240) ([seanmil](https://github.com/seanmil))
|
|
114
|
+
- Language correction [#270](https://github.com/puppetlabs/puppet-resource_api/pull/270) ([epackorigan](https://github.com/epackorigan))
|
|
123
115
|
|
|
124
|
-
|
|
116
|
+
## [1.8.13](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.13) - 2020-03-07
|
|
125
117
|
|
|
126
|
-
|
|
127
|
-
- \(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))
|
|
118
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.12...1.8.13)
|
|
128
119
|
|
|
129
|
-
|
|
120
|
+
### Fixed
|
|
130
121
|
|
|
131
|
-
-
|
|
122
|
+
- (IAC-274) update CHANGELOG [#259](https://github.com/puppetlabs/puppet-resource_api/pull/259) ([DavidS](https://github.com/DavidS))
|
|
132
123
|
|
|
133
|
-
## [1.8.
|
|
124
|
+
## [1.8.12](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.12) - 2020-02-17
|
|
134
125
|
|
|
135
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.
|
|
126
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.11...1.8.12)
|
|
136
127
|
|
|
137
|
-
|
|
128
|
+
## [1.8.11](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.11) - 2020-01-10
|
|
138
129
|
|
|
139
|
-
|
|
130
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.10...1.8.11)
|
|
140
131
|
|
|
141
|
-
|
|
132
|
+
### Added
|
|
142
133
|
|
|
143
|
-
-
|
|
144
|
-
- Reset context.failed? between resources [\#241](https://github.com/puppetlabs/puppet-resource_api/pull/241) ([seanmil](https://github.com/seanmil))
|
|
134
|
+
- Add title consistency checks for multi-namevar providers [#240](https://github.com/puppetlabs/puppet-resource_api/pull/240) ([seanmil](https://github.com/seanmil))
|
|
145
135
|
|
|
146
|
-
|
|
136
|
+
### Fixed
|
|
147
137
|
|
|
148
|
-
-
|
|
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))
|
|
149
139
|
|
|
150
|
-
## [1.8.
|
|
140
|
+
## [1.8.10](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.10) - 2019-11-18
|
|
151
141
|
|
|
152
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.
|
|
142
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.9...1.8.10)
|
|
153
143
|
|
|
154
|
-
|
|
144
|
+
### Added
|
|
155
145
|
|
|
156
|
-
-
|
|
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))
|
|
157
147
|
|
|
158
|
-
|
|
148
|
+
### Fixed
|
|
159
149
|
|
|
160
|
-
-
|
|
150
|
+
- Reset context.failed? between resources [#241](https://github.com/puppetlabs/puppet-resource_api/pull/241) ([seanmil](https://github.com/seanmil))
|
|
161
151
|
|
|
162
|
-
|
|
152
|
+
### Other
|
|
163
153
|
|
|
164
|
-
-
|
|
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))
|
|
165
155
|
|
|
166
|
-
## [1.8.
|
|
156
|
+
## [1.8.9](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.9) - 2019-10-08
|
|
167
157
|
|
|
168
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.
|
|
158
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.8...1.8.9)
|
|
169
159
|
|
|
170
|
-
|
|
160
|
+
### Added
|
|
171
161
|
|
|
172
|
-
-
|
|
173
|
-
- CHANGELOG for 1.8.7 [\#206](https://github.com/puppetlabs/puppet-resource_api/pull/206) ([DavidS](https://github.com/DavidS))
|
|
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))
|
|
174
163
|
|
|
175
|
-
|
|
164
|
+
### Fixed
|
|
176
165
|
|
|
177
|
-
[
|
|
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))
|
|
178
167
|
|
|
179
|
-
|
|
168
|
+
## [1.8.8](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.8) - 2019-09-30
|
|
180
169
|
|
|
181
|
-
|
|
170
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.7...1.8.8)
|
|
182
171
|
|
|
183
|
-
|
|
172
|
+
## [1.8.7](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.7) - 2019-09-17
|
|
184
173
|
|
|
185
|
-
|
|
186
|
-
- \(MODULES-9258\) Improve referencing and add summary [\#199](https://github.com/puppetlabs/puppet-resource_api/pull/199) ([maxiegit](https://github.com/maxiegit))
|
|
187
|
-
- \(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))
|
|
174
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.6...1.8.7)
|
|
188
175
|
|
|
189
|
-
|
|
176
|
+
### Fixed
|
|
190
177
|
|
|
191
|
-
[
|
|
178
|
+
- (FM-8092) Fix caching scope of transport schemas [#200](https://github.com/puppetlabs/puppet-resource_api/pull/200) ([DavidS](https://github.com/DavidS))
|
|
192
179
|
|
|
193
|
-
|
|
180
|
+
### Other
|
|
194
181
|
|
|
195
|
-
-
|
|
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))
|
|
196
183
|
|
|
197
|
-
|
|
184
|
+
## [1.8.6](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.6) - 2019-07-15
|
|
198
185
|
|
|
199
|
-
|
|
200
|
-
- \(packaging\) Revert to version '1.8.5' \[no-promote\] [\#192](https://github.com/puppetlabs/puppet-resource_api/pull/192) ([gimmyxd](https://github.com/gimmyxd))
|
|
201
|
-
- \(packaging\) Bump to version '1.9.0' \[no-promote\] [\#191](https://github.com/puppetlabs/puppet-resource_api/pull/191) ([gimmyxd](https://github.com/gimmyxd))
|
|
202
|
-
- \(maint\) retrofitting changelog for the last couple of releases [\#190](https://github.com/puppetlabs/puppet-resource_api/pull/190) ([DavidS](https://github.com/DavidS))
|
|
186
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.6.5...1.8.6)
|
|
203
187
|
|
|
204
|
-
## [1.6.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.6.5)
|
|
188
|
+
## [1.6.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.6.5) - 2019-07-12
|
|
205
189
|
|
|
206
190
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.5...1.6.5)
|
|
207
191
|
|
|
208
|
-
|
|
192
|
+
### Added
|
|
209
193
|
|
|
210
|
-
-
|
|
194
|
+
- (SERVER-2470) list_all_transports implementation for puppetserver [#187](https://github.com/puppetlabs/puppet-resource_api/pull/187) ([DavidS](https://github.com/DavidS))
|
|
211
195
|
|
|
212
|
-
|
|
196
|
+
### Fixed
|
|
213
197
|
|
|
214
|
-
-
|
|
215
|
-
- \(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))
|
|
216
199
|
|
|
217
|
-
|
|
200
|
+
### Other
|
|
218
201
|
|
|
219
|
-
[
|
|
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))
|
|
220
204
|
|
|
221
|
-
|
|
205
|
+
## [1.8.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.5) - 2019-06-26
|
|
222
206
|
|
|
223
|
-
|
|
224
|
-
- \(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))
|
|
225
|
-
- \(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)
|
|
226
208
|
|
|
227
|
-
|
|
209
|
+
### Other
|
|
228
210
|
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
- \(maint\) test fixes [\#185](https://github.com/puppetlabs/puppet-resource_api/pull/185) ([DavidS](https://github.com/DavidS))
|
|
232
|
-
- \(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))
|
|
233
213
|
|
|
234
|
-
## [1.8.4](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.4)
|
|
214
|
+
## [1.8.4](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.4) - 2019-06-18
|
|
235
215
|
|
|
236
216
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.3...1.8.4)
|
|
237
217
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
- \(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))
|
|
241
|
-
|
|
242
|
-
**Fixed bugs:**
|
|
243
|
-
|
|
244
|
-
- \(PUP-9747\) Relax validation for bolt [\#182](https://github.com/puppetlabs/puppet-resource_api/pull/182) ([DavidS](https://github.com/DavidS))
|
|
245
|
-
- \(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))
|
|
246
|
-
|
|
247
|
-
**Closed issues:**
|
|
248
|
-
|
|
249
|
-
- ResourceShim should respond to to\_hash [\#179](https://github.com/puppetlabs/puppet-resource_api/issues/179)
|
|
250
|
-
|
|
251
|
-
**Merged pull requests:**
|
|
218
|
+
### Fixed
|
|
252
219
|
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
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))
|
|
257
224
|
|
|
258
|
-
## [1.8.3](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.3)
|
|
225
|
+
## [1.8.3](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.3) - 2019-05-02
|
|
259
226
|
|
|
260
227
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.2...1.8.3)
|
|
261
228
|
|
|
262
|
-
|
|
229
|
+
### Added
|
|
263
230
|
|
|
264
|
-
-
|
|
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))
|
|
265
232
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
- \(PA-2496\) Bump version and remove v from version number [\#170](https://github.com/puppetlabs/puppet-resource_api/pull/170) ([mihaibuzgau](https://github.com/mihaibuzgau))
|
|
269
|
-
|
|
270
|
-
## [1.8.2](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.2) (2019-04-10)
|
|
233
|
+
## [1.8.2](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.2) - 2019-04-11
|
|
271
234
|
|
|
272
235
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.4...1.8.2)
|
|
273
236
|
|
|
274
|
-
|
|
237
|
+
### Fixed
|
|
275
238
|
|
|
276
|
-
-
|
|
277
|
-
- Add `implementations` to reserved bolt keywords [\#165](https://github.com/puppetlabs/puppet-resource_api/pull/165) ([DavidS](https://github.com/DavidS))
|
|
278
|
-
- 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))
|
|
279
240
|
|
|
280
|
-
## [v1.6.4](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.4)
|
|
241
|
+
## [v1.6.4](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.4) - 2019-03-25
|
|
281
242
|
|
|
282
243
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.1...v1.6.4)
|
|
283
244
|
|
|
284
|
-
|
|
245
|
+
### Other
|
|
285
246
|
|
|
286
|
-
-
|
|
247
|
+
- Add `implementations` to reserved bolt keywords [#165](https://github.com/puppetlabs/puppet-resource_api/pull/165) ([DavidS](https://github.com/DavidS))
|
|
248
|
+
|
|
249
|
+
## [v1.8.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.1) - 2019-03-13
|
|
287
250
|
|
|
288
|
-
## [v1.8.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.1) (2019-03-13)
|
|
289
251
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.0...v1.8.1)
|
|
290
252
|
|
|
291
|
-
|
|
253
|
+
### Fixed
|
|
254
|
+
|
|
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))
|
|
292
256
|
|
|
293
|
-
|
|
257
|
+
### Other
|
|
294
258
|
|
|
295
|
-
|
|
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))
|
|
296
261
|
|
|
297
|
-
|
|
298
|
-
- \(FM-7829\) Update README with transports examples [\#160](https://github.com/puppetlabs/puppet-resource_api/pull/160) ([willmeek](https://github.com/willmeek))
|
|
299
|
-
- \(maint\) update release docs [\#159](https://github.com/puppetlabs/puppet-resource_api/pull/159) ([DavidS](https://github.com/DavidS))
|
|
300
|
-
- Improve travis cells and testing [\#145](https://github.com/puppetlabs/puppet-resource_api/pull/145) ([DavidS](https://github.com/DavidS))
|
|
262
|
+
## [v1.8.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.0) - 2019-02-26
|
|
301
263
|
|
|
302
|
-
## [v1.8.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.0) (2019-02-26)
|
|
303
264
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.7.0...v1.8.0)
|
|
304
265
|
|
|
305
|
-
|
|
266
|
+
### Added
|
|
306
267
|
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
- \(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))
|
|
310
|
-
- \(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))
|
|
311
|
-
- \(FM-7726\) implement `context.transport` to provide access [\#152](https://github.com/puppetlabs/puppet-resource_api/pull/152) ([DavidS](https://github.com/DavidS))
|
|
312
|
-
- \(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))
|
|
313
|
-
- \(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))
|
|
314
270
|
|
|
315
|
-
|
|
271
|
+
## [v1.7.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.7.0) - 2019-02-16
|
|
316
272
|
|
|
317
|
-
|
|
273
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.3...v1.7.0)
|
|
318
274
|
|
|
319
|
-
|
|
275
|
+
### Added
|
|
320
276
|
|
|
321
|
-
-
|
|
322
|
-
-
|
|
323
|
-
-
|
|
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))
|
|
324
281
|
|
|
325
|
-
|
|
326
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.3...v1.7.0)
|
|
282
|
+
### Fixed
|
|
327
283
|
|
|
328
|
-
|
|
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))
|
|
329
285
|
|
|
330
|
-
|
|
286
|
+
### Other
|
|
331
287
|
|
|
332
|
-
|
|
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))
|
|
333
290
|
|
|
334
|
-
|
|
335
|
-
- \(FM-7597\) RSAPI Transport register function [\#146](https://github.com/puppetlabs/puppet-resource_api/pull/146) ([da-ar](https://github.com/da-ar))
|
|
336
|
-
- \(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
|
|
337
292
|
|
|
338
|
-
## [v1.6.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.3) (2018-12-11)
|
|
339
293
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.2...v1.6.3)
|
|
340
294
|
|
|
341
|
-
|
|
295
|
+
### Added
|
|
342
296
|
|
|
343
|
-
-
|
|
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))
|
|
344
300
|
|
|
345
|
-
|
|
301
|
+
### Fixed
|
|
346
302
|
|
|
347
|
-
-
|
|
348
|
-
-
|
|
349
|
-
- \(maint\) Predeclare Puppet module before ResourceApi [\#139](https://github.com/puppetlabs/puppet-resource_api/pull/139) ([caseywilliams](https://github.com/caseywilliams))
|
|
350
|
-
- \(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))
|
|
351
|
-
- \(maint\) extract data type handling code [\#137](https://github.com/puppetlabs/puppet-resource_api/pull/137) ([bpietraga](https://github.com/bpietraga))
|
|
352
|
-
- 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))
|
|
353
305
|
|
|
354
|
-
|
|
355
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.1...v1.6.2)
|
|
306
|
+
### Other
|
|
356
307
|
|
|
357
|
-
|
|
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))
|
|
358
310
|
|
|
359
|
-
|
|
311
|
+
## [v1.6.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.2) - 2018-10-25
|
|
360
312
|
|
|
361
|
-
|
|
313
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.1...v1.6.2)
|
|
362
314
|
|
|
363
|
-
|
|
315
|
+
### Fixed
|
|
316
|
+
|
|
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))
|
|
318
|
+
|
|
319
|
+
## [v1.6.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.1) - 2018-10-25
|
|
364
320
|
|
|
365
|
-
## [v1.6.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.1) (2018-10-25)
|
|
366
321
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.0...v1.6.1)
|
|
367
322
|
|
|
368
|
-
|
|
323
|
+
### Fixed
|
|
369
324
|
|
|
370
|
-
-
|
|
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))
|
|
371
326
|
|
|
372
|
-
|
|
327
|
+
### Other
|
|
373
328
|
|
|
374
|
-
- Updated announcement instructions [
|
|
375
|
-
- Minor spelling fix [
|
|
376
|
-
- Add internal announcement list to template [
|
|
377
|
-
- Adjust announcement template to reality [
|
|
378
|
-
|
|
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))
|
|
333
|
+
|
|
334
|
+
## [v1.6.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.0) - 2018-09-25
|
|
379
335
|
|
|
380
|
-
## [v1.6.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.0) (2018-09-25)
|
|
381
336
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.5.0...v1.6.0)
|
|
382
337
|
|
|
383
|
-
|
|
338
|
+
### Added
|
|
339
|
+
|
|
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))
|
|
384
342
|
|
|
385
|
-
|
|
386
|
-
- \(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))
|
|
343
|
+
### Fixed
|
|
387
344
|
|
|
388
|
-
|
|
345
|
+
- Update README walkthrough [#122](https://github.com/puppetlabs/puppet-resource_api/pull/122) ([AlmogCohen](https://github.com/AlmogCohen))
|
|
389
346
|
|
|
390
|
-
|
|
347
|
+
### Other
|
|
391
348
|
|
|
392
|
-
|
|
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))
|
|
393
353
|
|
|
394
|
-
|
|
395
|
-
- Update README [\#123](https://github.com/puppetlabs/puppet-resource_api/pull/123) ([DavidS](https://github.com/DavidS))
|
|
396
|
-
- \(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))
|
|
397
|
-
- Release prep for v1.5.0 [\#119](https://github.com/puppetlabs/puppet-resource_api/pull/119) ([DavidS](https://github.com/DavidS))
|
|
354
|
+
## [v1.5.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.5.0) - 2018-09-12
|
|
398
355
|
|
|
399
|
-
## [v1.5.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.5.0) (2018-09-12)
|
|
400
356
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.2...v1.5.0)
|
|
401
357
|
|
|
402
|
-
|
|
358
|
+
### Added
|
|
403
359
|
|
|
404
|
-
-
|
|
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))
|
|
405
361
|
|
|
406
|
-
|
|
362
|
+
### Fixed
|
|
407
363
|
|
|
408
|
-
-
|
|
409
|
-
-
|
|
410
|
-
-
|
|
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))
|
|
411
367
|
|
|
412
|
-
|
|
368
|
+
### Other
|
|
413
369
|
|
|
414
|
-
- 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))
|
|
371
|
+
|
|
372
|
+
## [v1.4.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.2) - 2018-08-09
|
|
415
373
|
|
|
416
|
-
## [v1.4.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.2) (2018-08-09)
|
|
417
374
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.1...v1.4.2)
|
|
418
375
|
|
|
419
|
-
|
|
376
|
+
### Fixed
|
|
377
|
+
|
|
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))
|
|
420
379
|
|
|
421
|
-
|
|
380
|
+
### Other
|
|
422
381
|
|
|
423
|
-
|
|
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))
|
|
424
384
|
|
|
425
|
-
|
|
426
|
-
- Release prep for v1.4.1 [\#109](https://github.com/puppetlabs/puppet-resource_api/pull/109) ([DavidS](https://github.com/DavidS))
|
|
385
|
+
## [v1.4.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.1) - 2018-07-20
|
|
427
386
|
|
|
428
|
-
## [v1.4.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.1) (2018-07-20)
|
|
429
387
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.4.0...v1.4.1)
|
|
430
388
|
|
|
431
|
-
|
|
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))
|
|
432
393
|
|
|
433
|
-
|
|
434
|
-
- 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
|
|
435
395
|
|
|
436
|
-
|
|
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))
|
|
437
399
|
|
|
438
|
-
|
|
439
|
-
- Minor changes to README [\#106](https://github.com/puppetlabs/puppet-resource_api/pull/106) ([clairecadman](https://github.com/clairecadman))
|
|
440
|
-
- 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
|
|
441
401
|
|
|
442
|
-
## [v1.4.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.4.0) (2018-06-19)
|
|
443
402
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.3.0...v1.4.0)
|
|
444
403
|
|
|
445
|
-
|
|
404
|
+
### Added
|
|
446
405
|
|
|
447
|
-
- Allow `SimpleDevice` to be initialized with a config hash [
|
|
448
|
-
-
|
|
449
|
-
-
|
|
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))
|
|
450
409
|
|
|
451
|
-
|
|
410
|
+
### Fixed
|
|
452
411
|
|
|
453
|
-
-
|
|
454
|
-
-
|
|
455
|
-
-
|
|
456
|
-
-
|
|
457
|
-
-
|
|
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))
|
|
458
417
|
|
|
459
|
-
|
|
418
|
+
### Other
|
|
460
419
|
|
|
461
|
-
-
|
|
462
|
-
-
|
|
463
|
-
-
|
|
464
|
-
-
|
|
465
|
-
-
|
|
466
|
-
-
|
|
467
|
-
-
|
|
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))
|
|
427
|
+
|
|
428
|
+
## [v1.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.3.0) - 2018-05-24
|
|
468
429
|
|
|
469
|
-
## [v1.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.3.0) (2018-05-24)
|
|
470
430
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.2.0...v1.3.0)
|
|
471
431
|
|
|
472
|
-
|
|
432
|
+
### Added
|
|
433
|
+
|
|
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))
|
|
473
438
|
|
|
474
|
-
|
|
475
|
-
- \(PDK-531\) Support for composite namevars [\#82](https://github.com/puppetlabs/puppet-resource_api/pull/82) ([da-ar](https://github.com/da-ar))
|
|
476
|
-
- \(PDK-889\) Write support for multiple namevars [\#79](https://github.com/puppetlabs/puppet-resource_api/pull/79) ([da-ar](https://github.com/da-ar))
|
|
477
|
-
- \(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))
|
|
439
|
+
### Fixed
|
|
478
440
|
|
|
479
|
-
|
|
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))
|
|
480
444
|
|
|
481
|
-
|
|
482
|
-
- 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))
|
|
483
|
-
- \(PDK-988\) restrain mungify from non-`puppet resource` workflows [\#80](https://github.com/puppetlabs/puppet-resource_api/pull/80) ([DavidS](https://github.com/DavidS))
|
|
445
|
+
### Other
|
|
484
446
|
|
|
485
|
-
|
|
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))
|
|
486
450
|
|
|
487
|
-
|
|
488
|
-
- Some glue fixes: announcement, to\_manifest, to\_hierayaml [\#77](https://github.com/puppetlabs/puppet-resource_api/pull/77) ([DavidS](https://github.com/DavidS))
|
|
489
|
-
- Release prep for v1.2.0 [\#75](https://github.com/puppetlabs/puppet-resource_api/pull/75) ([DavidS](https://github.com/DavidS))
|
|
451
|
+
## [v1.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.2.0) - 2018-05-08
|
|
490
452
|
|
|
491
|
-
## [v1.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.2.0) (2018-05-08)
|
|
492
453
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.1.0...v1.2.0)
|
|
493
454
|
|
|
494
|
-
|
|
455
|
+
### Added
|
|
495
456
|
|
|
496
|
-
-
|
|
497
|
-
-
|
|
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))
|
|
498
459
|
|
|
499
|
-
|
|
460
|
+
### Fixed
|
|
500
461
|
|
|
501
|
-
-
|
|
502
|
-
-
|
|
503
|
-
- Make ruby files individually loadable without puppet [
|
|
504
|
-
-
|
|
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))
|
|
505
466
|
|
|
506
|
-
|
|
467
|
+
### Other
|
|
507
468
|
|
|
508
|
-
-
|
|
509
|
-
- Add
|
|
510
|
-
-
|
|
511
|
-
-
|
|
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))
|
|
473
|
+
|
|
474
|
+
## [v1.1.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.1.0) - 2018-04-12
|
|
512
475
|
|
|
513
|
-
## [v1.1.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.1.0) (2018-04-12)
|
|
514
476
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.3...v1.1.0)
|
|
515
477
|
|
|
516
|
-
|
|
478
|
+
### Added
|
|
479
|
+
|
|
480
|
+
- (PDK-895) basic array support [#59](https://github.com/puppetlabs/puppet-resource_api/pull/59) ([DavidS](https://github.com/DavidS))
|
|
517
481
|
|
|
518
|
-
|
|
482
|
+
### Fixed
|
|
519
483
|
|
|
520
|
-
|
|
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))
|
|
521
485
|
|
|
522
|
-
|
|
486
|
+
### Other
|
|
523
487
|
|
|
524
|
-
|
|
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))
|
|
525
492
|
|
|
526
|
-
|
|
527
|
-
- \(PDK-896\) Advanced Array tests [\#60](https://github.com/puppetlabs/puppet-resource_api/pull/60) ([DavidS](https://github.com/DavidS))
|
|
528
|
-
- Update puppetlabs\_spec\_helper to fixed master version [\#58](https://github.com/puppetlabs/puppet-resource_api/pull/58) ([DavidS](https://github.com/DavidS))
|
|
529
|
-
- Release prep for v1.0.3 [\#57](https://github.com/puppetlabs/puppet-resource_api/pull/57) ([DavidS](https://github.com/DavidS))
|
|
493
|
+
## [v1.0.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.3) - 2018-04-06
|
|
530
494
|
|
|
531
|
-
## [v1.0.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.3) (2018-04-06)
|
|
532
495
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.2...v1.0.3)
|
|
533
496
|
|
|
534
|
-
|
|
497
|
+
### Added
|
|
535
498
|
|
|
536
|
-
-
|
|
537
|
-
-
|
|
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))
|
|
538
501
|
|
|
539
|
-
|
|
502
|
+
### Fixed
|
|
540
503
|
|
|
541
|
-
-
|
|
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))
|
|
542
505
|
|
|
543
|
-
|
|
506
|
+
### Other
|
|
544
507
|
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
548
|
-
-
|
|
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))
|
|
512
|
+
|
|
513
|
+
## [v1.0.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.2) - 2018-03-26
|
|
549
514
|
|
|
550
|
-
## [v1.0.2](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.2) (2018-03-26)
|
|
551
515
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.1...v1.0.2)
|
|
552
516
|
|
|
553
|
-
|
|
517
|
+
### Added
|
|
518
|
+
|
|
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))
|
|
554
520
|
|
|
555
|
-
|
|
521
|
+
### Fixed
|
|
556
522
|
|
|
557
|
-
|
|
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))
|
|
558
525
|
|
|
559
|
-
|
|
560
|
-
- \(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))
|
|
526
|
+
### Other
|
|
561
527
|
|
|
562
|
-
|
|
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))
|
|
563
530
|
|
|
564
|
-
|
|
531
|
+
## [v1.0.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.1) - 2018-03-23
|
|
565
532
|
|
|
566
|
-
## [v1.0.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.1) (2018-03-23)
|
|
567
533
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.0.0...v1.0.1)
|
|
568
534
|
|
|
569
|
-
|
|
535
|
+
### Fixed
|
|
570
536
|
|
|
571
|
-
- 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))
|
|
572
538
|
|
|
573
|
-
|
|
539
|
+
### Other
|
|
574
540
|
|
|
575
|
-
- Release prep for v1.0.1 [
|
|
576
|
-
|
|
541
|
+
- Release prep for v1.0.1 [#45](https://github.com/puppetlabs/puppet-resource_api/pull/45) ([DavidS](https://github.com/DavidS))
|
|
542
|
+
|
|
543
|
+
## [v1.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.0) - 2018-03-23
|
|
577
544
|
|
|
578
|
-
## [v1.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.0.0) (2018-03-23)
|
|
579
545
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.10.0...v1.0.0)
|
|
580
546
|
|
|
581
|
-
|
|
547
|
+
### Added
|
|
548
|
+
|
|
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))
|
|
582
551
|
|
|
583
|
-
|
|
584
|
-
- \(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))
|
|
552
|
+
### Fixed
|
|
585
553
|
|
|
586
|
-
|
|
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))
|
|
587
555
|
|
|
588
|
-
|
|
556
|
+
### Other
|
|
589
557
|
|
|
590
|
-
|
|
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))
|
|
591
561
|
|
|
592
|
-
|
|
593
|
-
- Release prep for v0.10.0 [\#38](https://github.com/puppetlabs/puppet-resource_api/pull/38) ([DavidS](https://github.com/DavidS))
|
|
562
|
+
## [v0.10.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.10.0) - 2018-03-21
|
|
594
563
|
|
|
595
|
-
## [v0.10.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.10.0) (2018-03-21)
|
|
596
564
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.9.0...v0.10.0)
|
|
597
565
|
|
|
598
|
-
|
|
566
|
+
### Added
|
|
599
567
|
|
|
600
|
-
-
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
604
|
-
-
|
|
605
|
-
- 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))
|
|
606
574
|
|
|
607
|
-
|
|
575
|
+
### Other
|
|
608
576
|
|
|
609
|
-
- Cleanups [
|
|
610
|
-
- Cleanup test module [
|
|
611
|
-
- 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))
|
|
580
|
+
|
|
581
|
+
## [v0.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.9.0) - 2018-02-22
|
|
612
582
|
|
|
613
|
-
## [v0.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.9.0) (2018-02-22)
|
|
614
583
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.3.0...v0.9.0)
|
|
615
584
|
|
|
616
|
-
|
|
585
|
+
### Added
|
|
586
|
+
|
|
587
|
+
- (PDK-536) Proper datatype parsing and checking [#23](https://github.com/puppetlabs/puppet-resource_api/pull/23) ([DavidS](https://github.com/DavidS))
|
|
617
588
|
|
|
618
|
-
|
|
589
|
+
### Fixed
|
|
619
590
|
|
|
620
|
-
|
|
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))
|
|
621
593
|
|
|
622
|
-
|
|
623
|
-
- \(main\) Fixup to\_manifest output [\#20](https://github.com/puppetlabs/puppet-resource_api/pull/20) ([shermdog](https://github.com/shermdog))
|
|
594
|
+
### Other
|
|
624
595
|
|
|
625
|
-
|
|
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))
|
|
626
599
|
|
|
627
|
-
|
|
628
|
-
- Add a note on device support to the README [\#26](https://github.com/puppetlabs/puppet-resource_api/pull/26) ([DavidS](https://github.com/DavidS))
|
|
629
|
-
- Remove Command API [\#25](https://github.com/puppetlabs/puppet-resource_api/pull/25) ([DavidS](https://github.com/DavidS))
|
|
600
|
+
## [v0.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.3.0) - 2018-02-21
|
|
630
601
|
|
|
631
|
-
## [v0.3.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.3.0) (2018-02-21)
|
|
632
602
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.2...v0.3.0)
|
|
633
603
|
|
|
634
|
-
|
|
604
|
+
### Added
|
|
635
605
|
|
|
636
|
-
-
|
|
637
|
-
-
|
|
638
|
-
- 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))
|
|
639
609
|
|
|
640
|
-
|
|
610
|
+
### Fixed
|
|
641
611
|
|
|
642
|
-
-
|
|
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))
|
|
643
613
|
|
|
644
|
-
|
|
614
|
+
### Other
|
|
645
615
|
|
|
646
|
-
- 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))
|
|
617
|
+
|
|
618
|
+
## [v0.2.2](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.2) - 2018-01-25
|
|
647
619
|
|
|
648
|
-
## [v0.2.2](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.2) (2018-01-25)
|
|
649
620
|
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.1...v0.2.2)
|
|
650
621
|
|
|
651
|
-
|
|
622
|
+
### Fixed
|
|
652
623
|
|
|
653
|
-
- 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))
|
|
654
625
|
|
|
655
|
-
|
|
626
|
+
### Other
|
|
656
627
|
|
|
657
|
-
- 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))
|
|
658
629
|
|
|
659
|
-
## [v0.2.1](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.1)
|
|
660
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.0...v0.2.1)
|
|
630
|
+
## [v0.2.1](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.1) - 2018-01-24
|
|
661
631
|
|
|
662
|
-
|
|
632
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.0...v0.2.1)
|
|
663
633
|
|
|
664
|
-
|
|
634
|
+
### Fixed
|
|
665
635
|
|
|
666
|
-
|
|
636
|
+
- gemspec fixes [#12](https://github.com/puppetlabs/puppet-resource_api/pull/12) ([DavidS](https://github.com/DavidS))
|
|
667
637
|
|
|
668
|
-
|
|
638
|
+
### Other
|
|
669
639
|
|
|
670
|
-
|
|
671
|
-
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.1.0...v0.2.0)
|
|
640
|
+
- Release prep [#14](https://github.com/puppetlabs/puppet-resource_api/pull/14) ([DavidS](https://github.com/DavidS))
|
|
672
641
|
|
|
673
|
-
|
|
642
|
+
## [v0.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.0) - 2018-01-23
|
|
674
643
|
|
|
675
|
-
|
|
676
|
-
- \(PDK-746\) have a SimpleProvider for simple cases [\#8](https://github.com/puppetlabs/puppet-resource_api/pull/8) ([DavidS](https://github.com/DavidS))
|
|
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
|
-
-
|
|
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))
|
|
681
650
|
|
|
682
|
-
|
|
651
|
+
### Fixed
|
|
683
652
|
|
|
684
|
-
-
|
|
685
|
-
- Small fixes [\#7](https://github.com/puppetlabs/puppet-resource_api/pull/7) ([DavidS](https://github.com/DavidS))
|
|
653
|
+
- Fix params and properties [#10](https://github.com/puppetlabs/puppet-resource_api/pull/10) ([DavidS](https://github.com/DavidS))
|
|
686
654
|
|
|
687
|
-
|
|
688
|
-
**Merged pull requests:**
|
|
655
|
+
### Other
|
|
689
656
|
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
- Fix resource\_api logging format [\#4](https://github.com/puppetlabs/puppet-resource_api/pull/4) ([james-stocks](https://github.com/james-stocks))
|
|
693
|
-
- Add logging action methods to base\_context [\#3](https://github.com/puppetlabs/puppet-resource_api/pull/3) ([james-stocks](https://github.com/james-stocks))
|
|
694
|
-
- Logging [\#2](https://github.com/puppetlabs/puppet-resource_api/pull/2) ([james-stocks](https://github.com/james-stocks))
|
|
695
|
-
- 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))
|
|
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))
|
|
696
659
|
|
|
660
|
+
## [v0.1.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.1.0) - 2017-11-17
|
|
697
661
|
|
|
698
|
-
|
|
662
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/c7c0e40d46d9b8f8ffa37f196d49a05a17e5b015...v0.1.0)
|