percona-postgresql-operator
percona-postgresql-operator copied to clipboard
Percona Operator for PostgreSQL
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.38.0 to 1.39.0. Release notes Sourced from go.opentelemetry.io/otel's releases. v1.39.0 Overview Added Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) from 1.38.0 to 1.39.0. Release notes Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's releases. v1.39.0 Overview Added Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map...
### Report When operator starts, it immediately panics, with: ``` 2025-11-20T11:25:19.697Z ERROR controller-runtime.cache Observed a panic {"panic": "runtime error: invalid memory address or nil pointer dereference", "panicGoValue": "\"invalid memory address...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.25.3 to 0.25.4. Commits 73525ad prepared release v0.25.4 2bf1ed6 fix(mangling): overlapping pluralized initialisms trigger panic 171b7e8 build(deps): bump the development-dependencies group across 2 directories wit......
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/hashicorp/go-version's releases. v1.8.0 What's Changed Add CODEOWNERS file in .github/CODEOWNERS by @mukeshjc in hashicorp/go-version#145 Linting by @KaushikiAnand in...
[](https://jira.percona.com/browse/K8SPG-873) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) https://perconadev.atlassian.net/browse/K8SPG-873 **DESCRIPTION** --- This PR adds `.containerOptions.env` and `.containerOptions.envFrom` fields to our backup and restore resources **CHECKLIST** --- **Jira** - [ ] Is the Jira ticket created and...
### Report i see that operator try to detect the clusterdomain [here](https://github.com/percona/percona-postgresql-operator/blob/d77f34b12d33d40d7eab0f02679031d7519bc224/internal/naming/dns.go#L89). We use custom clusterdomains, what this function result is just "kubernetes" If i run a query from a...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.21.0 to 0.22.1. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.22.1 What's Changed 🌱 Revert deprecation of client.Apply by @k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#3308 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.0...v0.22.1 v0.22.0...
### Proposal Hello team We've encountered a blocker while testing pg_tde integration with PostgreSQL in Kubernetes using the Percona PostgreSQL Operator. It appears the crucial [pg_tde utilities](https://docs.percona.com/pg-tde/command-line-tools/cli-tools.html) needed for pgBackRest...
Hello all, I am trying to set up a DB on an operator managed cluster with the collation C. But I cannot find any collation/locale related configuration options. The cluster...