You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| v2.32 | 2021-12-01 | Julius Volz (GitHub: @juliusv) |
40
-
| v2.33 | 2022-01-12 |**searching for volunteer**|
40
+
| v2.33 | 2022-01-12 | Björn Rabenstein (GitHub: @beorn7) |
41
+
| v2.34 | 2022-02-23 | Chris Marchbanks (GitHub: @csmarchbanks) |
42
+
| v2.35 | 2022-04-06 |**searching for volunteer**|
41
43
42
44
If you are interested in volunteering please create a pull request against the [prometheus/prometheus](https://github.com/prometheus/prometheus) repository and propose yourself for the release series of your choice.
43
45
@@ -70,7 +72,7 @@ If a bug fix got accidentally merged into main after non-bug-fix changes in main
70
72
71
73
Maintaining the release branches for older minor releases happens on a best effort basis.
72
74
73
-
### 0. Updating dependencies
75
+
### 0. Updating dependencies and promoting/demoting experimental features
74
76
75
77
A few days before a major or minor release, consider updating the dependencies.
76
78
@@ -85,6 +87,10 @@ you can skip the dependency update or only update select dependencies. In such a
85
87
case, you have to create an issue or pull request in the GitHub project for
86
88
later follow-up.
87
89
90
+
This is also a good time to consider any experimental features and feature
91
+
flags for promotion to stable or for deprecation or ultimately removal. Do any
92
+
of these in pull requests, one per feature.
93
+
88
94
#### Updating Go dependencies
89
95
90
96
```
@@ -155,3 +161,5 @@ For release candidate versions (`v2.16.0-rc.0`), run the benchmark for 3 days us
155
161
If the release has happened in the latest release branch, merge the changes into main.
156
162
157
163
Once the binaries have been uploaded, announce the release on `prometheus-announce@googlegroups.com`. (Please do not use `prometheus-users@googlegroups.com` for announcements anymore.) Check out previous announcement mails for inspiration.
164
+
165
+
Finally, in case there is no release shepherd listed for the next release yet, find a volunteer.
0 commit comments