# Panfactum Changelog — edge.24-10-09 > Adds support for local Stack module development, loosens git provider requirements, makes environment bootstrapping idempotent, and fixes EKS bootstrap mode and installation issues. ## Highlights - New `pf_stack_local_path` Terragrunt variable for testing local Panfactum module changes - `pf-env-bootstrap` is now idempotent — safe to re-run if it fails midway ## Additions - Adds a new [Terragrunt variable](https://panfactum.com/docs/edge/reference/configuration/terragrunt-variables), `pf_stack_local_path`, that can be used to deploy local copies of the Panfactum Stack modules for ## Improvements - Loosened the requirements for the [repo variable](https://panfactum.com/docs/edge/reference/configuration/repo-variables) `repo_url` to support users on arbitrary git hosting providers (not just GitHub). - `pf-env-bootstrap` is now idempotent, allowing it to be re-run if it fails in the middle of initial execution. ## Fixes - Fixes the AMI instance type mismatch when `bootstrap_mode_enabled` is enabled in the [`aws_eks`](https://panfactum.com/docs/main/reference/infrastructure-modules/direct/aws/aws_eks) module. - Impacts: iac-module `aws_eks` — Fixed AMI instance type mismatch in bootstrap mode - Reference (issue-report): [AMI instance type mismatch in EKS bootstrap mode](https://github.com/Panfactum/stack/issues/155) - Fixes issues that prevented bootstrapping scripts from running with new `pf-tf-init` logic. - Reference (issue-report): [Bootstrapping scripts broken with new pf-tf-init logic](https://github.com/Panfactum/stack/issues/154) - Adjusts the defaults for [`kube_reflector`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_reflector) so that installation does not fail in the bootstrapping guide. - Reference (issue-report): [kube_reflector fails during bootstrapping](https://github.com/Panfactum/stack/issues/157) ## Related Resources - [JSON Data](https://panfactum.com/docs/changelog/edge.24-10-09.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel