diff --git a/CHANGELOG.md b/CHANGELOG.md index d74eb588..a91257a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This changelog documents the changes between release versions. ### Fixed - The connector previously used Cloudflare's DNS resolver. Now it uses the locally-configured DNS resolver. ([#125](https://github.com/hasura/ndc-mongodb/pull/125)) +- Fixed connector not picking up configuration changes when running locally using the ddn CLI workflow. ([#133](https://github.com/hasura/ndc-mongodb/pull/133)) #### Managing native queries with the CLI diff --git a/nix/docker-connector.nix b/nix/docker-connector.nix index de325cc3..d378dc25 100644 --- a/nix/docker-connector.nix +++ b/nix/docker-connector.nix @@ -29,9 +29,6 @@ let "OTEL_SERVICE_NAME=mongodb-connector" "OTEL_EXPORTER_OTLP_ENDPOINT=${default-otlp-endpoint}" ]; - Volumes = { - "${config-directory}" = { }; - }; } // extraConfig; }; in