Skip to content

Latest commit

 

History

History
683 lines (423 loc) · 45.6 KB

CHANGELOG.md

File metadata and controls

683 lines (423 loc) · 45.6 KB

Changelog

All significant changes to this repo will be summarized in this file.

1.9.0 (2023-08-08)

Full Changelog

Implemented enhancements:

1.8.18 (2023-07-21)

Full Changelog

Merged pull requests:

1.8.16 (2022-10-03)

Full Changelog

Merged pull requests:

1.8.14 (2021-06-09)

Full Changelog

Implemented enhancements:

  • (GH-225) Add support for custom insync #285 (michaeltlombardi)
  • Improve type validation error messages to show expected types #279 (timidri)
  • Support puppet device --resource ... --to_yaml invocation; drop puppet4 and jruby 1.7 testing #278 (timidri)

Fixed bugs:

  • Git tag 1.8.13 exists, but missing on rubygems.org / in CHANGELOG.md #266

Closed issues:

  • CHANGELOG.md entries are missing for latest releases? #258

Merged pull requests:

1.8.13 (2020-02-19)

Full Changelog

Merged pull requests:

1.8.12 (2020-02-03)

Full Changelog

Fixed bugs:

  • json 2.3.0 fails on JRuby 1.7.26 #248

Merged pull requests:

  • Update dependency_decisions for LicenseFinder 6.0; Fix deprecation warning with outdated win32-service gem pulled in by puppet #252 (DavidS)

1.8.11 (2019-12-30)

Full Changelog

Implemented enhancements:

  • add consistency checks for title attribute on multi-namevar providers #219
  • Add title consistency checks for multi-namevar providers #240 (seanmil)

Fixed bugs:

  • puppet describe does not show top-level docs #208
  • (PUP-10025) fix top-level docs output from puppet describe #247 (DavidS)

Merged pull requests:

  • Pin json gem to older version for JRuby 1.7 #249 (DavidS)

1.8.10 (2019-11-14)

Full Changelog

Implemented enhancements:

  • (FM-8079) Resource API and Transports Hands-on-Lab #181 (DavidS)

Fixed bugs:

  • failing resource poisons the context/flush implementation #214
  • Reset context.failed? between resources #241 (seanmil)

Merged pull requests:

  • (FM-8740): Documentation tweaks based on most recent walkthrough #246 (sanfrancrisko)

1.8.9 (2019-10-03)

Full Changelog

Implemented enhancements:

  • (FM-8336) Capture and expose attribute ordering from transport schema #238 (DavidS)

Fixed bugs:

  • (FM-8553) Remove all caching from list_all_transports #237 (DavidS)

Merged pull requests:

1.8.8 (2019-09-25)

Full Changelog

Merged pull requests:

1.8.7 (2019-09-11)

Full Changelog

Fixed bugs:

  • (FM-8092) Fix caching scope of transport schemas #200 (DavidS)

Merged pull requests:

  • (FM-8485) - Addition of CODEOWNERS file #203 (david22swan)
  • (MODULES-9258) Improve referencing and add summary #199 (maxiegit)
  • (maint) Pin both Jruby cells to use dist: trusty #197 (da-ar)

1.8.6 (2019-07-04)

Full Changelog

Implemented enhancements:

  • (SERVER-2470) list_all_transports implementation for puppetserver #187 (DavidS)

Merged pull requests:

  • Merge 1.6.x #194 (da-ar)
  • (packaging) Revert to version '1.8.5' [no-promote] #192 (gimmyxd)
  • (packaging) Bump to version '1.9.0' [no-promote] #191 (gimmyxd)
  • (maint) retrofitting changelog for the last couple of releases #190 (DavidS)

1.6.5 (2019-07-04)

Full Changelog

Fixed bugs:

  • (MODULES-9428) make the composite namevar implementation usable #174 (DavidS)

Merged pull requests:

1.8.5 (2019-06-24)

Full Changelog

Fixed bugs:

  • (maint) Mergeup 1.6.x: FM-7839, desc/docs cleanup #186 (DavidS)
  • (maint) backport minor fixes from master to 1.6.x #184 (DavidS)
  • (maint) implement desc/docs fallback #177 (DavidS)

Merged pull requests:

  • (maint) reduce debug noise caused by feature? #189 (da-ar)
  • (FM-8265) Merge branch '1.6.x' into master #188 (da-ar)
  • (maint) test fixes #185 (DavidS)
  • (maint) make test order really random #175 (DavidS)

1.8.4 (2019-06-12)

Full Changelog

Implemented enhancements:

  • (FM-7839) Implement to_json method for ResourceShim #168 (da-ar)

Fixed bugs:

  • (PUP-9747) Relax validation for bolt #182 (DavidS)
  • (maint) Add to_hash function to resourceShim for compatibility #180 (da-ar)

Closed issues:

  • ResourceShim should respond to to_hash #179

Merged pull requests:

1.8.3 (2019-04-12)

Full Changelog

Fixed bugs:

  • (FM-7867) Always throw when transport schema validation fails #169 (da-ar)

Merged pull requests:

  • (PA-2496) Bump version and remove v from version number #170 (mihaibuzgau)

1.8.2 (2019-04-10)

Full Changelog

Merged pull requests:

  • (packaging) Update reported version to 1.8.2 [no-promote] #167 (mihaibuzgau)
  • Add implementations to reserved bolt keywords #165 (DavidS)
  • Release prep for v1.8.1 #163 (DavidS)

v1.6.4 (2019-03-25)

Full Changelog

Merged pull requests:

v1.8.1 (2019-03-13)

Full Changelog

Fixed bugs:

  • (maint) Fixes sensitive transport values where absent keys are wrapped #161 (da-ar)

Merged pull requests:

v1.8.0 (2019-02-26)

Full Changelog

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:

  • (FM-7690) Fix transports cache to be environment aware #151 (da-ar)

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)

Full Changelog

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)

Full Changelog

Closed issues:

  • Trying to understand stubbing in the examples #136

Merged pull requests:

v1.6.2 (2018-10-25)

Full Changelog

Fixed bugs:

  • (PDK-1209) Fix the other call-sites of const_defined? and const_get #134 (DavidS)

Merged pull requests:

v1.6.1 (2018-10-25)

Full Changelog

Fixed bugs:

Merged pull requests:

v1.6.0 (2018-09-25)

Full Changelog

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:

Merged pull requests:

v1.5.0 (2018-09-12)

Full Changelog

Implemented enhancements:

  • (PDK-1150) Allow providers to override :title when retrieving resources #115 (da-ar)

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)

Full Changelog

Fixed bugs:

  • Allow an attribute with default boolean value to be set correctly #110 (da-ar)

Merged pull requests:

  • (maint) fix brace alignment; document reference #111 (DavidS)
  • Release prep for v1.4.1 #109 (DavidS)

v1.4.1 (2018-07-20)

Full Changelog

Fixed bugs:

  • Fix "undefined method `rs_value'" error with metaparams #108 (DavidS)
  • Improve log_exception output from PuppetContext #103 (da-ar)

Merged pull requests:

v1.4.0 (2018-06-19)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • (PDK-919) Workaround PUP-2368 "using booleans result in unmanaged pro… #62 (DavidS)

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)

Full Changelog

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:

  • (PDK-911) Fix handling of ensure values from symbols to strings #55 (DavidS)

Merged pull requests:

v1.0.2 (2018-03-26)

Full Changelog

Implemented enhancements:

  • (PDK-875) Validate behaviour values when registering a type #49 (da-ar)

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:

  • (PDK-810) run CI against all the versions #46 (DavidS)

v1.0.1 (2018-03-23)

Full Changelog

Fixed bugs:

  • Actually implement the promised behavior #44 (DavidS)

Merged pull requests:

v1.0.0 (2018-03-23)

Full Changelog

Implemented enhancements:

  • Improve logging output #42 (DavidS)
  • (PDK-797) Render read_only values as comments in manifest output #41 (da-ar)

Fixed bugs:

  • (PDK-819) Ensure checks for mandatory type attributes #40 (da-ar)

Merged pull requests:

v0.10.0 (2018-03-21)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • (PDK-536) Proper datatype parsing and checking #23 (DavidS)

Fixed bugs:

  • SimpleProvider: fix is-lookup and docs #24 (DavidS)
  • (main) Fixup to_manifest output #20 (shermdog)

Merged pull requests:

v0.3.0 (2018-02-21)

Full Changelog

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:

  • (PDK-569) puppet resource now displays type name correctly #18 (tphoney)

Merged pull requests:

v0.2.2 (2018-01-25)

Full Changelog

Fixed bugs:

  • make the server parts JRuby compatible #15 (DavidS)

Merged pull requests:

v0.2.1 (2018-01-24)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.2.0 (2018-01-23)

Full Changelog

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:

* This Changelog was automatically generated by github_changelog_generator