Skip to content
Snippets Groups Projects
Commit 4d3e1a82 authored by David Mehren's avatar David Mehren
Browse files

Add version hint to deprecation notice

parent 495d6242
Branches
No related tags found
1 merge request!15removes deprecated actions
......@@ -9,7 +9,7 @@ Deprecated Features
-------------------
- `reqadd`, `reqdel`, `respadd` and similar functions for header manipulation are deprecated since haproxy version 2.0 (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-reqadd). Please use `http_request` (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#http-request) as described in the section `Role Variables` below. The actions are described in the haproxy doc.
- **Since v1.0:** `reqadd`, `reqdel`, `respadd` and similar functions for header manipulation are deprecated since haproxy version 2.0 (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-reqadd). Please use `http_request` (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#http-request) as described in the section `Role Variables` below. The actions are described in the haproxy doc.
- example:
```yaml
http_request:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment