Kit Patella
Kit Patella
I intend to implement a `lock` `workload` for `jepsen.consul` at some point in the upcoming months, e.g. https://github.com/jepsen-io/etcd/blob/master/src/jepsen/etcd/lock.clj Looking at https://github.com/jepsen-io/jepsen/tree/master/jepsen/src/jepsen/tests we don't have this abstracted out into a workload...
## Description There's a bunch of changes in this one but they all intersect on the critical path of cmd.Root, so it made sense to batch them together. s/o to...
### Describe what should be investigated or refactored While extracting named returns for #2979 we ran into a method on `pkg/cluster/Cluster` that had grown a bit unruly (See discussion below)....
STUB from #3210, update with more details. [example](https://github.com/zarf-dev/zarf/blob/main/src/pkg/zoci/push.go#L33) (mostly package zoci)
### Describe what should be investigated or refactored We've gotten reports from the community that `zarf package remove` can leave behind orphaned state and occasionally has unexpected behavior. Before adding...
## Description This PR adds the `--set-values` flag so users can directly override values via the CLI, and begins the path to migrating `--set`. To do so, we add the...
### Describe what should be investigated or refactored We fixed a gap in wait-for's timeout handling in #4452 on servers that hang indefinitely, but there's still some gaps. We have...
## Description WIP: Add reference documentation for package values and templating. ## Related Issue Relates to #3946 ## Checklist before merging - [x] Test, docs, adr added or updated as...
### Is your feature request related to a problem? Please describe. Zarf Values and go-templates are major UX and architectural shifts in how to parameterize and generate assets through Zarf....
### Is your feature request related to a problem? Please describe. Zarf's package values are intended to replace variables and constants. We currently use variable templating extensively in Zarf's init...