All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.4.0 - 2022-04-15
- Update dependencies (#57)
1.3.0 - 2021-12-21
- update for etcd 3.5.1 (#55)
1.2.1 - 2021-09-15
- upgrade golang to 1.17 (#53)
1.2.0 - 2021-05-26
- Support etcd 3.4 as a backend store in addtion to etcd 3.3 (#49).
- Flags for
etcdpasswd
command is changed from single dash (-config
) to double dash (--config
) (#50).
1.1.2 - 2021-05-07
- Update etcdutil version to 1.3.6 (#47)
1.1.1 - 2021-04-12
- Upgrade go version to 1.16 (#38)
- Update release workflow (#39)
1.1.0 - 2021-02-01
- Update etcdutil to 1.3.5 and other dependencies (#36)
- Test on Ubuntu 20.04 (#36)
1.0.0 - 2019-08-19
- Update etcdutil to 1.3.2 (#27).
0.7 - 2019-01-16
- Change location of config files (#16).
- Opt in to Go modules (#12).
- Update etcdutil to v1.3.1 (#14).
- Use cybozu-go/well (#15).
0.6 - 2019-01-16
(invalid release due to misoperation)
0.5 - 2018-09-03
- Show etcdpasswd version by option
-version
. - Rebuild with latest etcdutil v1.0.0.
0.4 - 2018-08-06
- Support for TLS client authentication for etcd using etcdutil(#8).
0.3 - 2018-07-25
- Add this file.
- Build and upload deb package on GitHub Actions.
0.2 - 2018-07-20
- Add integration tests using placemat VMs.