Skip to content

Commit

Permalink
DOC/MAJOR: change latest version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Apr 17, 2023
1 parent 6b1ba77 commit 70ac7a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

## HAProxy kubernetes ingress controller 1.9
## HAProxy kubernetes ingress controller 1.10

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion documentation/annotations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

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

### Available annotations
Expand Down
5 changes: 1 addition & 4 deletions documentation/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Image can be run with arguments:
| [`--default-ssl-certificate`](#--default-ssl-certificate) | |
| [`--ingress.class`](#--ingressclass) | |
| [`--empty-ingress-class`](#--empty-ingress-class) | `false` |
| [`--gateway-controller-name`](#--gateway-controller-name) :construction:(dev) | |
| [`--gateway-controller-name`](#--gateway-controller-name) | |
| [`--namespace-blacklist`](#--namespace-blacklist) | |
| [`--namespace-whitelist`](#--namespace-whitelist) | |
| [`--publish-service`](#--publish-service) | |
Expand Down Expand Up @@ -340,9 +340,6 @@ args:

### `--gateway-controller-name`


> :construction: this is only available from next version, currently available in dev build

identifier of your controller to know which gatewayclass it will handle

Possible values:
Expand Down
2 changes: 1 addition & 1 deletion documentation/doc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
active_version: 1.9
active_version: 1.10
image_arguments:
- argument: --configmap
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.
Expand Down

0 comments on commit 70ac7a2

Please sign in to comment.