Skip to content

Commit

Permalink
Summary changes and code freeze for release of v16.0.2 (#13049)
Browse files Browse the repository at this point in the history
* feat: add summary docs changes

Signed-off-by: Manan Gupta <manan@planetscale.com>

* Code freeze of release-16.0

Signed-off-by: Manan Gupta <manan@planetscale.com>

---------

Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed May 9, 2023
1 parent 808821c commit 6934444
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_freeze.yml
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- name: Fail if Code Freeze is enabled
run: |
exit 0
exit 1
13 changes: 13 additions & 0 deletions 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.
Expand Down
4 changes: 4 additions & 0 deletions 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)
Expand Down

0 comments on commit 6934444

Please sign in to comment.