adoptium / adoptium-support

For end-user problems reported with our binary distributions
Apache License 2.0
43 stars 15 forks source link

Winget EclipseAdoptium.Temurin.8.JRE #1110

Open cstett opened 2 weeks ago

cstett commented 2 weeks ago

My organization wants to auto update EclipseAdoptium.Temurin.8.JRE through winget but version 8.0.412.8 has not been published to winget yet. Does the Winget versions typically lag far behind? Are there better ways to manage updates?

Thank you kindly,

karianna commented 2 weeks ago

Can confirm this is a bug, _402 is the latest available via Winget. You can manually install the package via a .zip or .msi from Adoptium.net

cstett commented 2 weeks ago

Big thank you for confirming this! Do you think this will be fixed in later releases?

karianna commented 2 weeks ago

I'm chasing it down (but please do bug me in a week or so if I don't come back :-))

cstett commented 1 week ago

Hello! I wanted to check in to see what you have found. Thank you :)

karianna commented 1 week ago

Chasing thread...

gdams commented 4 days ago

The config files are here: https://github.com/microsoft/winget-pkgs/tree/master/manifests/e/EclipseAdoptium/Temurin/8

Looks like someone upgraded the JDK but not the JRE (I'll handle it now)

gdams commented 4 days ago

Noting that it's the same for all versions, I'll get this sorted. We should perhaps consider some automation to the winget repo to ensure these stay up-to-date.

gdams commented 4 days ago

I've raised https://github.com/microsoft/winget-pkgs/pull/160047

Noting that I used the following command:

komac update EclipseAdoptium.Temurin.8.JRE --version 8.0.412.8 --urls https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_windows_hotspot_8u412b08.msi https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x32_windows_hotspot_8u412b08.msi --submit
karianna commented 6 hours ago

Noting that it's the same for all versions, I'll get this sorted. We should perhaps consider some automation to the winget repo to ensure these stay up-to-date.

Have we just manually submitted in the past or did a Winget enthusiast pull from us?