Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 04:36
· 31 commits to main since this release
f6a4d35

Changelog

  • f6a4d35 chore(main): release 0.13.0 (#74)
  • fee5d7c ci(release): publish a version-pinned install.yaml as a release asset
  • a12efd9 feat!: align deployment mode enum with app (local_trusted|authenticated)
  • ec38bb9 feat!: emit PAPERCLIP_BIND/PAPERCLIP_BIND_HOST instead of legacy HOST
  • 45a4518 feat!: remove fabricated managed-inference config
  • afde2f5 feat!: remove managed Redis (app does not consume it)
  • c2104a7 feat: add AWS Secrets Manager secrets provider
  • 5fdc615 feat: add E2B sandbox API key (spec.adapters.e2b -> E2B_API_KEY)
  • 4e067c4 feat: add app-native DB backup config (PAPERCLIP_DB_BACKUP_*)
  • b9e3874 fix(controller): only watch Gateway API HTTPRoute when its CRD is installed
  • 80092b5 fix(image): default app image to ghcr.io/paperclipai/paperclip
  • d753fa9 fix(statefulset): make the app actually boot under restricted security
  • 91008c7 style: gofmt import block after redis test removal
  • 4b206d7 style: preallocate allowedHostnames slice (lint: prealloc)
  • e771875 test(conformance): cover new CEL validation (mode/exposure, removed enum, aws secrets)
  • 778522d test(e2e): add full app-boot + feature-render cases on kind
  • 90d657a test(e2e): delete Instances before operator undeploy to avoid teardown hang
  • 190e1f6 test(e2e): make admin-bootstrap check informational; doc CEO-promotion follow-up
  • 81889ec test(e2e): make stsEnvNames retry-safe inside Eventually