Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Conversation

@kevinschumacher
Copy link
Contributor

… chart name

#1785

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 4, 2017
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

I understand the commands that are listed here.

Details

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. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 4, 2017
@kevinschumacher
Copy link
Contributor Author

@dhilipkumars note that I have incremented the major version here.

icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: acs-engine-autoscaler
version: 1.0.0
version: 2.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this really need to be a major version change? Doesn't seem to be breaking.

Copy link
Contributor Author

@kevinschumacher kevinschumacher Sep 7, 2017

Choose a reason for hiding this comment

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

IMO we are changing the chart's API in a breaking way by changing the names of defined template functions.

Example:
subchart1 defines fullname
parent, which depends on subchart1, uses the fullname template function (it's global) in a configmap (or other resource) like {{ template "fullname" . }}

subchart1, in a minor version release, has the global defined template names changed from fullname to subchart1.fullname.

author of parent updates dependency, tries to deploy, and parent's configmap won't render because there is no longer a template function fullname (it's now subchart1.fullname)

@mgoodness mgoodness self-assigned this Sep 4, 2017
@mgoodness mgoodness added changes needed triage/support Indicates an issue that is a support question. and removed changes needed labels Sep 4, 2017
@mgoodness
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 4, 2017
@mgoodness mgoodness removed their assignment Sep 4, 2017
@mgoodness mgoodness removed the triage/support Indicates an issue that is a support question. label Sep 10, 2017
@mgoodness mgoodness self-assigned this Sep 10, 2017
@mgoodness
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2017
@mgoodness mgoodness merged commit af0fa1b into helm:master Sep 10, 2017
@kevinschumacher kevinschumacher deleted the feature/1785-namespace-helpers-acs-engine-autoscaler branch September 10, 2017 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants