From af537e4901f4734730c236be9d016ad3ecd9990f Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Tue, 9 May 2023 14:41:37 +0530 Subject: [PATCH 1/2] feat: add summary docs changes Signed-off-by: Manan Gupta --- changelog/16.0/16.0.2/summary.md | 13 +++++++++++++ changelog/16.0/README.md | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/changelog/16.0/16.0.2/summary.md b/changelog/16.0/16.0.2/summary.md index 99b0c998396..1db25b678b9 100644 --- a/changelog/16.0/16.0.2/summary.md +++ b/changelog/16.0/16.0.2/summary.md @@ -1,5 +1,18 @@ ## Summary +### Upgrade to `go1.20.3` + +Vitess `v16.0.2` now runs on `go1.20.3`. +Below is a summary of this Go patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.20). + +> go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. See the Go 1.20.3 milestone on our issue tracker for details. + +### EffectiveCallerId in Vtgate gRPC calls + +A new flag `grpc-use-static-authentication-callerid` is added to gate the behavior introduced in https://github.com/vitessio/vitess/pull/12050. +Earlier, we used to automatically set immediateCallerID to user from static authentication context that overrode the EffectiveCallerId. + + ### Shard name validation in TopoServer Prior to v16.0.2, it was possible to create a shard name with invalid characters, which would then be inaccessible to various cluster management operations. diff --git a/changelog/16.0/README.md b/changelog/16.0/README.md index 2f085cdecb6..da958347db9 100644 --- a/changelog/16.0/README.md +++ b/changelog/16.0/README.md @@ -1,6 +1,10 @@ ## v16.0 The dedicated team for this release can be found [here](team.md). +* **[16.0.2](16.0.2)** + * **[16.0.1](16.0.1)** + * [Changelog](16.0.1/changelog.md) + * [Release Notes](16.0.1/release_notes.md) * **[16.0.0](16.0.0)** * [Changelog](16.0.0/changelog.md) From 5716c2269c85d6d16f12743509db9ee6f827a9da Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Tue, 9 May 2023 14:42:01 +0530 Subject: [PATCH 2/2] Code freeze of release-16.0 Signed-off-by: Manan Gupta --- .github/workflows/code_freeze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_freeze.yml b/.github/workflows/code_freeze.yml index efe1d6e8856..1bb74feee50 100644 --- a/.github/workflows/code_freeze.yml +++ b/.github/workflows/code_freeze.yml @@ -9,4 +9,4 @@ jobs: steps: - name: Fail if Code Freeze is enabled run: | - exit 0 + exit 1