This repository is currently being migrated. It's locked while the migration is in progress.
Releases: storageos/etcd-cluster-operator
Releases · storageos/etcd-cluster-operator
v0.3.6
What's Changed
- enable leader election by default by @Mojachieee in #25
- Check for terminating state in ns creation loop by @nolancon in #21
- Fix e2e after leader election by @Mojachieee in #27
- Use etcd 3.5.4 - Set 5 replicas as default by @Mojachieee in #26
- Create separate service account by @nolancon in #29
- fix leader election role by @Mojachieee in #28
- use correct port name in service monitor by @Mojachieee in #33
- close leaked grpc conns by @Mojachieee in #32
- increase default pvc size to 12gb by @Mojachieee in #35
- increase etcd proxy resource limit to 100mb by @Mojachieee in #34
- Leader election ns by @nolancon in #30
- change leader election to only use leases by @Mojachieee in #36
- increase the number of replicas for the controller by @Mojachieee in #31
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Require node anti affinity for default stos install by @Mojachieee in #19
- fix nix path by @nolancon in #23
- Fix podaffinity path in etcd cluster by @nolancon in #24
- report if etcd peer is unreachable by @Mojachieee in #20
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- use transport with TLS creds in GetMetrics by @Mojachieee in #18
Full Changelog: v0.3.3...v0.3.4
v0.3.3
use https if TLS is enabled (#17)
v0.3.2
Fix service monitor rbac (#15)
v0.3.1
Downgrade etcd version to v3.4.18 (#9)
v0.3.0
Add action to push images to quay.io