Skip to content

Commit e872514

Browse files
committed
RELEASE/MAJOR: haproxy: Tag release 1.26.0
Changes in haproxy: - Update base image to HAProxy 3.2.5 - Allow setting ipFamilies and ipFamilyPolicy of Service for dual stack (#308) - Support hpa behavior for haproxy chart (#305) - Ad support for deployment labels, raw container and service additional ports config (#303) Signed-off-by: Dinko Korunic <[email protected]>
1 parent 0195013 commit e872514

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

haproxy/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: haproxy
1717
description: A Helm chart for HAProxy on Kubernetes
1818
type: application
19-
version: 1.25.0
20-
appVersion: 3.2.0
19+
version: 1.26.0
20+
appVersion: 3.2.5
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
2323
- haproxy
@@ -31,5 +31,7 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
34-
- Update base image to HAProxy 3.2.0
35-
- Add ability to set labels on Service resource (#295)
34+
- Update base image to HAProxy 3.2.5
35+
- Allow setting ipFamilies and ipFamilyPolicy of Service for dual stack (#308)
36+
- Support hpa behavior for haproxy chart (#305)
37+
- Ad support for deployment labels, raw container and service additional ports config (#303)

0 commit comments

Comments
 (0)