Skip to content

Commit

Permalink
CHANGELOG: add data dir permission breaking changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcong committed Jun 10, 2020
1 parent 50d7a10 commit 63f51aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.0...v3.5.0) and
- Changed `pkg/flags` function signature to [support structured logger](https://github.com/etcd-io/etcd/pull/11616).
- Previously, `SetFlagsFromEnv(prefix string, fs *flag.FlagSet) error`, now `SetFlagsFromEnv(lg *zap.Logger, prefix string, fs *flag.FlagSet) error`.
- Previously, `SetPflagsFromEnv(prefix string, fs *pflag.FlagSet) error`, now `SetPflagsFromEnv(lg *zap.Logger, prefix string, fs *pflag.FlagSet) error`.
- Changed behavior of [data dir permission](https://github.com/etcd-io/etcd/pull/11798).
- Previously, etcd does not check data dir permission, now it will desire data dir permission with 700.


### `etcdctl`

Expand Down

0 comments on commit 63f51aa

Please sign in to comment.