Skip to content

Commit 4c33f60

Browse files
authored
chore(main): release 0.16.0 (#84)
1 parent 44f5ec6 commit 4c33f60

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.15.0...v0.16.0) (2026-06-14)
4+
5+
6+
### Features
7+
8+
* Deployment workload profile, multi-replica preconditions, scale subresource ([#81](https://github.com/paperclipinc/paperclip-operator/issues/81)) ([a3871bf](https://github.com/paperclipinc/paperclip-operator/commit/a3871bf9b6f88664e8861f6633335e3081b09075))
9+
* **instance:** optional brand theming via spec.branding.cssConfigMapRef ([e5da3ab](https://github.com/paperclipinc/paperclip-operator/commit/e5da3ab17280d00264341c06b8165f9ef6b8f179))
10+
* lease-aware scheduler gating, leader visibility, failover e2e ([#82](https://github.com/paperclipinc/paperclip-operator/issues/82)) ([de2005d](https://github.com/paperclipinc/paperclip-operator/commit/de2005dfce731bf0027fc8ac4fc087e6518c7d42))
11+
12+
13+
### Bug Fixes
14+
15+
* **bootstrap:** make bootstrap Job reconcile idempotent (no immutable-template churn) ([#85](https://github.com/paperclipinc/paperclip-operator/issues/85)) ([3f1beac](https://github.com/paperclipinc/paperclip-operator/commit/3f1beac818e756dbba0c5f12d9a52f1de7f3b5d6)), closes [#83](https://github.com/paperclipinc/paperclip-operator/issues/83)
16+
317
## [0.15.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.14.0...v0.15.0) (2026-06-08)
418

519

charts/paperclip-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
Kubernetes operator for managing Paperclip instances - the open-source AI
55
agent orchestration platform
66
type: application
7-
version: 0.15.0
8-
appVersion: 0.15.0
7+
version: 0.16.0
8+
appVersion: 0.16.0
99
kubeVersion: '>=1.28.0'
1010
keywords:
1111
- paperclip

0 commit comments

Comments
 (0)