Closed bendiknesbo closed 1 month ago
@andyrzhao ^
Taking a look now. Thanks for the heads up!
Ok, I've created a PR to bump the version txt to 0.3.4 (used by compiler) https://github.com/googleapis/enterprise-certificate-proxy/pull/128 After that is merged in, I will cut a 0.3.4 release off of that commit. ETA Monday EOD for the release since code-owners are not available on weekend. Thanks!
This was fixed with version v0.3.4.
Thanks, @andyrzhao, for fixing this.
There appears to have been an erroneous release of
v0.3.3
, where (presumably) commit f21be58b697858416572a2afe874ed3a198e0b87 was tagged, instead of f3de1e7957d48af64204e6208d330445b3e553bb. This has since been corrected, so f3de1e7957d48af64204e6208d330445b3e553bb is the tagged commit now.However, modules proxies and mirrors have already managed to get ahold of the erroneous tagged version, and is still distributing that version, while others end up with the correct version.
This leads to security-errors on
go get
:The official go module proxy recommends to release a new version, and encourage the use of the fixed version:
I suggest you bump to v0.3.4, and release that properly.