Releases: johanbrandhorst/certify
Releases · johanbrandhorst/certify
v1.9.0
v1.9.0 (2021-08-22)
Implemented enhancements:
Fixed bugs:
- improper use of singleflight #130
Merged pull requests:
- Update module github.com/ory/dockertest to v3.7.0 #139 (johanbrandhorst)
- Upgrade all dependencies #137 (johanbrandhorst)
- Configure Renovate #136 (renovate[bot])
- Upgrade vault version #135 (johanbrandhorst)
- Upgrade CFSSL version #134 (johanbrandhorst)
- Rewrite AWS issuer #133 (johanbrandhorst)
- Get request context from parameter in Go 1.17 #132 (johanbrandhorst)
- Use certificate name as singleflight key #131 (johanbrandhorst)
v1.8.1
v1.8.1 (2020-09-09)
Implemented enhancements:
Fixed bugs:
- Generation CI job is failing #125
- Possible nil panic in Vault issuer #123
- go 1.15 x509 common name deprecation #122
- Vault api go module incorrect #116
Merged pull requests:
- Remove moq generation step #126 (johanbrandhorst)
- Fix crash in Vault issuer #124 (johanbrandhorst)
- Add golangpiter talk to README #120 (johanbrandhorst)
- Update dependency versions #119 (johanbrandhorst)
v1.8.0 with new Vault configuration parameters
v1.7.0 with auto-renewing Vault token support
v1.7.0 (2020-02-28)
Implemented enhancements:
- Rotating Vault tokens. #101
- Ability to reuse private key #99
- Update CFSSL to 1.4.0 #94
- Publish docker container for certify proxy #90
Fixed bugs:
- AWS CM failing #108
Closed issues:
- gRPC with Vault - why does server initiates a CSR with client CN? #107
Merged pull requests:
- issuers/aws: Fix incorrectly concatenated certificates #109 (johanbrandhorst)
- Add Vault AuthMethod to sidecar #105 (johanbrandhorst)
- Add renewable token auth method to Vault issuer #104 (johanbrandhorst)
- Add AuthMethod to Vault issuer #103 (johanbrandhorst)
- Reuse keys by default #100 (johanbrandhorst)
- Add logger to CFSSL tests #98 (johanbrandhorst)
- Use podrick master instead of branch #97 (johanbrandhorst)
- Migrate CFSSL tests to podrick #96 (johanbrandhorst)
- Update cfssl #95 (johanbrandhorst)
- Speed up fetching by removing branches #92 (johanbrandhorst)
- Remove time param from presentation link #87 (jjshanks)
v1.7.0 with auto-renewing Vault token support
v1.7.0-alpha2 Add Vault AuthMethod to sidecar
v1.7.0 with auto-renewing Vault token support
v1.7.0-alpha Add gofumports step to CI
v1.6.0 with global URI SANs support
v1.6.0 (2019-10-03)
Merged pull requests:
v1.5.1 with less verbose logging
v1.5.1 (2019-09-26)
Fixed bugs:
- Certify fills debug log output with
getting certificate
logs #82
Merged pull requests:
- Remove excessive logging #83 (johanbrandhorst)
v1.5.0 with sidecar container
v1.4.0 with configurable logger
v1.4.0 (2019-07-09)
Implemented enhancements:
- Add better tests for OtherSans setting #71
- Try to generate moq in module mode again #51
- Allow a logger to be configured #36
Merged pull requests:
- Add configurable logger #75 (johanbrandhorst)
- Add noopCache to simplify some logic #74 (johanbrandhorst)
- Properly validate OtherSANs #73 (johanbrandhorst)