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

Update install script to install full releases #812

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

nicholastmosher
Copy link
Contributor

@nicholastmosher nicholastmosher commented Feb 23, 2021

Closes #758

This should be the last step in our migration to separating RELEASES from PRERELEASES. This PR updates the install.sh script to install the latest RELEASE version of Fluvio, as defined by https://packages.fluvio.io/v1/stable. The install script now has the following behavior:

  • curl -fsS https://packages.fluvio.io/v1/install.sh | bash will install latest RELEASE version
  • curl -fsS https://packages.fluvio.io/v1/install.sh | VERSION=latest bash will install latest PRERELEASE version
  • curl -fsS https://packages.fluvio.io/v1/install.sh | VERSION=x.y.z-alpha.w bash will install version x.y.z-alpha.w

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

Successfully merging this pull request may close these issues.

Install script should only install latest release version (rather than pre-release)
2 participants