This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Releases: pivotal-cf-experimental/kubo-etcd
Releases · pivotal-cf-experimental/kubo-etcd
kubo-etcd v9
- Bump etcd to v3.3.2
- Fix the sync logic for single node clusters
kubo-etcd v8
- Bump etcd from
v3.2.10
tov3.2.14
- Create
/var/vcap/sys/run/etcd
duringstart
instead ofpre-start
.- The
/var/vcap/sys/run
directory disappears after restart because it is tmpfs andpre-start
may not run on vm start. Creating the directory onstart
will ensure it is always recreated.
- The
- Add bosh-dns aliases for etcd
kubo-etcd v7
- Etcd data at rest is only readable by vcap
kubo-etcd v6
- Bumps golang to version 1.9.2
- The package
golang1.8
is now known asgolang
, so later upgrades are easier.
kubo-etcd v5
This release contains:
- Upgrade to etcd v3.2.10
kubo-etcd v4
This release contains:
- Move
options.delete_data_dir_on_stop
toetcd.delete_data_dir_on_stop
- Acceptance and turbulence tests for single node deployment
kubo-etcd v3
Adds option to etcd job to support the new property delete_data_dir_on_stop
.
This is property is true by default to match the default behavior of etcd-release.
Kubo-etcd
Based on etcd v116 but with ETCD v3.