Skip to content

Commit 8dab0a3

Browse files
committed
ix GEP metadata
Signed-off-by: Norwin Schnyder <[email protected]>
1 parent 3385054 commit 8dab0a3

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

geps/gep-4078/metadata.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
1919
extends:
2020
- number: 91
2121
name: Client Certificate Validation for TLS terminating at the Gateway Listener
22-
extendedBy: {}
22+
extendedBy: []
2323
# seeAlso indicates other GEPs that are relevant in some way without being
2424
# covered by an existing relationship.
25-
seeAlso: {}
25+
seeAlso: []
2626
# references is a list of hyperlinks to relevant external references.
2727
# It's intended to be used for storing GitHub discussions, Google docs, etc.
28-
references: {}
28+
references: []
2929
# featureNames is a list of the feature names introduced by the GEP, if there
3030
# are any. This will allow us to track which feature was introduced by which GEP.
3131
# This is the value added to supportedFeatures and the conformance tests, in string form.
32-
featureNames: {}
32+
featureNames: []
3333
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3434
# ascending date order.
35-
changelog: {}
35+
changelog: []

geps/gep-91/metadata.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,6 @@ status: Provisional
66
authors:
77
- arkodg
88
relationships:
9-
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
10-
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
11-
# set back to this GEP, and MUST be moved to Declined.
12-
obsoletes: {}
13-
obsoletedBy: {}
14-
# extends indicates that a GEP extends the linked GEP, adding more detail
15-
# or additional implementation. The extended GEP MUST have its extendedBy
16-
# field set back to this GEP.
17-
extends: {}
189
extendedBy:
1910
- number: 4078
2011
name: Certificate Pinning for Client Certificate Validation
21-
# seeAlso indicates other GEPs that are relevant in some way without being
22-
# covered by an existing relationship.
23-
seeAlso: {}
24-
# references is a list of hyperlinks to relevant external references.
25-
# It's intended to be used for storing GitHub discussions, Google docs, etc.
26-
references: {}
27-
# featureNames is a list of the feature names introduced by the GEP, if there
28-
# are any. This will allow us to track which feature was introduced by which GEP.
29-
# This is the value added to supportedFeatures and the conformance tests, in string form.
30-
featureNames: {}
31-
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
32-
# ascending date order.
33-
changelog: {}

0 commit comments

Comments
 (0)