Skip to content

Commit 70ac7a2

Browse files
committed
DOC/MAJOR: change latest version to 1.10
1 parent 6b1ba77 commit 70ac7a2

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy")
33

4-
## HAProxy kubernetes ingress controller 1.9
4+
## HAProxy kubernetes ingress controller 1.10
55

66
### Documentation
77

documentation/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy")
33

4-
## HAProxy kubernetes ingress controller 1.9
4+
## HAProxy kubernetes ingress controller 1.10
55
This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [generator readme](gen/README.md)
66

77
### Available annotations

documentation/controller.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Image can be run with arguments:
2020
| [`--default-ssl-certificate`](#--default-ssl-certificate) | |
2121
| [`--ingress.class`](#--ingressclass) | |
2222
| [`--empty-ingress-class`](#--empty-ingress-class) | `false` |
23-
| [`--gateway-controller-name`](#--gateway-controller-name) :construction:(dev) | |
23+
| [`--gateway-controller-name`](#--gateway-controller-name) | |
2424
| [`--namespace-blacklist`](#--namespace-blacklist) | |
2525
| [`--namespace-whitelist`](#--namespace-whitelist) | |
2626
| [`--publish-service`](#--publish-service) | |
@@ -340,9 +340,6 @@ args:
340340

341341
### `--gateway-controller-name`
342342

343-
344-
> :construction: this is only available from next version, currently available in dev build
345-
346343
identifier of your controller to know which gatewayclass it will handle
347344

348345
Possible values:

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.9
1+
active_version: 1.10
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)