Skip to content

Commit 14c0bf0

Browse files
seanthegeekclaude
andcommitted
Bump version to 0.2.8 and update changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41d9c93 commit 14c0bf0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.2.8 2026-04-05
4+
5+
### Changed
6+
7+
- Removed redundant cluster permissions (`cluster:admin/opensearch/ql/datasources/read`, `cluster_composite_ops_ro`) from analyst and client roles.
8+
- Added `uiSettings.overrides.defaultRoute: /app/dashboards` to `opensearch_dashboards.yml` and an nginx redirect from `/app/home` to `/app/dashboards` to prevent users from landing on pages they cannot access.
9+
- Modernized nginx TLS configuration.
10+
- nginx DNS resolver is now configurable via the `DNS_RESOLVER` environment variable (defaults to `127.0.0.11`, Docker's embedded DNS).
11+
312
## 0.2.7 2026-04-03
413

514
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dmarc-msp"
7-
version = "0.2.7"
7+
version = "0.2.8"
88
description = "DMARC monitoring automation for Managed Service Providers (and everyone else)"
99
license = "Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)