Lucas Rodriguez

Results 27 issues of Lucas Rodriguez

**Is your feature request related to a problem? Please describe.** It would be nice to have a zarf command that auto-generates a boilerplate zarf package, similar in behavior to what...

## Description refactor create stages into separate lib ## Related Issue Fixes https://github.com/defenseunicorns/zarf/issues/2188 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...

## Description This PR adds a new flag to `zarf dev deploy` to enable hot reloading while developing Zarf packages. ```shell zarf dev deploy --watch ``` The goal of adding...

## Description refactor context usage in k8s code ## Related Issue Relates to https://github.com/defenseunicorns/zarf/issues/2254 Relates to https://github.com/defenseunicorns/zarf/issues/2365 ## Type of change - [ ] Bug fix (non-breaking change which fixes...

tech-debt 💳
breaking-change 💔
openssf
ready-for-review

## Description Do not uninstall helm chart after failed install or upgrade ## Related Issue Fixes #2455 ## Checklist before merging - [x] Test, docs, adr added or updated as...

breaking-change 💔

### Describe what should be investigated or refactored Evaluate Google's Safe Golang libraries to see if they can/should be used in place of our existing libraries to enhance secure development...

tech-debt 💳

### Describe what should be investigated or refactored A benchmark test should be added for the `PullAll()` function ### Links to any relevant code https://github.com/defenseunicorns/zarf/blob/02389274c61b59385ac339d6d690a148878427f9/src/internal/packager/images/pull.go#L39 ### Additional context This benchmark...

tech-debt 💳

### Describe what should be investigated or refactored refactor packager warnings to be a proper type or struct ### Links to any relevant code https://github.com/defenseunicorns/zarf/blob/22f2598e33dc28e91ed8609bbfb6b134113b2f9f/src/pkg/packager/common.go#L41 ### Additional context https://github.com/defenseunicorns/zarf/pull/2223#discussion_r1492886244 cc:...

good first issue 🥇
tech-debt 💳

### Describe what should be investigated or refactored refactor `removeCopiesFromComponents` to be a filter ### Links to any relevant code https://github.com/defenseunicorns/zarf/blob/f3efb7634b06151aca8bcd6866c9a2aea2f9f7f8/src/pkg/packager/creator/differential.go#L68 ### Additional context https://github.com/defenseunicorns/zarf/pull/2223#discussion_r1492872127 depends on https://github.com/defenseunicorns/zarf/pull/2321 being merged...

tech-debt 💳

Why do we need this? We want to ensure the artifacts we publish, such as binaries and container images, have a unique signature to identify that they are the artifacts...

enhancement
blocked