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(version): 'nightly' is no longer a valid alias #511

Merged
merged 1 commit into from
May 28, 2017

Conversation

lwander
Copy link
Member

@lwander lwander commented May 28, 2017

No description provided.

@lwander lwander merged commit d55a10a into spinnaker:master May 28, 2017
@lwander lwander deleted the fix-default-version branch May 28, 2017 19:03
@@ -45,7 +45,7 @@
*
* @see Halconfig#halyardVersion
*/
String version = "nightly";
String version = "master-latest-unvalidated";

Choose a reason for hiding this comment

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

why is this "master"?
doesnt "master" refer to the branch?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup - it's effectively what "nightly" was before we stopped using that alias.

Choose a reason for hiding this comment

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

I mean, how do you know you are in master? This shouldnt be a static string. In fact none of the tag should be. The naming policy should be defined externally.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a default/placeholder before we get have a proper "latest" alias that points to the latest validated Spinnaker. I know that for the next week before we release, this alias is just a QOL improvement that effectively points at what "nightly" pointed at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants