-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/pkgsite: wrong version on @latest #68991
Comments
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
pkgsite is correct, using |
The go command sees v0.9.34 as the latest version. https://proxy.golang.org/github.com/wttech/pulumi-aem/sdk/@v/list shows multiple versions were published so far. If the v0.9.x versions shouldn't be used, please |
I've added retract when 0.1.2 was released, it was after v0.9.+ were released.
in https://github.com/wttech/pulumi-aem/blob/main/sdk/go.mod so is there any approach to set v0.1.2 as a latest, and "remove" v0.9.+ |
My understanding is that the retract info should be present in the last version's go.mod (including the retracted versions). (cc correct me if it's incorrect @matloob @samthanawalla ) The last version in the list is currently |
I've added commit with
What should be done to make them appear in https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk ? |
Looks like @dominik-przybyl-wttech published a new version and pkgsite processed the newly published version. However, v0.1.1 and v0.1.2 that were published while the module was excluded from pkgsite per #67209 and before the revert request #67847 was accepted were removed and pkgsite doesn't process them again. https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk?tab=versions doesn't show v0.1.1 and v0.1.2. I think this is a rare case - exclusion request and then revert the request. So, not worth investigating further. |
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Screenshot
No response
What did you do?
Some time age I released new version of https://github.com/wttech/pulumi-aem in version v0.1.2. And also retracted unused versions: from v0.9.0 to v0.9.99 and v0.0.1
What did you see happen?
In https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk we discover that version v0.9.34 is latest.
But from https://proxy.golang.org/github.com/wttech/pulumi-aem/sdk/@latest we discover that version v0.1.2 is latest, what is correct.
What did you expect to see?
I exect in https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk to see only version v0.1.1 and v0.1.2 (latest)
The text was updated successfully, but these errors were encountered: