Skip to content

Commit 88a9cb4

Browse files
committed
DOC/MAJOR: update doc to 1.8 version as preparation for the release
1 parent 4452ab4 commit 88a9cb4

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
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.7
4+
## HAProxy kubernetes ingress controller 1.8
55

66
### Documentation
77

documentation/annotations.md

Lines changed: 2 additions & 5 deletions
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.7
4+
## HAProxy kubernetes ingress controller 1.8
55
This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [generator readme](gen/README.md)
66

77
### Available annotations
@@ -22,7 +22,7 @@ This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [ge
2222
| [clean-certs](#clean-certs) | [bool](#bool) | "true" | |:large_blue_circle:|:white_circle:|:white_circle:|
2323
| [client-ca](#authentication) | string | | ssl-offloading |:large_blue_circle:|:white_circle:|:white_circle:|
2424
| [client-crt-optional](#authentication) | [bool](#bool) | "false" | client-ca |:large_blue_circle:|:white_circle:|:white_circle:|
25-
| [client-strict-sni](#ssl-offloading) :construction:(dev) | [bool](#bool) | "false" | client-ca |:large_blue_circle:|:white_circle:|:white_circle:|
25+
| [client-strict-sni](#ssl-offloading) | [bool](#bool) | "false" | client-ca |:large_blue_circle:|:white_circle:|:white_circle:|
2626
| [cors-enable](#CORS) | [bool](#bool) | "false" | |:large_blue_circle:|:large_blue_circle:|:white_circle:|
2727
| [cors-allow-origin](#CORS) | string | "*" | cors-enable |:large_blue_circle:|:large_blue_circle:|:white_circle:|
2828
| [cors-allow-methods](#CORS) | string | "*" | cors-enable |:large_blue_circle:|:large_blue_circle:|:white_circle:|
@@ -1514,9 +1514,6 @@ src-ip-header: "True-Client-IP"
15141514

15151515
##### `client-strict-sni`
15161516

1517-
1518-
> :construction: this is only available from next version, currently available in dev build
1519-
15201517
If enabled, HAProxy will only accept TLS client connections where the provided SNI matchs an existing certificate.
15211518
If disabled HAProxy will service the default certificate when the provided SNI does not match.
15221519

documentation/controller.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Image can be run with arguments:
1212
| [`--configmap`](#--configmap) | `default/haproxy-configmap` |
1313
| [`--configmap-tcp-services`](#--configmap-tcp-services) | |
1414
| [`--configmap-errorfiles`](#--configmap-errorfiles) | |
15-
| [`--configmap-patternfiles`](#--configmap-patternfiles) :construction:(dev) | |
15+
| [`--configmap-patternfiles`](#--configmap-patternfiles) | |
1616
| [`--default-backend-service`](#--default-backend-service) | |
17-
| [`--default-backend-port`](#--default-backend-port) :construction:(dev) | |
17+
| [`--default-backend-port`](#--default-backend-port) | |
1818
| [`--pprof`](#--pprof) | |
19-
| [`--prometheus`](#--prometheus) :construction:(dev) | |
19+
| [`--prometheus`](#--prometheus) | |
2020
| [`--default-ssl-certificate`](#--default-ssl-certificate) | |
2121
| [`--ingress.class`](#--ingressclass) | |
2222
| [`--empty-ingress-class`](#--empty-ingress-class) | `false` |
@@ -138,9 +138,6 @@ args:
138138

139139
### `--configmap-patternfiles`
140140

141-
142-
> :construction: this is only available from next version, currently available in dev build
143-
144141
Sets the ConfigMap object that defines pattern files to be used in HAProxy configuration.
145142
Controller will create corresponding files and update them when ConfigMap is updated.
146143
Pattern files are particularly useful for [HAProxy ACLs](https://cbonte.github.io/haproxy-dconv/2.3/configuration.html#7.1) where we can load patterns from file.
@@ -225,9 +222,6 @@ args:
225222

226223
### `--default-backend-port`
227224

228-
229-
> :construction: this is only available from next version, currently available in dev build
230-
231225
if default-backend-service is not used with this you can set default port used for same purpose
232226

233227
Possible values:
@@ -266,9 +260,6 @@ args:
266260

267261
### `--prometheus`
268262

269-
270-
> :construction: this is only available from next version, currently available in dev build
271-
272263
enable prometheus endpoint, if default-backend-port is not used 6060 will be used
273264

274265
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.7
1+
active_version: 1.8
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)