Skip to content

[bitnami/haproxy] Add IPv6 dual-stack support with ipFamilyPolicy and ipFamilies#36385

Merged
migruiz4 merged 4 commits intobitnami:mainfrom
I501307:feat/haproxy-ipv6-support
Feb 27, 2026
Merged

[bitnami/haproxy] Add IPv6 dual-stack support with ipFamilyPolicy and ipFamilies#36385
migruiz4 merged 4 commits intobitnami:mainfrom
I501307:feat/haproxy-ipv6-support

Conversation

@I501307
Copy link
Copy Markdown
Contributor

@I501307 I501307 commented Nov 10, 2025

Description of the change

Adds ipFamilyPolicy and ipFamilies parameters to the HAProxy service configuration to enable dual-stack IPv4/IPv6 support in Kubernetes clusters.

Benefits

  • Enables deployment in dual-stack and IPv6-primary Kubernetes clusters
  • Aligns with dual-stack support already added to other Bitnami charts (elasticsearch, mariadb-galera)
  • Eliminates need for post-renderers or chart forking

Possible drawbacks

None. Changes are backward compatible with default empty values.

Applicable issues

Additional information

Changes follow the same pattern used in bitnami/elasticsearch (#24531).

Checklist

  • Chart version bumped in Chart.yaml according to semver
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/haproxy] Add support for ipFamilyPolicy and ipFamilies
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

…Families

Signed-off-by: Awan <jesse.awan@sap.com>
@I501307 I501307 force-pushed the feat/haproxy-ipv6-support branch from df88da6 to 0c34730 Compare November 10, 2025 08:00
- Update Chart.yaml version from 3.0.0 to 3.0.1
- Update CHANGELOG.md version number to match Chart.yaml

This fixes CI validation that requires version bump when chart files are modified.

Signed-off-by: Awan <jesse.awan@sap.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Nov 10, 2025
@github-actions github-actions bot removed the triage Triage is needed label Nov 10, 2025
@github-actions github-actions bot removed the request for review from carrodher November 10, 2025 09:12
@github-actions github-actions bot requested a review from migruiz4 November 10, 2025 09:12
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Nov 19, 2025

@migruiz4 please take a look at the changes required.

@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Dec 1, 2025

@carrodher - FYI the related issue #36384 was auto-closed by the stale bot even though this PR is awaiting review.

Could you take a look at this PR? It's blocking production deployments and the changes are minimal, following existing patterns.

@github-actions
Copy link
Copy Markdown

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Dec 17, 2025
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Dec 17, 2025

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

The issue is still pending and accounts for a serious change.

@github-actions github-actions bot removed the stale 15 days without activity label Dec 18, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 2, 2026

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Jan 2, 2026
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Jan 2, 2026

/open

@github-actions github-actions bot removed the stale 15 days without activity label Jan 3, 2026
@github-actions
Copy link
Copy Markdown

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Jan 18, 2026
@github-actions
Copy link
Copy Markdown

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot added stale 15 days without activity and removed stale 15 days without activity labels Jan 24, 2026
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Jan 26, 2026

/open

@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Jan 26, 2026

The issue is still pending

@carrodher carrodher reopened this Feb 3, 2026
@carrodher carrodher removed stale 15 days without activity solved labels Feb 3, 2026
@github-actions github-actions bot added the triage Triage is needed label Feb 3, 2026
@github-actions github-actions bot requested a review from javsalgar February 3, 2026 12:48
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
@carrodher carrodher removed the request for review from javsalgar February 3, 2026 12:53
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Feb 3, 2026

/open
The bug is still pending and not resolved as of yet.

@carrodher carrodher removed the triage Triage is needed label Feb 3, 2026
@github-actions
Copy link
Copy Markdown

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Feb 19, 2026
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Feb 19, 2026

not stale!
/open.

@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Feb 19, 2026

@migruiz4 @carrodher what is missing here?

@github-actions github-actions bot removed the stale 15 days without activity label Feb 20, 2026
@I501307
Copy link
Copy Markdown
Contributor Author

I501307 commented Feb 20, 2026

@javsalgar @aravind4799 can you please check what is missing here?

@migruiz4 migruiz4 changed the title feat(haproxy): add IPv6 dual-stack support with ipFamilyPolicy and ip… [bitnami/haproxy] Add IPv6 dual-stack support with ipFamilyPolicy and ipFamilies Feb 27, 2026
Copy link
Copy Markdown
Member

@migruiz4 migruiz4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry for the late response @I501307, thank you for your contribution!

@migruiz4 migruiz4 merged commit 12a0ed3 into bitnami:main Feb 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

haproxy solved verify Execute verification workflow for these changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bitnami/haproxy] Add support for ipFamilyPolicy and ipFamilies service parameters

5 participants