From b5cfbe50b86cba9270245d4d9fce6b93d88d023d Mon Sep 17 00:00:00 2001 From: Nick Nikolakakis Date: Sat, 27 Jun 2026 12:16:17 +0300 Subject: [PATCH] docs: update operator version references to v0.3.0 Bump the alpha version in the introduction and add the v0.3.0 changelog entry. The homepage hero badge is dynamic (no manual bump). Signed-off-by: Nick Nikolakakis --- CHANGELOG.md | 6 ++++++ docs/getting-started/introduction.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc22bc..f2e3f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-06-27 + +### Changed + +- Updated operator version references to v0.3.0 + ## [0.2.2] - 2026-06-21 ### Changed diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 93e2a47..e1c2af7 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -22,7 +22,7 @@ Managing PodDisruptionBudgets at scale is painful. Teams forget to create them, ## Current Status -PDB Operator is currently in **alpha** (`v0.2.2`). The API version is `v1alpha1`, meaning the API may change before reaching v1. See the [Roadmap](/docs/community/roadmap) for planned features. +PDB Operator is currently in **alpha** (`v0.3.0`). The API version is `v1alpha1`, meaning the API may change before reaching v1. See the [Roadmap](/docs/community/roadmap) for planned features. ## Installation