From e63fd8c23dde5bd181c482215adda30a27a497f2 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 15 Mar 2023 09:15:01 -0700 Subject: [PATCH] update changelog for 1.5.0 release --- CHANGELOG.md | 115 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 112 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e42c4..9faab6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,114 @@ -## [Unreleased] +# Changelog -## [0.1.0] - 2021-06-04 +## [1.5.0](https://github.com/lsst-it/foreman_envsync/tree/1.5.0) (2023-03-15) -- Initial release +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.1...1.5.0) + +**Implemented enhancements:** + +- migrate from hub.docker.com -\> ghcr.io [\#16](https://github.com/lsst-it/foreman_envsync/pull/16) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.4.1](https://github.com/lsst-it/foreman_envsync/tree/v1.4.1) (2022-09-13) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.0...v1.4.1) + +**Fixed bugs:** + +- fix \#verbose\_list not appending a new line when items arg is empty [\#15](https://github.com/lsst-it/foreman_envsync/pull/15) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.4.0](https://github.com/lsst-it/foreman_envsync/tree/v1.4.0) (2022-09-13) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.3.0...v1.4.0) + +**Fixed bugs:** + +- fix `sort': comparison of Hash with Hash failed error [\#13](https://github.com/lsst-it/foreman_envsync/pull/13) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.3.0](https://github.com/lsst-it/foreman_envsync/tree/v1.3.0) (2022-08-23) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.2.3...v1.3.0) + +**Implemented enhancements:** + +- prefer new puppetserver 7 ca\_crt.pem path [\#11](https://github.com/lsst-it/foreman_envsync/pull/11) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.2.3](https://github.com/lsst-it/foreman_envsync/tree/v1.2.3) (2022-08-04) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.2.2...v1.2.3) + +## [v1.2.2](https://github.com/lsst-it/foreman_envsync/tree/v1.2.2) (2022-08-04) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.2.1...v1.2.2) + +## [v1.2.1](https://github.com/lsst-it/foreman_envsync/tree/v1.2.1) (2022-08-04) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.2.0...v1.2.1) + +## [v1.2.0](https://github.com/lsst-it/foreman_envsync/tree/v1.2.0) (2022-08-04) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.1.1...v1.2.0) + +**Implemented enhancements:** + +- sort lists of items dumped out as YAML [\#8](https://github.com/lsst-it/foreman_envsync/pull/8) ([jhoblitt](https://github.com/jhoblitt)) +- add gha rubygems & docker hub releases [\#7](https://github.com/lsst-it/foreman_envsync/pull/7) ([jhoblitt](https://github.com/jhoblitt)) + +**Fixed bugs:** + +- fix ruby3 compatibility [\#6](https://github.com/lsst-it/foreman_envsync/pull/6) ([jhoblitt](https://github.com/jhoblitt)) + +**Closed issues:** + +- puppetserver and foreman known envs should be sorted for display [\#5](https://github.com/lsst-it/foreman_envsync/issues/5) + +## [v1.1.1](https://github.com/lsst-it/foreman_envsync/tree/v1.1.1) (2021-11-02) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.1.0...v1.1.1) + +**Fixed bugs:** + +- allow delete report to be nil [\#4](https://github.com/lsst-it/foreman_envsync/pull/4) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.1.0](https://github.com/lsst-it/foreman_envsync/tree/v1.1.0) (2021-11-02) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- allow undeletable foreman envs [\#3](https://github.com/lsst-it/foreman_envsync/pull/3) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.0.0](https://github.com/lsst-it/foreman_envsync/tree/v1.0.0) (2021-06-10) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v0.1.4...v1.0.0) + +**Implemented enhancements:** + +- add initial README [\#2](https://github.com/lsst-it/foreman_envsync/pull/2) ([jhoblitt](https://github.com/jhoblitt)) + +## [v0.1.4](https://github.com/lsst-it/foreman_envsync/tree/v0.1.4) (2021-06-08) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v0.1.3...v0.1.4) + +## [v0.1.3](https://github.com/lsst-it/foreman_envsync/tree/v0.1.3) (2021-06-08) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v0.1.2...v0.1.3) + +## [v0.1.2](https://github.com/lsst-it/foreman_envsync/tree/v0.1.2) (2021-06-07) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v0.1.1...v0.1.2) + +## [v0.1.1](https://github.com/lsst-it/foreman_envsync/tree/v0.1.1) (2021-06-07) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v0.1.0...v0.1.1) + +## [v0.1.0](https://github.com/lsst-it/foreman_envsync/tree/v0.1.0) (2021-06-07) + +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/45f9ba5c88833559ec7abe699be4b55cb0a7a2bc...v0.1.0) + +**Implemented enhancements:** + +- fwv [\#1](https://github.com/lsst-it/foreman_envsync/pull/1) ([jhoblitt](https://github.com/jhoblitt)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*