Skip to content
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/tools/gopls: release version v0.11.0 #57092

Closed
11 tasks done
findleyr opened this issue Dec 5, 2022 · 8 comments
Closed
11 tasks done

x/tools/gopls: release version v0.11.0 #57092

findleyr opened this issue Dec 5, 2022 · 8 comments
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@findleyr
Copy link
Contributor

findleyr commented Dec 5, 2022

This issue tracks progress toward releasing gopls@v0.11.0

  • create gopls-release-branch.0.11
  • update codereview.cfg
  • update release CI for the new branch
  • update hard-coded version
  • update go.mod/go.sum (remove x/tools replace, update x/tools version)
  • tag gopls/v0.11.0-pre.1
  • update Github milestone
  • write release notes
  • smoke test features
  • tag gopls/v0.11.0
  • update dependencies in master for the next release
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Dec 5, 2022
@gopherbot gopherbot added this to the Unreleased milestone Dec 5, 2022
@findleyr findleyr modified the milestones: Unreleased, gopls/v0.11.0 Dec 5, 2022
@gopherbot
Copy link

Change https://go.dev/cl/455163 mentions this issue: all: update codereview.cfg for gopls-release-branch.0.11

@gopherbot
Copy link

Change https://go.dev/cl/455164 mentions this issue: internal/lsp/debug: update hard-coded version for v0.11.0

gopherbot pushed a commit to golang/tools that referenced this issue Dec 5, 2022
For golang/go#57092

Change-Id: I2b47c35ff995c1697df8db93d8765cfa267f39c3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/455163
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Findley <rfindley@google.com>
gopherbot pushed a commit to golang/tools that referenced this issue Dec 5, 2022
For golang/go#57092

Change-Id: Ib7e0d8c633237228e41d011fbfc8a6d74f219f20
Reviewed-on: https://go-review.googlesource.com/c/tools/+/455164
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/455165 mentions this issue: gopls: update go.mod for v0.11.0

gopherbot pushed a commit to golang/tools that referenced this issue Dec 5, 2022
For golang/go#57092

Change-Id: I98d38c7f3a4c8c05151cc5ffbacc025dab8079de
Reviewed-on: https://go-review.googlesource.com/c/tools/+/455165
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
@hyangah
Copy link
Contributor

hyangah commented Dec 5, 2022

v0.11.0-pre.1 is available for testing.

@gopherbot
Copy link

Change https://go.dev/cl/455168 mentions this issue: package.json: sync gopls settings (gopls@v0.11.0-pre.1)

gopherbot pushed a commit to golang/vscode-go that referenced this issue Dec 5, 2022
- experimentalUseInvalidMetadata is gone.
- vulncheck diagnostics settings are added.
- loopclosure analysis doc is improved.
- gopls.run_vulncheck_exp is renamed to gopls.run_govulncheck
- gopls.fetch_govulncheck_result is added.

Updates golang/go#57092

Change-Id: I1e6ed2008331c32795cbf873bef9cc8c57274307
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/455168
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/456757 mentions this issue: gopls: update go.mod for v0.11.0-pre.2

gopherbot pushed a commit to golang/tools that referenced this issue Dec 12, 2022
For golang/go#57092

Change-Id: I9da17d109da4748793a04d37cadabe0ceb98d070
Reviewed-on: https://go-review.googlesource.com/c/tools/+/456757
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
@gopherbot
Copy link

Change https://go.dev/cl/457378 mentions this issue: gopls: gopls: update go.mod for v0.11.0-pre.3

gopherbot pushed a commit to golang/tools that referenced this issue Dec 13, 2022
For golang/go#57092

Change-Id: I29e4d0e97470c68a0c20039251e4ff3c9286ee12
Reviewed-on: https://go-review.googlesource.com/c/tools/+/457378
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/457658 mentions this issue: gopls: upgrade dependencies following release

@golang golang locked and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants