razzle

Results 35 comments of razzle

Will need `ldflags` changes on `.goreleaser.yaml`, and environment variable updates to `.github/workflows/release.yml`

Superseded by UDS Bundles + overall better UX around skeleton packages.

@derailed Sorry about the delay :| There are some additional things that got upgraded from: ```bash go get -u github.com/anchore/syft go get -u github.com/anchore/grype go mod tidy ``` I'm pretty...

This benchmark should also cover cold vs warm caches

Commenting the preview URL because netlify overwrites its comment when it cancels the build (due to no changes)

Potential solutions: - Add `--download-init` - Allow `zarf init` to have an arg to a location of an `init` package: - `zarf init defeunseunicorns/init:$(zarf version) --confirm` Right now choosing the...

I'm not sure I'm a fan of adding dependencies that may or may not be used on deploy. Currently Zarf packages are built for single arch, multi-OS. This presents a...

Labeling this as "large" (`L`). Writing the code for the custom naming isnt prob too bad (could do some custom templating w/ `%`s or use Go `text/template`. Hard part would...