Skip to content

Latest commit

 

History

History
552 lines (311 loc) · 30.8 KB

CHANGELOG.md

File metadata and controls

552 lines (311 loc) · 30.8 KB

Changelog

All notable changes to this project will be documented in this file.

v1.7.0 (2025-01-31)

Full Changelog

Implemented enhancements:

  • refactor: rebuild Dockerfile #129
  • Manage ca_ttl setting #145 (tuxmea)
  • Feature/updates vrt #142 (zipkid)
  • Feature/puppet masterport setting #137 (zipkid)
  • feat: update to puppetserver 7.17.3 and 8.7.0 #136 (rwaffen)
  • Ensure the entrypoint script does not fail. #135 (zipkid)
  • feat: add support for custom scripts in /docker-entrypoint.d and run custom scripts in order #133 (zipkid)
  • feat: update health check to better find certs for curl #131 (rwaffen)
  • Add libssh2 to give rugged for R10K ssh capabilities #128 (zipkid)
  • Don't let the entry scripts fail if there is no cert (dir) #127 (zipkid)
  • feat: set puppet uid/gid in container build #125 (zipkid)
  • feat: update puppet8 version #124 (rwaffen)
  • fix: check if import of ca is required #123 (tuxmea)
  • feat: update to 7.17.2 and 8.6.2 #121 (rwaffen)
  • feat: Allow usage of intermediate CA #109 (tuxmea)
  • add ssh client and rugged gem #101 (rwaffen)

Fixed bugs:

  • fix ca ttl setting. #146 (tuxmea)
  • Fix: update if-statement causing wrong behavior and fix typo introduce in #116 #117 (sbjzn)

Closed issues:

  • Container health-check fails after creating a certificate #130
  • set -e added to 30-set-permissions.sh causes script failure when using mounted configmap configuration files. #126
  • Intermediate CA import crashes container Startup if CA is already imported #122
  • Intermediate CA feature update broken #116
  • add working container scanning again #114
  • puppetserver arm64 - ruby error when submitting report #106
  • feature: try to make rugged multi staged buildable #102
  • Suggestion: Install SSH client for r10k #100
  • Cannot download puppet catalog #99
  • [Improvement] Add mechanism to import previously generated Intermediate CA certificates #94

Merged pull requests:

v1.6.0 (2024-07-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: remove general autosigning and switch to server in puppet config commands #97 (rwaffen)
  • fix: improve cert selection in 99-log-config.sh #96 (rwaffen)

Merged pull requests:

v1.5.0 (2024-04-15)

Full Changelog

Implemented enhancements:

  • Update puppetserver to 7.17.0 and 8.6.0 #83 (rwaffen)

v1.4.1 (2024-04-15)

Full Changelog

v1.4.0 (2024-04-05)

Full Changelog

Implemented enhancements:

  • Allow setting of environment_timeout #67
  • update to puppetserver 8.5.0 and 7.16.0 #77 (rwaffen)
  • change config section from master to server #76 (rwaffen)
  • Add support for certname parameter #75 (rwaffen)
  • disable update check; move conf files into conf.d/ #74 (rwaffen)
  • disable dropsonde #73 (rwaffen)

Fixed bugs:

  • Add markdownlint, fix variable bug with PUPPETSERVER_HOSTNAME, update readme #72 (rwaffen)
  • Fix typo in csr_attributes.yaml filename #69 (mdechiaro)
  • Prevent interpolation of HIERACONFIG #66 (anders-larsson)

Closed issues:

  • PUPPETSERVER_HOSTNAME is not unset #71
  • csr_attributes.yaml not working due to typo in filename #68
  • Simplify CSR_ATTRIBUTES example for compose #63
  • Add support for certname parameter #51
  • run puppet generate types #15
  • We should verify if analytics is disabled upon container start #7

Merged pull requests:

  • Update README.md with a note about environment caching #70 (jay7x)
  • Simplify CSR_ATTRIBUTES documentation #64 (tuxmea)

v1.3.0 (2024-01-31)

Full Changelog

Implemented enhancements:

  • New packages for PuppetServer: 8.4.0 and 7.15.0 #57
  • allow setting csr attributes #60 (tuxmea)
  • Update puppetserver packages #58 (tuxmea)

Closed issues:

  • Add support for csr_attributes.yaml setup #50

Merged pull requests:

  • add skip-changelog to all release prs #61 (rwaffen)

v1.2.0 (2024-01-30)

Full Changelog

Implemented enhancements:

  • build latest version for each puppet version #45 (tuxmea)
  • Add additional parameters, rework entrypoint order #44 (tuxmea)

Fixed bugs:

  • Add Ruby 3.0 to Dockerfile to get r10k 4.x running #52 (rwaffen)

Closed issues:

  • container build is breaking #47
  • Implement shellcheck in CI #40

Merged pull requests:

  • fix variable check on enable graphite #54 (tuxmea)
  • add shellcheck from reusable workflow #46 (rwaffen)
  • add information on new version schema #43 (tuxmea)

v1.1.3 (2024-01-03)

Full Changelog

Merged pull requests:

v1.1.2 (2023-12-15)

Full Changelog

Fixed bugs:

  • make setting of env api endpoint idempotent #38 (tuxmea)

v1.1.1 (2023-12-14)

Full Changelog

Fixed bugs:

  • Make setting for admin-api idempotent #35 (tuxmea)

v1.1.0 (2023-12-13)

Full Changelog

Implemented enhancements:

  • enable admin-api to clear cache in auth.conf #33 (tuxmea)
  • Add Metrics and Environment cache timeout #30 (tuxmea)

Closed issues:

  • specify PUPPETSERVER_GRAPHITE_HOST and PUPPETSERVER_GRAPHITE_PORT in README.md #31
  • update how to release docu #23
  • add CONTRIBUTING.md #20

Merged pull requests:

  • Add missing documentation #32 (tuxmea)
  • Add table of contents to README.md #27 (rwaffen)
  • Update Readme to use containers from github and add contributing link #26 (rwaffen)
  • add action to update docker hub description #25 (rwaffen)
  • also push to dockerhub #24 (rwaffen)

v1.0.0 (2023-11-14)

Full Changelog

Closed issues:

  • Puppetserver container manifest unknown #17
  • Puppetserver 8 #16

Merged pull requests:

  • Prepare Release v1.0.0 #22 (rwaffen)
  • Update build_arch to include linux/arm64 #21 (rwaffen)
  • Add matrix setup to build several versions in parallel specified in a json file #19 (rwaffen)

7.13.0 (2023-10-19)

Full Changelog

Closed issues:

  • rename repo #5

Merged pull requests:

7.9.1 (2022-06-22)

Full Changelog

7.9.0 (2022-06-22)

Full Changelog

7.9.2 (2022-06-22)

Full Changelog

7.7.0 (2022-04-04)

Full Changelog

7.8.0 (2022-04-04)

Full Changelog

7.6.1 (2022-03-02)

Full Changelog

6.19.0 (2022-03-02)

Full Changelog

6.20.0 (2022-03-02)

Full Changelog

7.6.0 (2021-08-26)

Full Changelog

7.5.0 (2021-08-26)

Full Changelog

7.4.2 (2021-08-26)

Full Changelog

7.4.1 (2021-08-26)

Full Changelog

7.4.0 (2021-08-26)

Full Changelog

6.18.0 (2021-08-25)

Full Changelog

6.17.0 (2021-08-25)

Full Changelog

6.17.1 (2021-08-25)

Full Changelog

7.3.0 (2021-08-06)

Full Changelog

7.2.1 (2021-07-01)

Full Changelog

6.16.1 (2021-07-01)

Full Changelog

7.2.0 (2021-04-21)

Full Changelog

7.1.2 (2021-04-21)

Full Changelog

6.16.0 (2021-04-14)

Full Changelog

6.15.3 (2021-04-14)

Full Changelog

7.1.1 (2021-04-07)

Full Changelog

6.15.2 (2021-04-07)

Full Changelog

7.0.3 (2021-01-27)

Full Changelog

7.1.0 (2021-01-27)

Full Changelog

6.12.0 (2020-05-11)

Full Changelog

6.12.1 (2020-05-11)

Full Changelog

6.12.2 (2020-05-11)

Full Changelog

6.13.0 (2020-05-11)

Full Changelog

6.14.1 (2020-05-11)

Full Changelog

6.15.0 (2020-05-11)

Full Changelog

6.15.1 (2020-05-11)

Full Changelog

7.0.0 (2020-05-11)

Full Changelog

7.0.1 (2020-05-11)

Full Changelog

7.0.2 (2020-05-11)

Full Changelog

6.14.0 (2020-05-11)

Full Changelog

6.11.0 (2020-04-20)

Full Changelog

6.11.1 (2020-04-20)

Full Changelog

6.10.0 (2020-03-24)

Full Changelog

6.9.2 (2020-02-20)

Full Changelog

6.9.1 (2020-02-20)

Full Changelog

6.9.0 (2020-01-27)

Full Changelog

6.8.0 (2019-12-12)

Full Changelog

6.7.2 (2019-10-27)

Full Changelog

6.7.1 (2019-10-02)

Full Changelog

6.7.0 (2019-09-26)

Full Changelog

6.6.0 (2019-09-11)

Full Changelog

6.5.0 (2019-07-18)

Full Changelog

6.4.0 (2019-06-06)

Full Changelog

6.3.2 (2019-03-20)

Full Changelog

6.3.1 (2019-03-20)

Full Changelog

6.3.0 (2019-03-20)

Full Changelog

6.3.3 (2019-03-20)

Full Changelog

6.2.1 (2019-02-11)

Full Changelog

6.0.4 (2019-02-09)

Full Changelog

6.0.5 (2019-02-09)

Full Changelog

5.3.8 (2019-02-08)

Full Changelog

5.3.9 (2019-02-08)

Full Changelog

5.3.12 (2019-02-08)

Full Changelog

5.3.13 (2019-02-08)

Full Changelog

5.3.10 (2019-02-08)

Full Changelog

5.3.11 (2019-02-08)

Full Changelog

5.3.16 (2019-02-08)

Full Changelog

5.3.15 (2019-02-08)

Full Changelog

5.3.14 (2019-02-08)

Full Changelog

6.2.0 (2019-01-10)

Full Changelog

6.0.3 (2019-01-08)

Full Changelog

5.3.7 (2019-01-08)

Full Changelog

6.1.0 (2018-12-12)

Full Changelog

5.3.6 (2018-10-19)

Full Changelog

6.0.2 (2018-10-05)

Full Changelog

6.0.1 (2018-09-21)

Full Changelog

6.0.0 (2018-09-17)

Full Changelog

5.3.5 (2018-08-10)

Full Changelog

5.3.4 (2018-06-13)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator