Skip to content

Commit 09bd328

Browse files
committed
Update CHANGELOG and Feature matrix documents
1 parent 41ed341 commit 09bd328

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

33
## HEAD
44

5+
* Add `--election_system` parameter to allow selection of the election system by @osmman in https://github.com/google/trillian/pull/3721
6+
* Add Kubernetes-based leader election system by @osmman in https://github.com/google/trillian/pull/3721
7+
58
## v1.7.1
69

710
### Storage

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
/storage/mysql/schema/* @mhutchinson @AlCutter
2121
/storage/cloudspanner/spanner.sdl @mhutchinson @AlCutter
2222
/storage/postgresql/schema/* @mhutchinson @AlCutter
23+
24+
/util/election2/k8s/* @osmman

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ Pierre Phaneuf <pphaneuf@google.com> <pphaneuf@gmail.com>
3737
Rob Percival <robpercival@google.com>
3838
Rob Stradling <rob@sectigo.com>
3939
Roger Ng <rogerng@google.com> <roger2hk@gmail.com>
40+
Tomas Turek <tturek@redhat.com>
4041
Vishal Kuo <vishalkuo@gmail.com>

docs/Feature_Implementation_Matrix.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ Supported monitoring frameworks, allowing for production monitoring and alerting
109109

110110
Supported frameworks for providing Master Election.
111111

112-
| Election | Status | Deployed in prod | Notes |
113-
|:--- | :---: | :---: |:--- |
114-
| Chubby | GA || Google internal-only. |
115-
| etcd | GA || |
112+
| Election | Status | Deployed in prod | Notes |
113+
|:---------|:------:|:----------------:|:---------------------------------------------------------------------------------------|
114+
| Chubby | GA || Google internal-only. |
115+
| etcd | GA || |
116+
| k8s | Alpha | | Supported by [Tomas Turek](https://github.com/osmman) at [Red Hat](https://redhat.com) |
116117

117118
### Quota
118119

0 commit comments

Comments
 (0)