-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Rename health check URL parameter to path. #1285
Rename health check URL parameter to path. #1285
Conversation
Also improve documentation.
4eeb679
to
de91b99
Compare
CI green, this is ready for review: @containous/traefik |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum… it's gonna break current user potentially right ? Could we version that or.. alias it so that we don't break ? 👼
@vdemeester the feature wasn't available in the previous release yet. We kind of agreed on Slack that changing in the v1.2 branch is still acceptable and doesn't count as a breaking API change. WDYT? |
@timoreimann ohhh 👼 right, nevermind.. didn't see that it was the branch, etc… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦁
@timoreimann great job, thanks :) |
This PR traefik#1285 renamed the URL member of types.HealthCheck to "Path", but it didn't update the integration test. I also added the Healthcheck test to the integration suite.
Also improve documentation.
@emilevauge @dtomcej as discussed on Slack.