Releases: rancher/dynamiclistener
Releases · rancher/dynamiclistener
v0.3.6-rc2
v0.3.6-rc1
What's Changed
- Update wrangler to v1.1.0 by @rmweir in #69
- Add initial Renovate configuration by @renovate-rancher in #71
- Removes wait loop for listener certs. by @KevinJoiner in #65
Full Changelog: v0.3.5...v0.3.6-rc1
v0.3.5
What's Changed
- Marking additional connections as ready by @MbolotSuse in #66
New Contributors
- @MbolotSuse made their first contribution in #66
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Use sleep instead of force scheduling by @w13915984028 in #64
- Don't merge expired certs over the top of an unexpired cert by @brandond in #62
- Always use CATTLE_NEW_SIGNED_CERT_EXPIRATION_DAYS when generating a certificate by @brandond in #61
- Implement drone-plugin-fossa by @oxr463 in #56
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- update config to allow for specifying experiation in days by @briandowns in #53
- Move Kubernetes Secrets storage update to goroutine by @brandond in #57
Full Changelog: v0.3.1...v0.3.2
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]>