Philip Laine
Philip Laine
### Is your feature request related to a problem? Please describe. By default the registry deployed by Zarf will have a node affinity configured to always run on the same...
### Environment Device and OS: N/A App version: v0.33.0 Kubernetes distro being used: N/A Other: N/A ### Steps to reproduce 1. Create a file called `config.json` with invalid json content...
### Describe what should be investigated or refactored When printing credentials to the debug log the log file writer is paused temporarily to avoid writing the credentials to the log...
### Describe what should be investigated or refactored The current package structure causes a lot of cyclical import errors when the smallest change is made. From my perspective this is...
This change updates to Go v1.23.0
This chage fixes the config path verification when the path is a symlink. With this change the symlinks will be traversed and any matching path will be accepted as proper...
## Description This change refactors the package creation. ## Related Issue Relates to #2969 ## Checklist before merging - [ ] Test, docs, adr added or updated as needed -...
### Describe what should be investigated or refactored Currently we have a `--tmpdir` flag in the root command. This allows users to set a custom directory to use for their...
In an effort to standardize error handling in Zarf we need to refactor some of the existing error handling. This includes fixing any place where we ignore errors or chose...
### Describe what should be investigated or refactored We are currently using a mix of stdliib tar and https://github.com/mholt/archiver to manage tar archives. The archiver lib has a lot of...