From d776d823dfdbe5c3effe0dc9799fb1435f1e76a0 Mon Sep 17 00:00:00 2001 From: Nick Nikolakakis Date: Sun, 21 Jun 2026 08:12:31 +0300 Subject: [PATCH] docs: bump site to v0.2.1 Operator v0.2.1 released (Deployment scale-down PDB cleanup fix). - intro: alpha version reference v0.2.0 -> v0.2.1 - CHANGELOG: [0.2.1] entry Signed-off-by: Nick Nikolakakis --- CHANGELOG.md | 9 ++++++++- docs/getting-started/introduction.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9002e1e..9a63e8d 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.2.1] - 2026-06-21 + +### Changed + +- Updated operator version references to v0.2.1 + ## [0.2.0] - 2026-06-20 ### Changed @@ -35,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependabot configuration for npm and GitHub Actions - CNCF governance files (LICENSE, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, GOVERNANCE, MAINTAINERS) -[Unreleased]: https://github.com/pdb-operator/pdboperator.io/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/pdb-operator/pdboperator.io/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/pdb-operator/pdboperator.io/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/pdb-operator/pdboperator.io/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/pdb-operator/pdboperator.io/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pdb-operator/pdboperator.io/releases/tag/v0.1.0 diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 77f9be3..11dd857 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.0`). 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.2.1`). The API version is `v1alpha1`, meaning the API may change before reaching v1. See the [Roadmap](/docs/community/roadmap) for planned features. ## Installation