Releases: rancher/dynamiclistener
Releases · rancher/dynamiclistener
v0.2.3-k3s1
Merge pull request #52 from galal-hussein/add_cert_rotation_to_v0.23 [v0.2.3-patch] Add ability to force cert regeneration
v0.3.1
What's Changed
- Update IsStatic to check for nil annotations by @dramich in #35
- Accept IPv6 address as CN names by @sjoerdsimons in #38
- Merge TLS only if TLS factory is set by @weihanglo in #41
- Skip closing an initializing connection by @cmurphy in #42
- Fix net.Conn type assertion by @cmurphy in #44
- Add ability to force cert regeneration by @briandowns in #43
- Allow for default expiration days to be loaded from env by @nickgerace in #46
- Fix defaultNewSignedCertExpirationDays const by @nickgerace in #50
- Add README by @nickgerace in #51
- Fix ListenAndServe certificate expiration by preloading certs by @brandond in #49
New Contributors
- @sjoerdsimons made their first contribution in #38
- @weihanglo made their first contribution in #41
- @cmurphy made their first contribution in #42
- @nickgerace made their first contribution in #46
Full Changelog: v0.3.0...v0.3.1
v0.2.7
Add ability to force cert regeneration (#43) (#48) * add ability to force cert regeneration
v0.2.6
Update wrangler to v0.8.3 Signed-off-by: Brad Davidson <[email protected]>
v0.2.5
Accept IPv6 address as CN names Expand the cnRegexp to also accept ipv6 addresses such as: * ::1 * 2a00:1450:400e:80e:: * 2a00:1450:400e:80e::200e Fixes: #37 Signed-off-by: Sjoerd Simons <[email protected]> (cherry picked from commit dc7452dbb8d0c805672eac2a71d8e0627a45c779)
v0.2.4: Merge pull request #34 from dramich/wrangler
Update wrangler and drop wrangler-api
v0.2.3
Merge pull request #33 from galal-hussein/fix_load_certs Fixing loading certs to work with etcd only nodes
v0.2.2
Merge pull request #32 from galal-hussein/fix_resversion Add check to update dynamic listener cert in etcd only nodes
v0.2.1: Merge pull request #29 from brandond/force_reissue_0.2
- Fix error masking issue
- Add LoadOrGenClient to handle client cert generation
- Allow forcing cert reissuance (v0.2 backport)
v0.2.0: Merge pull request #11 from ibuildthecloud/master
Support old or imported RSA keys