Austin Abro

Results 73 issues of 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...

enhancement ✨

### 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....

enhancement ✨
ga

`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...

enhancement ✨
ga

### 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...

enhancement ✨
ga

### 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...

enhancement ✨
ga

### 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...

enhancement ✨
ga

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...

enhancement ✨
ga

## 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...

enhancement ✨

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...

ga