@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] - 2026-03-30
11+
12+ ### Documentation
13+ - ** Platform Parity** : Comprehensive docs refresh positioning Docker and
14+ Kubernetes as co-equal first-class platforms across all pages
15+ - ** Landing Page Rewrite** : Tabbed quick start (Docker Compose, Helm, Kustomize),
16+ updated flowchart with Kubernetes sources, comparison table vs external-dns
17+ - ** Getting Started Overhaul** : Dual Docker/K8s paths with tabbed prerequisites,
18+ installation, configuration, secrets, and verification steps
19+ - ** Secrets Management** : Renamed from "Docker Secrets"; added Kubernetes Secrets
20+ section (secretKeyRef, volume mounts, external secret operators)
21+ - ** Observability** : Added Kubernetes monitoring section (ServiceMonitor, pod
22+ probes, Helm chart integration)
23+ - ** FAQ Expansion** : Added Kubernetes-specific entries (RBAC, namespace filtering,
24+ dual-platform configuration, troubleshooting)
25+ - ** Development Guide** : Added Kubernetes dev workflow (kind cluster, local testing)
26+ - ** RFC 5737 IPs** : Standardized all example IPs from private ranges to
27+ documentation-reserved ranges (192.0.2.x, 198.51.100.x) across 30+ files
28+ - ** SEO Improvements** : Updated site metadata, page titles, and descriptions for
29+ better discoverability of Kubernetes-related searches
30+
1031## [ 1.0.0] - 2026-03-25
1132
1233### Added
0 commit comments