Skip to content

Commit af92ff6

Browse files
temporal-cicd[bot]Temporal Release Bot
andauthored
1.32.0: Prepare release branch (#10059)
Prepare release branch: - Overwrite governance files - Update dependencies --------- Co-authored-by: Temporal Release Bot <release-bot@temporal.io>
1 parent f854ea9 commit af92ff6

2 files changed

Lines changed: 17 additions & 12 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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. -->

common/headers/version_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)