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

fix(artifact/helm): fix version list #7030

Merged
merged 2 commits into from
May 20, 2019

Conversation

ethanfrogers
Copy link
Contributor

helm chart versions weren't being listed properly because the chart name
was being pulled from the previous value. so, the list of versions you
got back were for a previously selected chart name instead of the newly
selected chart name.

helm chart versions weren't being listed properly because the chart name
was being pulled from the previous value. so, the list of versions you
got back were for a previously selected chart name instead of the newly
selected chart name.
@ethanfrogers
Copy link
Contributor Author

cc @jkschneider @erikmunson

@@ -54,7 +54,7 @@ class HelmEditor extends React.Component<IArtifactEditorProps, IHelmArtifactEdit
value={artifact.name || ''}
onChange={(e: Option) => {
this.onChange(e, 'name');
this.onNameChange();
this.onNameChange(e.value.toString());
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the value not already a string?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably? I was just being consistent with other places in the file.

@ethanfrogers ethanfrogers merged commit f3fd44c into spinnaker:master May 20, 2019
anotherchrisberry added a commit that referenced this pull request May 21, 2019
…91 (#7041)

* chore(core): Bump version to 0.0.371

2268217 feat(core): allow any json subtypes in API response (#7040)
b55e3b8 fix(core/amazon): validate target group healthcheck fields (#6962)
c9791e6 fix(core): blur active element when rendering task monitor (#7034)
43fb8a0 fix(core): unwrap font-awesome span from button label (#7032)
8982b34 fix(cf): server group header build links should precede images (#7027)
59b69b8 fix(executions): Fixed missing account tags in standalone (#7036)
f3fd44c fix(artifact/helm): fix version list (#7030)
f1ca123 fix(chaos): Stack and detail are actually not required (#7028)
b505b5c refactor(core): minor fixes to the refactored triggers (#7024)
9cf9a62 fix(authz): Handle apps without execute permissions (#7017)
6390c71 fix(kubernetes): Fix NPE in bake manifest details (#7022)

* chore(docker): Bump version to 0.0.40

bd7c5b6 fix(docker): Stop losing manually defined imageId (#7037)

* chore(amazon): Bump version to 0.0.191

b55e3b8 fix(core/amazon): validate target group healthcheck fields (#6962)
a2a3bbb feat(amazon): remove s3 as store type option for baking (#7035)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants