-
Notifications
You must be signed in to change notification settings - Fork 212
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
install-linux.sh 'latest' is producing a 404 error #2723
Comments
Literally as I typed this up, it got updated to v1.0.13. I think we are too quick apparently. |
Yeah when we make the release, we shouldn't let it be flagged as latest. Then after all assets have been uploaded, then mark it as latest. I'm pretty sure that's what went wrong, there is this limbo period between when the gh cli creates the release and when all the assets are available. |
@carolynvs That totally makes sense! Our pipelines are just too fast for ya'll then :-p. |
Let's leave this open since I didn't realize the lag was that bad. I think the fix is pretty straightforward and will try to sneak it in before our next release |
Use the latest magefiles package which has a fix for the lag time between when a release is created and when the assets are uploaded. The release should stay in draft mode now until the release is successful. Fixes getporter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Use the latest magefiles package which has a fix for the lag time between when a release is created and when the assets are uploaded. The release should stay in draft mode now until the release is successful. Fixes getporter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Use the latest magefiles package which has a fix for the lag time between when a release is created and when the assets are uploaded. The release should stay in draft mode now until the release is successful. Fixes getporter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are sucessfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are sucessfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Update to magefiles v0.5.1 which ensures that releases stay in draft until the assets are successfully uploaded. Related to getporter/porter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Use the latest magefiles package which has a fix for the lag time between when a release is created and when the assets are uploaded. The release should stay in draft mode now until the release is successful. Fixes getporter#2723 Signed-off-by: Carolyn Van Slyck <[email protected]>
Describe the bug
When grabbing the 'latest' version of porter from https://cdn.porter.sh/latest/install-linux.sh it is trying to pull v1.0.13. Which is producing a 404 error as it does not seem to exist. v1.0.11 I know works as is stated to be 'latest' right now.
To Reproduce
curl -L -f https://cdn.porter.sh/latest/install-linux.sh -O
less install-linux.sh
Expected behavior
Expected to install porter and not get a 404 error
Porter Command and Output
Installing [email protected] to /Users/sjohnson/.porter from https://cdn.porter.sh
curl: (22) The requested URL returned error: 404
Version
v1.0.13
The text was updated successfully, but these errors were encountered: