# Panfactum Changelog — edge.24-05-23 > Adds the Reflector module for cross-namespace synchronization, introduces PostgreSQL shutdown timeout configuration, and fixes graceful shutdown issues in PostgreSQL clusters. ## Highlights - New [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector) module for cross-namespace ConfigMap/Secret synchronization - New `pg_shutdown_timeout` input for [`kube_pg_cluster`](https://panfactum.com/docs/edge/reference/infrastructure-modules/submodule/kubernetes/kube_pg_cluster) - Fixed graceful shutdown for PostgreSQL clusters on spot instances ## Additions - New [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector) module for deploying the [Reflector](https://github.com/emberstack/kubernetes-reflector) in order to synchronize ConfigMaps and Secrets across namespaces. Created a [new guide - `pg_shutdown_timeout` variable added to [`kube_pg_cluster`](https://panfactum.com/docs/edge/reference/infrastructure-modules/submodule/kubernetes/kube_pg_cluster) to control how long the postgres instances will wait for active connections to close before - Impacts: iac-module `kube_pg_cluster` — New pg_shutdown_timeout variable added ## Fixes - Fixed an issue where simultaneous, graceful shutdown of all postgres nodes in a [`kube_pg_cluster`](https://panfactum.com/docs/edge/reference/infrastructure-modules/submodule/kubernetes/kube_pg_cluster) would cause unnecessary downtime when the - Impacts: iac-module `kube_pg_cluster` — Fixed graceful shutdown causing unnecessary downtime on spot instances ## Related Resources - [JSON Data](https://panfactum.com/docs/changelog/edge.24-05-23.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel