Skip to content

Commit ef3fe90

Browse files
committed
DOC/MAJOR: update active version to 1.7
1 parent d7673d5 commit ef3fe90

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

documentation/README.md

Lines changed: 1 addition & 4 deletions
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) :construction:(dev) | string | "h2,http/1.1" | |:large_blue_circle:|:white_circle:|:white_circle:|
89+
| [tls-alpn](#https) | 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,9 +816,6 @@ 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-
822819
Define the TLS ALPN extension advertisement. This will change the alpn advertisement for the https frontend when ssl is enabled.
823820

824821
Available on: `configmap`

documentation/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
active_version: 1.6
1+
active_version: 1.7
22
image_arguments:
33
- argument: --configmap
44
description: Sets the ConfigMap object that defines global settings for the ingress controller. An empty ConfigMap is deployed by default and you can see its name by calling <code>kubectl get configmaps</code>. You can either override the default ConfigMap with your own object that uses the same name, or you can set this argument to point to a different ConfigMap. See the ConfigMap Options to learn which values you can store in the ConfigMap.

0 commit comments

Comments
 (0)