Skip to content

Commit 8e26ac6

Browse files
chore(release): 1.21.1 [skip ci]
## [1.21.1](v1.21.0...v1.21.1) (2026-04-01) ### Bug Fixes * prevent non-deterministic reconcile loops ([#121](#121)) ([745819c](745819c))
1 parent 745819c commit 8e26ac6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.21.1](https://github.com/posit-dev/team-operator/compare/v1.21.0...v1.21.1) (2026-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent non-deterministic reconcile loops ([#121](https://github.com/posit-dev/team-operator/issues/121)) ([745819c](https://github.com/posit-dev/team-operator/commit/745819c3f83fbbbf69d8284bb87a1f4d813e8101))
7+
18
# [1.21.0](https://github.com/posit-dev/team-operator/compare/v1.20.0...v1.21.0) (2026-03-13)
29

310

dist/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: team-operator
33
description: Kubernetes operator for managing Posit Team deployments
44
type: application
5-
version: v1.21.0
6-
appVersion: "v1.21.0"
5+
version: v1.21.1
6+
appVersion: "v1.21.1"
77
home: "https://github.com/posit-dev/team-operator"
88
sources:
99
- "https://github.com/posit-dev/team-operator"

0 commit comments

Comments
 (0)