Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(traefik): add configuration for Traefik V3 API CRD group #29

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

layertwo
Copy link
Contributor

Notes

Traefik V3 uses a new API CRD group (https://doc.traefik.io/traefik/migration/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous).

This PR adds a new configuration option to enable the new group (opt-in to not break deployments).

Testing

  • New unit test (test_get_ingressroutes_traefik_v3_crd) asserting that we're calling list_cluster_custom_object with traefik.io.
  • Updates test_get_ingressroutes_success to assert list_cluster_custom_object is called with traefik.containo.us.

@layertwo
Copy link
Contributor Author

layertwo commented Dec 7, 2024

Bump on this. Can I get this reviewed?

@SQuent SQuent merged commit 6e9563b into SQuent:main Jan 22, 2025
1 check passed
Copy link

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@layertwo layertwo deleted the traefik-v3 branch January 23, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants