Skip to content

Commit 2e32073

Browse files
committed
chore(main): release 0.2.0
1 parent 99b767d commit 2e32073

3 files changed

Lines changed: 34 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.1.0...v0.2.0) (2026-03-21)
4+
5+
6+
### Features
7+
8+
* add automatic admin user bootstrap via spec.auth.adminUser ([daf5731](https://github.com/paperclipinc/paperclip-operator/commit/daf57311362c9fa75269381b604620992d7b6865))
9+
* add onboarding init container for automatic admin bootstrap ([2680aee](https://github.com/paperclipinc/paperclip-operator/commit/2680aee15f9116556c97f32cf8fd8fe3468a70db))
10+
* migrate to paperclipinc org and add upstream image build workflow ([5eeb3d2](https://github.com/paperclipinc/paperclip-operator/commit/5eeb3d2cc9fc47b65b30bdd14d79b1ffcf8ee2c8))
11+
* production-ready horizontal scaling and multi-replica support ([2e9065d](https://github.com/paperclipinc/paperclip-operator/commit/2e9065d5441bf72eeba617f183874993b880bd47))
12+
13+
14+
### Bug Fixes
15+
16+
* bootstrap job health check for authenticated mode ([41654d3](https://github.com/paperclipinc/paperclip-operator/commit/41654d3dd7244ed4a3c3683f2050dad523bfbeb3))
17+
* correct Docker image name in release workflow ([551ee4e](https://github.com/paperclipinc/paperclip-operator/commit/551ee4ea18b7f30cdf2337877fa70dcb6c52dfbf))
18+
* correct gofmt formatting in database.go ([c5b707a](https://github.com/paperclipinc/paperclip-operator/commit/c5b707a9cbe222e6106242550ae1e3582bd967a3))
19+
* correct RBAC kustomization filenames for CRD roles ([1aa89b1](https://github.com/paperclipinc/paperclip-operator/commit/1aa89b113b82677eb5ab976703e272f7deb529d1))
20+
* define DB_PASSWORD before DATABASE_URL for env var substitution ([ef07763](https://github.com/paperclipinc/paperclip-operator/commit/ef077637df138aa2dae7f0792c8393a500c6082a))
21+
* implement correct Paperclip admin bootstrap flow ([3c63d3d](https://github.com/paperclipinc/paperclip-operator/commit/3c63d3d43f563f48b04f33d92917244ec1333c3d))
22+
* kill onboard server process after config creation ([c47b5de](https://github.com/paperclipinc/paperclip-operator/commit/c47b5de384b666d46ed921e77bf080e1048333be))
23+
* prevent onboard init container from starting the server ([c269fc8](https://github.com/paperclipinc/paperclip-operator/commit/c269fc8c75b7a664b618eea941c747752ce85551))
24+
* propagate nodeSelector and tolerations to database StatefulSet ([7db4e83](https://github.com/paperclipinc/paperclip-operator/commit/7db4e83823e32690b85ded6ea1f2a5546dbdd9d6))
25+
* use curl instead of wget in bootstrap job ([1b1a117](https://github.com/paperclipinc/paperclip-operator/commit/1b1a117964b2a1f8f416d33cb6e3d529ab4f5897))
26+
* use kill -9 and pkill to terminate onboard process tree ([e496aaa](https://github.com/paperclipinc/paperclip-operator/commit/e496aaa5937d6554a5749cc3436bbf95913f304a))
27+
* use public URL for all bootstrap API calls ([03bc4f2](https://github.com/paperclipinc/paperclip-operator/commit/03bc4f26e7081010cf49f9d7681bc3f6010066aa))
28+
* use server-side apply for CRD installation ([99b767d](https://github.com/paperclipinc/paperclip-operator/commit/99b767d47d62485e59643d77fdccc4b555afac63))
29+
330
## [0.1.0](https://github.com/paperclipinc/paperclip-operator/releases/tag/v0.1.0) (2026-03-19)
431

532
### 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)