Skip to content

Commit d7673d5

Browse files
committed
DOC/MINOR: fix tls-alpn version availability
1 parent 9527df1 commit d7673d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

documentation/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [ge
8686
| [timeout-server-fin](#timeouts) | [time](#time) | | |:large_blue_circle:|:white_circle:|:white_circle:|
8787
| [timeout-tunnel](#timeouts) | [time](#time) | "1h" | |:large_blue_circle:|:white_circle:|:white_circle:|
8888
| [whitelist](#access-control) | IPs or CIDRs | | |:large_blue_circle:|:large_blue_circle:|:white_circle:|
89-
| [tls-alpn](#https) | string | "h2,http/1.1" | |:large_blue_circle:|:white_circle:|:white_circle:|
89+
| [tls-alpn](#https) :construction:(dev) | string | "h2,http/1.1" | |:large_blue_circle:|:white_circle:|:white_circle:|
9090

9191
> :information_source: Annotations have hierarchy: `default` <- `Configmap` <- `Ingress` <- `Service`
9292
>
@@ -816,6 +816,9 @@ ssl-redirect-port: 8443
816816

817817
##### `tls-alpn`
818818

819+
820+
> :construction: this is only available from next version, currently available in dev build
821+
819822
Define the TLS ALPN extension advertisement. This will change the alpn advertisement for the https frontend when ssl is enabled.
820823

821824
Available on: `configmap`

documentation/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,6 @@ annotations:
17691769
- Comma-separated list of protocol names to advertise as supported on top of ALPN
17701770
applies_to:
17711771
- configmap
1772-
version_min: "1.6"
1772+
version_min: "1.7"
17731773
example:
17741774
- "tls-alpn: http/1.1"

0 commit comments

Comments
 (0)