Troubleshooting before submitting
Describe the bug
this here is describing issue with Temurin 17, but it's possible it's related also to other Temurin versions
In the repo/bucket, the current Temurin 17 JDK/JRE is 17.0.3 while the latest released version is 17.0.4
The updater script uses https://api.adoptium.net/v3/assets/feature_releases/17/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC to look for the release, and the site currently gives 17.0.4 version but the bucket isn't updated. Also, there is https://github.com/adoptium/temurin17-binaries/releases site that maybe could be used instead.
Expected behavior
Bucket is updated with the latest Temurin 17 version.
Troubleshooting before submitting
scoop checkupwith no found problems?Describe the bug
this here is describing issue with Temurin 17, but it's possible it's related also to other Temurin versions
In the repo/bucket, the current Temurin 17 JDK/JRE is 17.0.3 while the latest released version is 17.0.4
The updater script uses
https://api.adoptium.net/v3/assets/feature_releases/17/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=eclipse&page_size=1&sort_order=DESCto look for the release, and the site currently gives 17.0.4 version but the bucket isn't updated. Also, there is https://github.com/adoptium/temurin17-binaries/releases site that maybe could be used instead.Expected behavior
Bucket is updated with the latest Temurin 17 version.