- Update etcd configuration file based on etcd.conf.yml.sample
- Fixing a configuration data loss bug:
Fillup really really wants that the template and the target file
actually follow the sysconfig format. The current config and the
current template do not fulfill this requirement.
Move the current /etc/sysconfig/etcd to /etc/default/etcd and
install a new sysconfig file which only adds the ETCD_OPTIONS
option, which is actually used by the unit file.
This also makes it a bit cleaner to move etcd to use
--config-file in the long run.
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=30
- Update to version 3.4.14:
* version: 3.4.14
* pkg/netutil: remove unused "iptables" wrapper
* tools/etcd-dump-metrics: validate exec cmd args
* clientv3: get AuthToken automatically when clientConn is ready.
* etcdserver: add ConfChangeAddLearnerNode to the list of config changes
* integration: add flag WatchProgressNotifyInterval in integration test
OBS-URL: https://build.opensuse.org/request/show/861673
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=10
- Update to version 3.4.10 [CVE-2020-15106][boo#1174951]:
* version: 3.4.10
* Documentation: note on data encryption
* etcdserver: change protobuf field type from int to int64 (#12000)
* pkg: consider umask when use MkdirAll
* etcdmain: let grpc proxy warn about insecure-skip-tls-verify
* etcdmain: fix shadow error
* pkg/fileutil: print desired file permission in error log
* pkg: Fix dir permission check on Windows
* auth: Customize simpleTokenTTL settings.
* mvcc: chanLen 1024 is to biger,and it used more memory. 128 seems to be enough. Sometimes the consumption speed is more than the production speed.
* auth: return incorrect result 'ErrUserNotFound' when client request without username or username was empty.
* etcdmain: fix shadow error
* doc: add TLS related warnings
* etcdserver:FDUsage set ticker to 10 minute from 5 seconds. This ticker will check File Descriptor Requirements ,and count all fds in used. And recorded some logs when in used >= limit/5*4. Just recorded message. If fds was more than 10K,It's low performance due to FDUsage() works. So need to increase it.
* clientv3: cancel watches proactively on client context cancellation
* wal: check out of range slice in "ReadAll", "decoder"
* etcdctl, etcdmain: warn about --insecure-skip-tls-verify options
* Documentation: note on the policy of insecure by default
* etcdserver: don't let InternalAuthenticateRequest have password
* auth: a new error code for the case of password auth against no password user
* Documentation: note on password strength
* etcdmain: best effort detection of self pointing in tcp proxy
* Discovery: do not allow passing negative cluster size
* wal: fix panic when decoder not set
* embed: fix compaction runtime err
* pkg: check file stats
* etcdserver, et al: add --unsafe-no-fsync flag
* version: 3.4.9
* wal: add TestValidSnapshotEntriesAfterPurgeWal testcase
OBS-URL: https://build.opensuse.org/request/show/824853
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=6
- Update to version 3.4.3:
* version: 3.4.3
* *: use Go 1.12.12
* rafthttp: add 3.4 stream type
* etcdserver: strip patch version in metrics
* etcdserver: strip patch version in cluster version
* etcdserver: unset old cluster version in metrics
* Add version, tag and branch checks to release script
* scripts: fix read failure prompt in release; use https for git clone.
* version: 3.4.2
* etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
* etcdserver: trace raft requests.
* etcdserver: add put request steps. mvcc: add put request steps; add trace to KV.Write() as input parameter.
* pkg: use zap logger to format the structure log output.
* pkg: add field to record additional detail of trace; add stepThreshold to reduce log volume.
* pkg: create package traceutil for tracing. mvcc: add tracing steps:range from the in-memory index tree; range from boltdb. etcdserver: add tracing steps: agreement among raft nodes before linerized reading; authentication; filter and sort kv pairs; assemble the response.
* clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
* clientv3: Set authority used in cert checks to host of endpoint
* tests/e2e: fix metrics tests
* etcdctl: fix member add command
* scripts/build-binary: fix darwin tar commands
* scripts/release: fix SHA256SUMS command
* version: 3.4.1
* scripts/release: fix docker push command
* integration: fix bug in for loop, make it break properly
* embed: expose ZapLoggerBuilder
* vendor: upgrade to gRPC v1.23.1
OBS-URL: https://build.opensuse.org/request/show/770475
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=4