# Panfactum Changelog — edge.25-02-21 > Adds private git repository support for first-party modules, enables cluster-wide pod labels and annotations, improves DaemonSet update performance, and fixes CI/CD pipeline and region configuration issues. ## Highlights - First-party IaC modules now support private git repositories via `GIT_USERNAME`/`GIT_PASSWORD` env vars - New `common_pod_labels` and `common_pod_annotations` inputs in `kube_policies` for cluster-wide pod metadata - DaemonSet updates now take constant time (previously scaled with node count, causing timeouts) ## Additions - Adds support for using a private git repository for first-party IaC modules by providing `GIT_USERNAME` and `GIT_PASSWORD` environment variables. See - [`kube_policies`](https://panfactum.com/docs/main/reference/infrastructure-modules/direct/kubernetes/kube_policies) now takes `common_pod_labels` and `common_pod_annotations` inputs to apply a standard set of labels and/or annotations to all pods in - Impacts: iac-module `kube_policies` — New common_pod_labels and common_pod_annotations inputs for cluster-wide pod metadata ## Fixes - Addressed issue where the `.kube/.gitignore` file was not being created. - Reference (issue-report): [.kube/.gitignore file not created](https://github.com/Panfactum/stack/issues/244) - DaemonSets in the cluster will now update in constant time. Previously update time scaled with node count, leading to timeouts. - Impacts: iac-module `kube_daemon_set` — Updates now complete in constant time regardless of node count - Resolves a bug that caused [`wf_tf_deploy`](https://panfactum.com/docs/edge/reference/infrastructure-modules/submodule/workflow/wf_tf_deploy) workflows to fail. - Impacts: iac-module `wf_tf_deploy` — Fix bug causing workflow execution failures - Resolves a bug that caused module deployment to fail if Kubernetes settings were not configured for the region even if ## Related Resources - [JSON Data](https://panfactum.com/docs/changelog/edge.25-02-21.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel