Skip to content

Latest commit

 

History

History
194 lines (105 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

194 lines (105 loc) · 10.6 KB

Changelog

v0.13.3 (2020-08-27)

Full Changelog

Implemented enhancements:

  • Support the force registration of tentacles #153 (JamieH89)

Fixed bugs:

  • Fix tentacle registration for newer tentacles by generating cert after instance creation #173 (NamanKumarCvent)

v0.13.2 (2019-04-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

  • Add contributing documentation for supermarket #138 (brentm5)
  • Add testing documentation for supermarket #137 (brentm5)

v0.13.1 (2018-03-06)

Full Changelog

Fixed bugs:

  • Fix an issue with registering tentacles with tenated_deployment_participation not specified #136 (brentm5)

Merged pull requests:

  • Correct readme database instructions #133 (spuder)

v0.13.0 (2018-03-05)

Full Changelog

Implemented enhancements:

  • Allow tentacle to run as untenanted #130 (spuder)
  • Make cookbook works for chef 13+ #125 (brentm5)
  • Bump chef_version in metadata to 12.6.0 #116 (spuder)
  • Adds chef_version requirement to metadata.rb #106 (spuder)

Fixed bugs:

  • Adds default node name for server resource #108 (spuder)
  • Validate connection_string in configure service resource #103 (spuder)

v0.12.0 (2017-05-25)

Full Changelog

Implemented enhancements:

  • Update the server resource to use the new style in resources #96 (brentm5)
  • Update tentacle resource to work with new resource declarations #94 (brentm5)
  • Update tools resource to work with new resource declarations #93 (brentm5)

v0.11.0 (2017-05-08)

Full Changelog

Implemented enhancements:

  • Use sensitive attribute for server resource instead of debug #89 (brentm5)

Fixed bugs:

  • Removes the Server resources delayed restart #83 (brentm5)

v0.10.1 (2017-04-13)

Full Changelog

Implemented enhancements:

  • This adds a debug parameter to the server resource #81 (brentm5)

v0.10.0 (2017-01-05)

Full Changelog

Implemented enhancements:

  • Add tools resource to allow installing of octopus deploy tools #77 (brentm5)

v0.9.0 (2016-11-10)

Full Changelog

Implemented enhancements:

  • Add attribute to allow public hostname to be specified on tentacle register #74 (Draftkings)
  • Update README with correct capitalization of Tentacle #73 (vanessalove)

v0.8.0 (2016-11-01)

Full Changelog

Implemented enhancements:

  • Add ability to run tentacle as a specific AD user #71 (gdavison)
  • Add attribute to allow tentacle name to be changed on register #70 (gdavison)

v0.7.0 (2016-10-04)

Full Changelog

Implemented enhancements:

  • Loosen up dependency version locking #68 (blairham)
  • Updates readme to clarify tenant tag grouping #67 (spuder)

v0.6.5 (2016-09-21)

Full Changelog

Implemented enhancements:

  • Allow multiple environments when registering tentacles #65 (gdavison)

v0.6.4 (2016-09-07)

Full Changelog

Implemented enhancements:

  • Adds tenant and tentanttag support #61 (spuder)

Fixed bugs:

  • Fix option_list methods handling of nils #60 (spuder)

v0.6.3 (2016-08-18)

Full Changelog

Fixed bugs:

  • Fix issue in notifying tentacle service restart on tentacle register #57 (spuder)
  • Restarts tentacle service when registering #56 (spuder)

v0.6.2 (2016-08-16)

Full Changelog

Fixed bugs:

  • Change tentacle install parameters to be more quiet #52 (brentm5)

v0.6.1 (2016-08-15)

Full Changelog

Implemented enhancements:

  • Add unit test to validate library assumptions #49 (brentm5)
  • Refactor registering tentacle resource #47 (brentm5)

v0.6.0 (2016-08-08)

Full Changelog

Implemented enhancements:

  • Set tentacle register environment default to be the chef environment #45 (spuder)
  • Add ability for the tentacle resource to setup firewall rule for listening tentacles #43 (spuder)
  • Add changelog generator and first changelog file #39 (brentm5)
  • Add ability to register tentacle with server through tentacle resource #33 (spuder)
  • Include optional master key attribute for configuring a server instance #25 (brentm5)

v0.5.1 (2016-04-04)

Full Changelog

Fixed bugs:

  • Fix issue with notifying service to restart when its disabled! #22 (brentm5)

* This Changelog was automatically generated by github_changelog_generator