-
Notifications
You must be signed in to change notification settings - Fork 16.5k
[stable/openvpn] #1785 namespace defined templates with chart name #2168
[stable/openvpn] #1785 namespace defined templates with chart name #2168
Conversation
|
Hi @kevinschumacher. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/ok-to-test |
| as needed. | ||
| name: openvpn | ||
| version: 1.1.2 | ||
| version: 2.0.0 |
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.
Please update only the minor version
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.
IMO this is a breaking change to the chart's API.
A previous discussion on a similar PR for stable/acs-engine-autoscaler
If this is a breaking API change, then I think we should be bumping the major version.
|
/cc @jfelten |
|
@mattfarina: GitHub didn't allow me to request PR reviews from the following users: jfelten. Note that only kubernetes members can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@kevinschumacher can you explain why you think this is a change to the chart's api? I read #1785, but don't quite see it. Are you referring to other charts that use openvpn as a subchart and reference the templates? |
|
@jfelten I think the sub-chart case is what is meant. If someone uses openvpn as a sub-chart and their values files need to change in any way that breaks backwards compatibility it's an API breaking change. In SemVer that's a major version bump. |
|
Thanks @mattfarina - I agree that anything breaking downstream dependencies = api change, so the version bump is justified. |
|
/lgtm |
#1785