gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
76.03k stars 7.54k forks source link

GitHub release for v0.138.0 gone/deleted ? #13066

Closed dvdksn closed 3 days ago

dvdksn commented 3 days ago

It seems like the GH release for v0.138.0 was deleted sometime today. Probably unintentional?

https://github.com/gohugoio/hugo/releases/tag/v0.138.0

MrHinsh commented 3 days ago

@bep this has caused some nock on effects as folks automated builds fail...

image

Hugo version: 0.138.0
##[debug]Hugo extended: true
##[debug]Operating System: Linux
##[debug]Processor Architecture: 64bit
##[debug]toolURL: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz
##[debug]homeDir: /home/runner
##[debug]workDir: /home/runner/actions_hugo
##[debug]binDir: /home/runner/actions_hugo/bin
##[debug]tempDir: /home/runner/actions_hugo/_temp
##[debug]Downloading https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz
##[debug]Destination /home/runner/work/_temp/e86f1ea7-8f8c-4f16-ae92-f7e811f80a06
##[debug]Failed to download from "https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz". Code(404) Message(Not Found)
Error: Action failed with error Unexpected HTTP response: 404
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Setup Hugo

Im guess it was either unintentional or there was something wrong with the release.

bep commented 3 days ago

Yea, that's me. I needed to re-start the 0.139 release, and I remember some confusion when the delete didn't work and I guess I forgot which release was the current. I'm not sure this is (easily) fixable, though, so I suggest you upgrade or downgrade.

bep commented 3 days ago

Well, I guess I can rebuild the release tag ...

MrHinsh commented 3 days ago

Its a github action that installs Hugo.

My note is this has taken out folks builds... looks like there was an issue with 1.32 as well according to the errors listed on the other repo.

MrHinsh commented 3 days ago

\No idea how long it takes Githubs cache to expire on "latest".

bep commented 3 days ago

The release is back; whether this fixes everything, I don't know -- but it's the best I can do.