Austin Abro
Austin Abro
With the recent change in #2567 which changed Zarf to cancel context instead of running `os.exit(1)` after the first SIGINT, we need to change functions to use context and return...
### Is your feature request related to a problem? Please describe. Data injections currently requires users to have the `###ZARF_DATA_INJECTION_MARKER###` template in their podspec otherwise it will not inject data....
`actions.wait` will be deprecated in favor of a wait list per component that is run on deploy. `action.wait` blocks that are `onDeploy.After` can be auto migrated and will work if...
### Is your feature request related to a problem? Please describe. Within all of the `.components.x.actions` we will change `.maxRetries` -> `.retries`. We will make this change both on the...
### Is your feature request related to a problem? Please describe. Metadata fields `source`, `documentation`, `url`, `authors`, `vendors` -> will become a map of annotations. During the jump from v0...
### Is your feature request related to a problem? Please describe. aggregateChecksum is not a user facing field, it is build data about a Zarf package. Therefore it should be...
Zarf will deprecate the fields `.components.x.charts.noWait` & `.components.x.manifests.noWait` in favor of `.components.x.charts.wait` & `.components.x.manifests.wait` respectively. `wait` will default to true. During the jump from v0 to v1 Zarf will have...
## Description ADR ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
We currently have a key called `noWait` within the manifests and charts objects within the schema. This signals whether or not to use the Helm wait functionality. Negative boolean keys...
It doesn't make sense for aggregate checksum to be in the metadata struct within the Zarf schema. It is the only item in the struct that should not be edited...