Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [FEATURE] ...
* [ENHANCEMENT] ...

## 0.32.0 / 2026-04-10
## 0.32.0 / 2026-04-08

* [CHANGE] `go get github.com/prometheus/alertmanager/ui` will now fail as compiled UI assets are no longer checked into the repository. Downstream builds that rely on these assets being present in the source tree must now build the UI from source. #5113
* [CHANGE] The '--enable-feature=auto-gomaxprocs' option is deprecated and will be removed in v0.33. This flag currently has no effect and can be safely removed from any startup scripts. #5090
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Release cadence of first pre-releases being cut is 12 weeks.
| v0.29 | 2025-11-01 | Joe Adams (Github: @sysadmind) |
| v0.30 | 2025-12-12 | Solomon Jacobs (Github: @SoloJacobs) |
| v0.31 | 2026-01-31 | Solomon Jacobs (Github: @SoloJacobs) |
| v0.32 | 2026-04-06 | Solomon Jacobs (Github: @SoloJacobs) |
| v0.33 | 2026-06-06 | **volunteer welcome** |
| v0.32 | 2026-04-08 | Solomon Jacobs (Github: @SoloJacobs) |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use official capitalization for GitHub in the shepherd field.

Line 16 uses Github; please change it to GitHub for naming consistency.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~16-~16: The official name of this software platform is spelled with a capital “H”.
Context: ...2026-04-08 | Solomon Jacobs (Github: @SoloJacobs) | | v0.33 |...

(GITHUB)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@RELEASE.md` at line 16, The shepherd entry for the v0.32 release uses
incorrect capitalization "Github"; update that cell to "GitHub" so the line
reading "| v0.32          | 2026-04-08            | Solomon Jacobs (Github:
`@SoloJacobs`)      |" becomes "| v0.32          | 2026-04-08            | Solomon
Jacobs (GitHub: `@SoloJacobs`)      |" — edit the v0.32 release row (the shepherd
field) to fix the capitalization.

| v0.33 | 2026-06-08 | **volunteer welcome** |

If you are interested in volunteering please create a pull request against the [prometheus/alertmanager](https://github.com/prometheus/alertmanager) repository and propose yourself for the release of your choice.

Expand Down