From 1829d7a4b3a38163f5e8ab5ae125d18a56e267f0 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Sun, 3 Feb 2019 18:49:15 +0000 Subject: [PATCH] main: Add CHANGELOG.md --- CHANGELOG.md | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f2639db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,74 @@ +# Change Log + +## [v1.0.0](https://github.com/johanbrandhorst/certify/tree/v1.0.0) (2019-02-03) +[Full Changelog](https://github.com/johanbrandhorst/certify/compare/v0.3.0...v1.0.0) + +**Closed issues:** + +- Migrate CI to CircleCI for better Github integration and required checks [\#29](https://github.com/johanbrandhorst/certify/issues/29) +- Allow certificate key type to be configured [\#27](https://github.com/johanbrandhorst/certify/issues/27) +- Re-enable generate CI check [\#26](https://github.com/johanbrandhorst/certify/issues/26) +- Migrate to Go modules [\#24](https://github.com/johanbrandhorst/certify/issues/24) + +**Merged pull requests:** + +- Allow key configuration [\#33](https://github.com/johanbrandhorst/certify/pull/33) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- main: update README.md with CircleCI badge [\#31](https://github.com/johanbrandhorst/certify/pull/31) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Migrate CI to CircleCI [\#30](https://github.com/johanbrandhorst/certify/pull/30) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Unexport Connect, add CFFSL test for unencrypted connections [\#28](https://github.com/johanbrandhorst/certify/pull/28) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Migrate from dep to go modules [\#25](https://github.com/johanbrandhorst/certify/pull/25) ([johanbrandhorst](https://github.com/johanbrandhorst)) + +## [v0.3.0](https://github.com/johanbrandhorst/certify/tree/v0.3.0) (2019-01-26) +[Full Changelog](https://github.com/johanbrandhorst/certify/compare/v0.2.0...v0.3.0) + +**Closed issues:** + +- Add support for AWS CA [\#16](https://github.com/johanbrandhorst/certify/issues/16) +- Make it possible to create issuers from Vault/CFSSL clients. [\#11](https://github.com/johanbrandhorst/certify/issues/11) + +**Merged pull requests:** + +- Minor fixes [\#23](https://github.com/johanbrandhorst/certify/pull/23) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add AWS CA issuer [\#22](https://github.com/johanbrandhorst/certify/pull/22) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Allow issuers to be created from API clients [\#21](https://github.com/johanbrandhorst/certify/pull/21) ([johanbrandhorst](https://github.com/johanbrandhorst)) + +## [v0.2.0](https://github.com/johanbrandhorst/certify/tree/v0.2.0) (2019-01-26) +[Full Changelog](https://github.com/johanbrandhorst/certify/compare/v0.1.0...v0.2.0) + +**Closed issues:** + +- Switch Vault Issuer to CSR signer [\#12](https://github.com/johanbrandhorst/certify/issues/12) + +**Merged pull requests:** + +- Deduplicate simultaneous issue requests, small improvements [\#20](https://github.com/johanbrandhorst/certify/pull/20) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- issuers/vault: Switch to CSR signing [\#19](https://github.com/johanbrandhorst/certify/pull/19) ([johanbrandhorst](https://github.com/johanbrandhorst)) + +## [v0.1.0](https://github.com/johanbrandhorst/certify/tree/v0.1.0) (2018-09-26) +[Full Changelog](https://github.com/johanbrandhorst/certify/compare/v0.1...v0.1.0) + +## [v0.1](https://github.com/johanbrandhorst/certify/tree/v0.1) (2018-09-26) +**Closed issues:** + +- Add better explanation to CFSSL struct components [\#14](https://github.com/johanbrandhorst/certify/issues/14) +- Implement Cloudflare CA issuer backend [\#5](https://github.com/johanbrandhorst/certify/issues/5) + +**Merged pull requests:** + +- vault: fix ca\_chain conversion [\#18](https://github.com/johanbrandhorst/certify/pull/18) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Whoops missing comma. [\#17](https://github.com/johanbrandhorst/certify/pull/17) ([bweston92](https://github.com/bweston92)) +- Better cfssl docs [\#15](https://github.com/johanbrandhorst/certify/pull/15) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add cfssl issuer [\#13](https://github.com/johanbrandhorst/certify/pull/13) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Made the repo public, maybe now it'll work? [\#10](https://github.com/johanbrandhorst/certify/pull/10) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add directory Cache implementation [\#9](https://github.com/johanbrandhorst/certify/pull/9) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Remove pipeline status badge :\(. [\#8](https://github.com/johanbrandhorst/certify/pull/8) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add pipeline status badge [\#7](https://github.com/johanbrandhorst/certify/pull/7) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Update README.md [\#6](https://github.com/johanbrandhorst/certify/pull/6) ([lukasmalkmus](https://github.com/lukasmalkmus)) +- Rename repo and package to Certify [\#4](https://github.com/johanbrandhorst/certify/pull/4) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add initial CI configuration [\#3](https://github.com/johanbrandhorst/certify/pull/3) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Remove multiple urls [\#2](https://github.com/johanbrandhorst/certify/pull/2) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Initial checkin [\#1](https://github.com/johanbrandhorst/certify/pull/1) ([johanbrandhorst](https://github.com/johanbrandhorst)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file