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
*[ENHANCEMENT] UI: Optimize the service discovery page and add a search bar. #10131
31
+
*[ENHANCEMENT] UI: Optimize the target page and add a search bar. #10103
32
+
*[BUGFIX] Promtool: Make exit codes more consistent. #9861
33
+
*[BUGFIX] Promtool: Fix flakiness of rule testing. #8818
34
+
*[BUGFIX] Remote-write: Update `prometheus_remote_storage_queue_highest_sent_timestamp_seconds` metric when write irrecoverably fails. #10102
35
+
*[BUGFIX] Storage: Avoid panic in `BufferedSeriesIterator`. #9945
36
+
*[BUGFIX] TSDB: CompactBlockMetas should produce correct mint/maxt for overlapping blocks. #10108
37
+
*[BUGFIX] TSDB: Fix logging of exemplar storage size. #9938
38
+
*[BUGFIX] UI: Fix overlapping click targets for the alert state checkboxes. #10136
39
+
*[BUGFIX] UI: Fix _Unhealthy_ filter on target page to actually display only _Unhealthy_ targets. #10103
40
+
*[BUGFIX] UI: Fix autocompletion when expression is empty. #10053
41
+
*[BUGFIX] TSDB: Fix deadlock from simultaneous GC and write. #10166
42
+
1
43
## 2.32.1 / 2021-12-17
2
44
3
45
*[BUGFIX] Scrape: Fix reporting metrics when sample limit is reached during the report. #9996
@@ -13,7 +55,7 @@ Enable with `--enable-feature=agent`.
13
55
14
56
Learn more about the Prometheus Agent in our [blog post](https://prometheus.io/blog/2021/11/16/agent/).
15
57
16
-
*[CHANGE]remote-write: Change default max retry time from 100ms to 5 seconds. #9634
58
+
*[CHANGE]Remote-write: Change default max retry time from 100ms to 5 seconds. #9634
17
59
*[FEATURE] Agent: New mode of operation optimized for remote-write only scenarios, without local storage. Enable with `--enable-feature=agent`. #8785#9851#9664#9939#9941#9943
| 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