File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## What changed?
2- _ Describe what has changed in this PR._
32
4- ## Why?
5- _ Tell your future self why have you made these changes. _
3+ <!-- Give a brief description of what the commit or commits included in this
4+ patch do. -->
65
7- ## How did you test it?
8- - [ ] built
9- - [ ] run locally and tested manually
10- - [ ] covered by existing tests
11- - [ ] added new unit test(s)
12- - [ ] added new functional test(s)
6+ ### Original PRs
137
14- ## Potential risks
15- _ Any change is risky. Identify all risks you are aware of. If none, remove this section._
8+ <!-- Link the original PR(s) here. -->
9+
10+ ## Why is this necessary as a patch?
11+
12+ <!-- Why can't we wait until the next release? -->
13+
14+ ## What testing or retesting is appropriate for this patch after merge?
15+
16+ <!-- E.g., do we need to rerun VCR? OSS Longhaul? Some subset of those? Manual
17+ validation? Etc. -->
18+
19+ <!-- As part of answering this, it is usually helpful to describe what testing
20+ has already been done. -->
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const (
2323
2424 // ServerVersion value can be changed by the create-tag Github workflow.
2525 // If you change the var name or move it, be sure to update the workflow.
26- ServerVersion = "1.31 .0"
26+ ServerVersion = "1.32.0-155 .0"
2727
2828 // SupportedServerVersions is used by CLI and inter role communication.
2929 SupportedServerVersions = ">=1.0.0 <2.0.0"
You can’t perform that action at this time.
0 commit comments