-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
112 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)* |