|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 29 | ## [0.1.0](https://github.com/paperclipinc/paperclip-operator/releases/tag/v0.1.0) (2026-03-19) |
4 | 30 |
|
5 | 31 | ### Features |
|
0 commit comments