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

Remove version from fastly.toml manifest. #222

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

Integralist
Copy link
Collaborator

Problem: storing state into fastly.toml is the signs that we're beginning to tread on the toes of a tool like terraform. Additionally, although we set the current service version within the manifest we don't actually use it for anything in the CLI so it looks to be a redundant field regardless.

@Integralist Integralist added the enhancement New feature or request label Mar 17, 2021
@Integralist Integralist requested review from a team and triblondon and removed request for a team March 17, 2021 17:27
wantOutput: []string{
"Validating package...",
"Uploading package...",
"Activating version...",
"Updating package manifest...",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@triblondon this integration test suggests to me that the 'version' field in Northstar isn't preventing a package from being built and deployed. Which is a good thing.

Copy link
Contributor

Choose a reason for hiding this comment

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

because it still passes after this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yup.

@Integralist
Copy link
Collaborator Author

I can confirm that running this local build of the CLI that I was able to initialise, build and deploy a service to C@E with no issues. So this should be fine to merge.

Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

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

👍🏻 LGTM

@Integralist Integralist merged commit 265c6c1 into master Mar 18, 2021
@Integralist Integralist deleted the integralist/20210317_remove_version branch March 18, 2021 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants