Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

114 lines (68 loc) · 6.97 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v4.0.1 (2024-01-09)

Full Changelog

Fixed bugs:

v4.0.0 (2023-07-05)

Full Changelog

Breaking changes:

Implemented enhancements:

v3.0.0 (2022-11-14)

Full Changelog

Breaking changes:

  • Raise an exception when an after_deploy/after_activate hook fail #34 (smortex)

v2.0.0 (2022-10-20)

Full Changelog

Breaking changes:

  • Raise an error if no matching application is found #30 (smortex)

Implemented enhancements:

  • Add support for extracting more archive formats #31 (smortex)

Fixed bugs:

  • Fix ownership of deployment before before_deploy hook #32 (smortex)
  • Fix listing applications when requiements are missing #29 (smortex)

v1.2.0 (2022-06-16)

Full Changelog

Implemented enhancements:

  • Allow passing custom headers to fetch artifacts #27 (smortex)

v1.1.0 (2022-06-06)

Full Changelog

Implemented enhancements:

  • Rely on Puppet 7.16 ablitiy to use the system store #25 (smortex)
  • Improve CD Docker integration #23 (smortex)

v1.0.1 (2022-03-17)

Full Changelog

Fixed bugs:

v1.0.0 (2022-03-17)

Full Changelog

Breaking changes:

  • Adjust hooks environment variables #16 (smortex)

Implemented enhancements:

  • Add a task to list applications and deployments #13 (smortex)

Merged pull requests:

  • Release 1.0.0 #21 (smortex)
  • Allow configuring the number of deployments to keep #20 (smortex)
  • Add tooling to build CD docker images #19 (smortex)
  • Allow custom titles #18 (smortex)
  • Add some documentation #17 (smortex)
  • Rename Deployment#full_path to Deployment#path #15 (smortex)
  • Make $path a parameter of application #14 (smortex)
  • Drop created_at #12 (smortex)
  • Populate environment variables #11 (smortex)
  • Fix deployment owner #10 (smortex)
  • Add minitar as a gem dependency #9 (smortex)
  • Allow downloading using system CA and Puppet PKI #8 (smortex)
  • Implement mtree substitutions #7 (smortex)
  • Infer deployment name from artifact #6 (smortex)
  • Add a task to prune old deployments #5 (smortex)
  • Add support for non tar-bomb artifacts #4 (smortex)
  • Download artifact using Puppet http client #3 (smortex)
  • Run the configured hooks on deployment #2 (smortex)
  • Add a task to remove a specified deployment #1 (smortex)

* This Changelog was automatically generated by github_changelog_generator