From f66b787f95ba5454094581b997fb14a44fba966b Mon Sep 17 00:00:00 2001 From: "christopher.fickess" Date: Tue, 14 Jul 2026 12:16:35 -0500 Subject: [PATCH] chore: release v1.1.0 Bump manifest to 1.1.0 and add the CHANGELOG entry. Minor bump: feat commits since 1.0.6 (catalog to 30 runbooks, in-plugin sample rules, WebhookHost UX, admin route-tester) plus the cross-team receiver-name fix (pre-adoption, not a breaking major). Cut manually via gh because release-please is failing on this repo (insufficient permissions to auto-open the release PR). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 18 ++++++++++++++++++ plugin.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992cbc4..1feb008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/mattermost-community/mattermost-plugin-alertmanager/compare/v1.0.6...v1.1.0) (2026-07-14) + + +### Features + +* expand the alert catalog to 30 runbooks with a new security category +* complete the sample Prometheus rules to 31 rules covering all 30 runbooks, and validate them in CI with `promtool check rules` +* ship the sample rules in-plugin — a browsable HTML page plus raw download — surfaced via a new `/alertmanager rules` command and a System Console link +* add a WebhookHost preset dropdown (Docker Desktop / Kubernetes / custom) and three hover-able `am-url` autocomplete suggestions on `/alertmanager add` +* admin route-tester: show the severity field only in end-to-end mode, and add a by-team scope dropdown that cascades the channel list +* trim System Console settings help text to one sentence each + + +### Bug Fixes + +* team-qualify receiver names (`---`) so same-named channels in different teams no longer collide or misroute + + ## [1.0.6](https://github.com/mattermost-community/mattermost-plugin-alertmanager/compare/v1.0.5...v1.0.6) (2026-07-06) diff --git a/plugin.json b/plugin.json index dddb8ab..3853b91 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "homepage_url": "__PLUGIN_REPO_URL__", "support_url": "__PLUGIN_REPO_URL__/issues", "icon_path": "assets/alertmanager-logo.svg", - "version": "1.0.6", + "version": "1.1.0", "min_server_version": "10.5.0", "server": { "executables": {