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

Constrain Version Upgrade Suggestion #165

Merged
merged 6 commits into from
Nov 3, 2020

Conversation

Integralist
Copy link
Collaborator

Problem: when developing locally, ./fastly version would suggest an upgrade to a pre-release version.
Solution: version upgrades should only be for standard semver releases (e.g. v1.1.1 not v.1.1.1-rc-1).
Notes: customers should (in theory) only be using an 'official' release and won't expect pre-release.

@Integralist Integralist requested a review from phamann November 3, 2020 16:25
@Integralist Integralist force-pushed the integralist/2020_11_03_fix_local_version_check branch from 2e89a99 to 862b839 Compare November 3, 2020 16:32
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 - comments are minor nits and not blockers.

pkg/version/root.go Outdated Show resolved Hide resolved
pkg/version/root.go Outdated Show resolved Hide resolved
Integralist and others added 2 commits November 3, 2020 16:48
Co-authored-by: Patrick Hamann <patrick@fastly.com>
Co-authored-by: Patrick Hamann <patrick@fastly.com>
@Integralist Integralist force-pushed the integralist/2020_11_03_fix_local_version_check branch from 22796ca to 57728ae Compare November 3, 2020 16:53
@Integralist Integralist added the bug Something isn't working label Nov 3, 2020
@Integralist Integralist merged commit 886d92b into master Nov 3, 2020
@Integralist Integralist deleted the integralist/2020_11_03_fix_local_version_check branch November 3, 2020 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants