Skip to content

Commit ab0d95e

Browse files
committed
chore(main): release 0.2.0
1 parent 2e9065d commit ab0d95e

3 files changed

Lines changed: 23 additions & 5 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.1.0...v0.2.0) (2026-03-20)
4+
5+
6+
### Features
7+
8+
* migrate to paperclipinc org and add upstream image build workflow ([5eeb3d2](https://github.com/paperclipinc/paperclip-operator/commit/5eeb3d2cc9fc47b65b30bdd14d79b1ffcf8ee2c8))
9+
* production-ready horizontal scaling and multi-replica support ([2e9065d](https://github.com/paperclipinc/paperclip-operator/commit/2e9065d5441bf72eeba617f183874993b880bd47))
10+
11+
12+
### Bug Fixes
13+
14+
* correct Docker image name in release workflow ([551ee4e](https://github.com/paperclipinc/paperclip-operator/commit/551ee4ea18b7f30cdf2337877fa70dcb6c52dfbf))
15+
* correct RBAC kustomization filenames for CRD roles ([1aa89b1](https://github.com/paperclipinc/paperclip-operator/commit/1aa89b113b82677eb5ab976703e272f7deb529d1))
16+
* define DB_PASSWORD before DATABASE_URL for env var substitution ([ef07763](https://github.com/paperclipinc/paperclip-operator/commit/ef077637df138aa2dae7f0792c8393a500c6082a))
17+
* propagate nodeSelector and tolerations to database StatefulSet ([7db4e83](https://github.com/paperclipinc/paperclip-operator/commit/7db4e83823e32690b85ded6ea1f2a5546dbdd9d6))
18+
319
## [0.1.0](https://github.com/paperclipinc/paperclip-operator/releases/tag/v0.1.0) (2026-03-19)
420

521
### Features

charts/paperclip-operator/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
apiVersion: v2
22
name: paperclip-operator
3-
description: Kubernetes operator for managing Paperclip instances - the open-source AI agent orchestration platform
3+
description: >-
4+
Kubernetes operator for managing Paperclip instances - the open-source AI
5+
agent orchestration platform
46
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
7-
kubeVersion: ">=1.28.0"
7+
version: 0.2.0
8+
appVersion: 0.2.0
9+
kubeVersion: '>=1.28.0'
810
keywords:
911
- paperclip
1012
- ai

0 commit comments

Comments
 (0)