Skip to content

Commit

Permalink
main: Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Feb 3, 2019
1 parent dce4afe commit 1829d7a
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*

0 comments on commit 1829d7a

Please sign in to comment.