Skip to content

Releases: paperclipinc/paperclip-operator

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:57
f4c44cb

Changelog

  • f4c44cb chore(main): release 0.4.0 (#10)
  • 5c7cfca feat: cloud sandbox support — RBAC, CRD, and env var injection (#9)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 18:45
65d3d72

Changelog

  • 38c5e90 chore(deps): bump go.opentelemetry.io/otel/sdk from 1.33.0 to 1.40.0 (#5)
  • 04ac5ef chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.79.3 (#4)
  • 65d3d72 chore(main): release 0.3.0 (#7)
  • 34add3f feat: add connections spec for third-party OAuth credentials (#6)
  • 90858c1 feat: automatic image updates via OCI registry digest polling (#8)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 10:04
540af06

Changelog

  • 540af06 chore(main): release 0.2.0 (#2)
  • daf5731 feat: add automatic admin user bootstrap via spec.auth.adminUser
  • 2680aee feat: add onboarding init container for automatic admin bootstrap
  • 5eeb3d2 feat: migrate to paperclipinc org and add upstream image build workflow
  • 2e9065d feat: production-ready horizontal scaling and multi-replica support
  • 41654d3 fix: bootstrap job health check for authenticated mode
  • 551ee4e fix: correct Docker image name in release workflow
  • 1aa89b1 fix: correct RBAC kustomization filenames for CRD roles
  • c5b707a fix: correct gofmt formatting in database.go
  • ef07763 fix: define DB_PASSWORD before DATABASE_URL for env var substitution
  • 3c63d3d fix: implement correct Paperclip admin bootstrap flow
  • c47b5de fix: kill onboard server process after config creation
  • c269fc8 fix: prevent onboard init container from starting the server
  • 7db4e83 fix: propagate nodeSelector and tolerations to database StatefulSet
  • 1b1a117 fix: use curl instead of wget in bootstrap job
  • e496aaa fix: use kill -9 and pkill to terminate onboard process tree
  • 03bc4f2 fix: use public URL for all bootstrap API calls
  • 99b767d fix: use server-side apply for CRD installation