This repository was archived by the owner on Mar 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +19
-10
lines changed
Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 22
33### Added
44
5+ ### Changed
6+
7+ ### Removed
8+
9+ ### Fixed
10+
11+ ### Deprecated
12+
13+ ### Security
14+
15+ ## [ Release 0.8.4]
16+
17+ ### Added
18+
519- Added ABS support for backup and restore
620- Added tag to initContainer to enable offline deploys
721- Enabled configurable backup timeout in backup operator
822
923### Changed
1024
1125- Set 30s default request timeout for kube client
26+ - Change check-dns init container image to busybox:1.28.0-glibc to fix nslookup failure in some environment.
1227
1328### Removed
1429
1530- Removed self-hosted code
1631
17- ### Fixed
18-
19- ### Deprecated
20-
21- ### Security
22-
2332## [ Release 0.8.3]
2433
2534### Added
Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : etcd-operator
14- image : quay.io/coreos/etcd-operator:v0.8.3
14+ image : quay.io/coreos/etcd-operator:v0.8.4
1515 command :
1616 - etcd-operator
1717 env :
Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : etcd-backup-operator
14- image : quay.io/coreos/etcd-operator:v0.8.3
14+ image : quay.io/coreos/etcd-operator:v0.8.4
1515 command :
1616 - etcd-backup-operator
1717 env :
Original file line number Diff line number Diff line change 1313 spec :
1414 containers :
1515 - name : etcd-restore-operator
16- image : quay.io/coreos/etcd-operator:v0.8.3
16+ image : quay.io/coreos/etcd-operator:v0.8.4
1717 command :
1818 - etcd-restore-operator
1919 env :
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "0.8.3+git "
18+ Version = "0.8.4 "
1919 GitSHA = "Not provided (use ./build instead of go build)"
2020)
You can’t perform that action at this time.
0 commit comments