0.8.0 (2025-10-27)
⚠ BREAKING CHANGES
- rbac: Resource names have been prefixed to avoid cluster conflicts. All cluster-scoped and namespace-scoped resources now use the
barman-plugin-prefix for consistency; see the Resource Name Migration Guide for detailed migration instructions.
Features
- ip: Assign copyright to the Linux Foundation (#571) (1be34fe)
- rbac: Prefix all resource names to avoid cluster conflicts (#593) (c2bfe12), closes #395
Bug Fixes
- deps,security: Update to go 1.25.2 (#581) (523bd1e), closes #580
- deps: Lock file maintenance documentation dependencies (#555) (fad3a65)
- deps: Lock file maintenance documentation dependencies (#612) (da5acb5)
- deps: Update all non-major go dependencies (#616) (3a9697e)
- deps: Update k8s.io/utils digest to bc988d5 (#559) (36db77c)
- deps: Update module github.com/cert-manager/cert-manager to v1.19.0 (#575) (484b280)
- deps: Update module github.com/cert-manager/cert-manager to v1.19.1 (#600) (d8f78f9)
- deps: Update module github.com/onsi/ginkgo/v2 to v2.26.0 (#560) (529737f)
- deps: Update module github.com/onsi/ginkgo/v2 to v2.27.0 (#614) (6700c60)
- deps: Update module google.golang.org/grpc to v1.76.0 (#569) (e1bc0a1)
- deps: Update module sigs.k8s.io/controller-runtime to v0.22.2 (#568) (1b5955e)
- deps: Update module sigs.k8s.io/controller-runtime to v0.22.3 (#586) (ea76733)
- Disable management of end-of-wal file flag during backup restoration (#604) (931a06a), closes #603
- e2e: Avoid pinpointing the PostgreSQL version (#562) (5276dd1)
- Set LeaderElectionReleaseOnCancel to true to enable RollingUpdates (#615) (49f1096), closes #419