# Panfactum Changelog — edge.24-05-15 > Updates Vault domain configuration, adds the Reflector module for cross-namespace synchronization, and fixes PostgreSQL graceful shutdown issues. ## Highlights - [`kube_vault`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_vault) now takes `vault_domain` as an input instead of `environment_domains` - New [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector) module for cross-namespace ConfigMap/Secret synchronization - Fixed graceful shutdown for PostgreSQL clusters on spot instances ## Breaking Changes - [`kube_vault`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_vault) now takes `vault_domain` as an input instead of `environment_domains`. This change was made as having multiple domains for Vault - Impacts: iac-module `kube_vault` — Replaced environment_domains input with vault_domain ## 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-15.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel