# Panfactum Changelog — edge.24-06-08 > Deprecates kube_trust_manager in favor of kube_reflector, adds domain contact type configuration, simplifies EKS reset process with new command, and fixes VPC and CoreDNS-related issues. ## Highlights - [`kube_trust_manager`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_trust_manager) deprecated in favor of [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector) - New `pf-eks-reset` command consolidates manual cluster reset steps ## Breaking Changes - [`kube_trust_manager`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_trust_manager) has been deprecated as its functionality was redundant with [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector). To remove it: apply this release, remove dependency blocks ## Additions - [`aws_registered_domains`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/aws/aws_registered_domains) can now set the contact type for each contact. - Impacts: iac-module `aws_registered_domains` — New contact type configuration per contact - Users can now reference availability zones by single character (e.g., `a`) in addition to the full name (e.g., `us-east-2a`) in - Impacts: iac-module `aws_vpc` — Supports short availability zone references - The manual steps needed to reset new EKS clusters during the bootstrapping guide have been consolidated into a single new ## Fixes - Addressed issue in [`aws_vpc`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/aws/aws_vpc) that caused a temporary, harmless error to crash the `terragrunt apply` on initial bootstrapping. - Impacts: iac-module `aws_vpc` — Fix for apply crash during initial bootstrapping - Fixed issue where Cilium test suites would fail during bootstrapping due to a NetworkPolicy blocking the [`kube_core_dns`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_core_dns) module. - Impacts: iac-module `kube_core_dns` — Fix for NetworkPolicy blocking Cilium tests ## Related Resources - [JSON Data](https://panfactum.com/docs/changelog/edge.24-06-08.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel