Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 9f13c66

Browse files
hasbro17hongchaodeng
authored andcommitted
CHANGELOG: update (#1937)
1 parent 8726b1a commit 9f13c66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
### Added
44

5+
- Added optional flag `--cluster-wide` to etcd-operator to allow it to manage etcd clusters across all namespaces. [#1777](https://github.com/coreos/etcd-operator/pull/1777)
6+
- Added support for annotation `etcd.database.coreos.com/scope: clusterwide` in `EtcdCluster` to allow it to be managed by a cluster wide operator. [#1777](https://github.com/coreos/etcd-operator/pull/1777)
7+
- Added the field `spec.pod.busyboxImage` to the `PodPolicy` of the `EtcdCluster` to allow overriding the default busybox image used for the etcd pod's init container. [#1928](https://github.com/coreos/etcd-operator/pull/1928)
8+
59
### Changed
610

711
### Removed
812

913
### Fixed
1014

15+
- Fixed a bug where the informer watch stream would timeout after 30s of not receiving an event. [#1936](https://github.com/coreos/etcd-operator/pull/1936)
16+
1117
### Deprecated
1218

1319
### Security

0 commit comments

Comments
 (0)