Vladimir Vagaytsev
Vladimir Vagaytsev
**What this PR does / why we need it**: BREAKING CHANGE The old field `environments[].providers[]` is no longer supported in the project configuration. **Which issue(s) this PR fixes**: Fixes #...
**What this PR does / why we need it**: Need to avoid watcher issues by explicitly not detecting added modules. This allows us to reduce the scope of what the...
**What this PR does / why we need it**: This is a temp PR to find a commit that changed `better-sqlite` binary in `0.12.43`. **Which issue(s) this PR fixes**: Fixes...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:
BREAKING CHANGE **What this PR does / why we need it**: This PR removes the ability. to run `garden sync start` and `garden sync stop` outside the dev console. *...
This PR addresses the [comment](https://github.com/garden-io/garden/pull/5754#discussion_r1497292095) from #5754.
The logic for parsing Dockerfiles and computing the file inclusions from them is only being used for module configs, not action configs. That needs to be fixed. ### Current Behavior...
## Garden Bonsai (0.13) Bug ### Current Behavior Check the `garden publish` command difference between `0.12` and `0.13`. Garden `0.13` produces weird results. It appears to: 1. Download the image...
## Feature Request ### Background / Motivation See #4429. ### What should the user be able to do? The user should be able to use an arbitrary version of Pulumi...