v1.8.1 (2019-03-13)
Fixed bugs:
Merged pull requests:
- 1.6.x mergeup #162 (DavidS)
- (FM-7829) Update README with transports examples #160 (willmeek)
- (maint) update release docs #159 (DavidS)
- Improve travis cells and testing #145 (DavidS)
v1.8.0 (2019-02-26)
Implemented enhancements:
- (FM-7695) Transports - the remote content framework #157 (DavidS)
- (FM-7698) implement
sensitive:true
handling #156 (da-ar) - (PDK-1271) Allow a transport to be wrapped and used like a device #155 (da-ar)
- (FM-7701) Support device providers when using Transport Wrapper #154 (da-ar)
- (FM-7726) implement
context.transport
to provide access #152 (DavidS) - (FM-7674) Allow wrapping a Transport in a legacy Device #149 (da-ar)
- (FM-7600) Add Transport.connect method #148 (da-ar)
Fixed bugs:
Merged pull requests:
- Release prep for v1.8.0 #158 (DavidS)
- (FM-7726) cleanups for the transport #153 (DavidS)
- (FM-7691,FM-7696) refactoring definition handling in contexts #150 (DavidS)
v1.7.0 (2019-01-07)
Implemented enhancements:
Merged pull requests:
- (maint) Bundler 2.0 dropped support for Ruby versions < 2.2 #147 (da-ar)
- (FM-7597) RSAPI Transport register function #146 (da-ar)
- (packaging) Update version to 1.7.0 #144 (branan)
v1.6.3 (2018-12-11)
Closed issues:
- Trying to understand stubbing in the examples #136
Merged pull requests:
- (packaging) Update version to 1.6.3 #143 (branan)
- Move parameter and property logic to separate classes #140 (bpietraga)
- (maint) Predeclare Puppet module before ResourceApi #139 (caseywilliams)
- (maint) minor fix to make data_type_handling change work #138 (DavidS)
- (maint) extract data type handling code #137 (bpietraga)
- Release prep for v1.6.2 #135 (DavidS)
v1.6.2 (2018-10-25)
Fixed bugs:
Merged pull requests:
v1.6.1 (2018-10-25)
Fixed bugs:
- (PDK-1209) setting inherited const_defined lookup to false #132 (Thomas-Franklin)
Merged pull requests:
- Updated announcement instructions #131 (davinhanlon)
- Minor spelling fix #130 (AlmogCohen)
- Add internal announcement list to template #129 (DavidS)
- Adjust announcement template to reality #128 (DavidS)
- Release prep for v1.6.0 #127 (da-ar)
v1.6.0 (2018-09-25)
Implemented enhancements:
- (PDK-1185) Implement allowances for device-specific providers #126 (DavidS)
- (PDK-1143) Allow SimpleProvider to handle multiple namevars #125 (da-ar)
Fixed bugs:
- Update README walkthrough #122 (AlmogCohen)
Merged pull requests:
- Update README #124 (clairecadman)
- Update README #123 (DavidS)
- (maint) Add Travis job for Puppet 6.0.x branch #120 (da-ar)
- Release prep for v1.5.0 #119 (DavidS)
v1.5.0 (2018-09-12)
Implemented enhancements:
Fixed bugs:
- (maint) create a new default value instance on every access #118 (DavidS)
- (PDK-1091) Fix Sensitive value handling #117 (DavidS)
- (MODULES-7679) correctly handle simple_get_filter providers #113 (da-ar)
Merged pull requests:
v1.4.2 (2018-08-09)
Fixed bugs:
Merged pull requests:
v1.4.1 (2018-07-20)
Fixed bugs:
- Fix "undefined method `rs_value'" error with metaparams #108 (DavidS)
- Improve log_exception output from PuppetContext #103 (da-ar)
Merged pull requests:
- Misc fixes: license metadata, announcement template, puppet load fix #107 (DavidS)
- Minor changes to README #106 (clairecadman)
- Release prep for v1.4.0 #102 (DavidS)
v1.4.0 (2018-06-19)
Implemented enhancements:
- Allow
SimpleDevice
to be initialized with a config hash #96 (DavidS) - (PDK-1007) implement enough to support purge=>true #95 (DavidS)
- (PDK-917) Validates provider.get values against Type schema #88 (da-ar)
Fixed bugs:
- (PDK-1004) log exceptions as they are processed #101 (DavidS)
- (PDK-1000) do not print nil valued attributes #100 (DavidS)
- (PDK-1007) Handle setting
ensure
to a Symbol through code #94 (DavidS) - (PDK-1007) the namevar is a param #91 (DavidS)
- (PDK-996) Provide better messaging when type cannot be resolved #87 (da-ar)
Merged pull requests:
- Whitespace cleanup with new rubocop version #98 (DavidS)
- (PDK-1007) add tests for
to\_resource
#93 (DavidS) - Enable randomised rspec testing #92 (da-ar)
- appease rubocop 0.57.0 #90 (da-ar)
- Improve unit tests of parameter and property results after register_type #89 (DavidS)
- Update release docs and announcement template #86 (DavidS)
- Release prep for v1.3.0 #85 (da-ar)
v1.3.0 (2018-05-24)
Implemented enhancements:
- Check for more attributes that puppet can't use #84 (DavidS)
- (PDK-531) Support for composite namevars #82 (da-ar)
- (PDK-889) Write support for multiple namevars #79 (da-ar)
- (PDK-889) Read-only support for multiple namevars #76 (da-ar)
Fixed bugs:
- Ignore
provider
attribute when calculating target state #83 (DavidS) - Add check to handle absent resources through puppet apply #81 (da-ar)
- (PDK-988) restrain mungify from non-
puppet resource
workflows #80 (DavidS)
Merged pull requests:
- Update fixtures module to PDK v1.5 #78 (DavidS)
- Some glue fixes: announcement, to_manifest, to_hierayaml #77 (DavidS)
- Release prep for v1.2.0 #75 (DavidS)
v1.2.0 (2018-05-08)
Implemented enhancements:
- (PDK-924) Throw when SimpleProvider is used with unensurable type #73 (da-ar)
- (PDK-955) Provide access to the type definition from the provider #72 (da-ar)
Fixed bugs:
- (PDK-946) Passes ensure values to puppet as symbols. #74 (da-ar)
- (PDK-929) Ignore validation for absent resources #69 (da-ar)
- Make ruby files individually loadable without puppet #65 (DavidS)
- (PDK-526) fix test for git #63 (DavidS)
Merged pull requests:
- Add pre-commit hook for rubocop #70 (da-ar)
- Add a template for release announcements #67 (DavidS)
- Cache ~/.rvm for jruby jobs #66 (cotsog)
- Release prep for v1.1.0 #64 (DavidS)
v1.1.0 (2018-04-12)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
- (PDK-526) do not rely on git when building the gem on jenkins #61 (DavidS)
- (PDK-896) Advanced Array tests #60 (DavidS)
- Update puppetlabs_spec_helper to fixed master version #58 (DavidS)
- Release prep for v1.0.3 #57 (DavidS)
v1.0.3 (2018-04-06)
Implemented enhancements:
- (PDK-887) Add checks for read_only values being set or modified #54 (da-ar)
- (PDK-885) Add support for init_only attributes #52 (da-ar)
Fixed bugs:
Merged pull requests:
- Misc fixes #56 (DavidS)
- (PDK-890) document current constraints on possible data types #53 (DavidS)
- Update release prep notes #51 (DavidS)
- Release prep for v1.0.2 #50 (DavidS)
v1.0.2 (2018-03-26)
Implemented enhancements:
Fixed bugs:
- (PDK-882,PDK-883) validate only when needed #48 (DavidS)
- (PDK-884) Handle missing namevars returned by providers #47 (da-ar)
Merged pull requests:
v1.0.1 (2018-03-23)
Fixed bugs:
Merged pull requests:
v1.0.0 (2018-03-23)
Implemented enhancements:
- Improve logging output #42 (DavidS)
- (PDK-797) Render read_only values as comments in manifest output #41 (da-ar)
Fixed bugs:
Merged pull requests:
v0.10.0 (2018-03-21)
Implemented enhancements:
- (PDK-512) Add support for simple_get_filter #37 (da-ar)
- (PDK-822) Implement proper namevar handling #36 (DavidS)
- (PDK-513) implement
supports\_noop
#31 (DavidS) - (PDK-511) Add canonicalization checking if puppet strict is on. #30 (da-ar)
- (PDK-508) implement autorequire and friends #29 (DavidS)
- Update README with PDK 1.4 commands and messages #28 (DavidS)
Merged pull requests:
v0.9.0 (2018-02-22)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
- Release prep v0.9.0 #27 (DavidS)
- Add a note on device support to the README #26 (DavidS)
- Remove Command API #25 (DavidS)
v0.3.0 (2018-02-21)
Implemented enhancements:
- (FM-6797) Add debug logging of current and target states #21 (da-ar)
- (PDK-803) Add YAML output for resources #19 (shermdog)
- Edits on resource api readme #17 (clairecadman)
Fixed bugs:
Merged pull requests:
v0.2.2 (2018-01-25)
Fixed bugs:
Merged pull requests:
v0.2.1 (2018-01-24)
Fixed bugs:
Merged pull requests:
v0.2.0 (2018-01-23)
Implemented enhancements:
- (PDK-703) Resource API introduction with pdk #11 (DavidS)
- (PDK-746) have a SimpleProvider for simple cases #8 (DavidS)
Fixed bugs:
Merged pull requests:
v0.1.0 (2017-11-17)
Merged pull requests:
- (maint) sort dependencies in gemspec #6 (DavidS)
- base_context processing and processed logging methods #5 (james-stocks)
- Fix resource_api logging format #4 (james-stocks)
- Add logging action methods to base_context #3 (james-stocks)
- Logging #2 (james-stocks)
- Workaround missing report back from here to flush() #1 (james-stocks)