Eyþór Magnússon
Eyþór Magnússon
## Garden Bonsai (0.13) Bug ### Current Behavior Syncs stay active after I type `exit` to exit "normally" from the dev console. This can cause unwanted behaviour if you have...
## Feature Request ### Background / Motivation Sometimes my DB client doesn't connect to the DB over localhost. Presumably this is because the port forward isn't working for some reason....
## Bug ### Current Behavior Garden supports Garden template strings and functions in K8s manifests. However, due to the fact that we're treating the manifest as a string, as opposed...
## Bug ### Current Behavior Garden does not validate whether a `dotIgnoreFile` in a project config exists and continues running even if the path is invalid. ### Expected behavior Garden...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:
## Bug ### Current Behavior When using the `container` Deploy action, Garden will set the number of replicas to 1 when in sync mode, otherwise sync doesn't work. This doesn't...
## Bug ### Current Behavior If you run `garden dev` and then e.g. `deploy foo --force-refresh` inside the dev console the provider statuses stay cached. ### Expected behavior The flag...
## Bug ### Current Behavior Logs appear to sometimes be displayed out of order in Garden Cloud/Enterprise. Originally flagged as a comment here: https://github.com/garden-io/garden/issues/5813#issuecomment-1992082278
**What this PR does / why we need it**: There's a bit of history here. Garden has a concept of action kinds and action types, both of which we want...
## Bug ### Current behavior A Helm Deploy action that uses a remote chart doesn't set includes automatically. If e.g. the action is at the root of the project then...