-
Notifications
You must be signed in to change notification settings - Fork 181
Comparing changes
Open a pull request
base repository: zarf-dev/zarf
base: v0.36.1
head repository: zarf-dev/zarf
compare: v0.37.0
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37aa79d - Browse repository at this point
Copy the full SHA 37aa79dView commit details
Commits on Jul 18, 2024
-
Signed-off-by: Xander Grzywinski <xandergrzyw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d7e90a - Browse repository at this point
Copy the full SHA 6d7e90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fac729 - Browse repository at this point
Copy the full SHA 3fac729View commit details -
Rename org name in image references
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 62253ce - Browse repository at this point
Copy the full SHA 62253ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0372e4c - Browse repository at this point
Copy the full SHA 0372e4cView commit details
Commits on Jul 19, 2024
-
chore: move public test repo (#2739)
Signed-off-by: Austin Abro <austinabro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a550ac1 - Browse repository at this point
Copy the full SHA a550ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5d54c - Browse repository at this point
Copy the full SHA 0a5d54cView commit details -
docs: update to openssf code of conduct (#2734)
Signed-off-by: Xander Grzywinski <xandergrzyw@gmail.com> Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bd5244 - Browse repository at this point
Copy the full SHA 4bd5244View commit details -
chore: update project name references (#2741)
Signed-off-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
Lucas Rodriguez authoredJul 19, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 1e4399e - Browse repository at this point
Copy the full SHA 1e4399eView commit details
Commits on Jul 21, 2024
-
chore: move context.TODO to context.Background() (#2742)
Signed-off-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com> Co-authored-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 290d066 - Browse repository at this point
Copy the full SHA 290d066View commit details -
Signed-off-by: Kenny Paul <kpaul@linuxfoundation.org> Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d8a86b - Browse repository at this point
Copy the full SHA 1d8a86bView commit details
Commits on Jul 22, 2024
-
chore: update CODEOWNERS to protect TSC files (#2744)
Signed-off-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com> Co-authored-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0c6d56 - Browse repository at this point
Copy the full SHA b0c6d56View commit details -
fix: replace debug logs with returning errors (#2719)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 612bd8e - Browse repository at this point
Copy the full SHA 612bd8eView commit details -
fix: data injection to return errors (#2720)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c3e426 - Browse repository at this point
Copy the full SHA 1c3e426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3d0c3 - Browse repository at this point
Copy the full SHA 0d3d0c3View commit details -
chore: updating permissions of eks & ecr nightly tests (#2745)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05ef439 - Browse repository at this point
Copy the full SHA 05ef439View commit details
Commits on Jul 23, 2024
-
refactor: move setup CLI to only run once in root command (#2722)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c77f446 - Browse repository at this point
Copy the full SHA c77f446View commit details
Commits on Jul 24, 2024
-
chore: move context.TODO to context.Background() (3) (#2747)
Signed-off-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com> Co-authored-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c74276 - Browse repository at this point
Copy the full SHA 5c74276View commit details
Commits on Jul 25, 2024
-
fix(deps): update github.com/anchore/clio digest to ac88e09 (#2527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 437e63c - Browse repository at this point
Copy the full SHA 437e63cView commit details -
refactor: add error handling to view SBOM files (#2752)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b964467 - Browse repository at this point
Copy the full SHA b964467View commit details -
feat: annotate image mutation (#2755)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com> Signed-off-by: Philip Laine <philip.laine@gmail.com> Co-authored-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5058a67 - Browse repository at this point
Copy the full SHA 5058a67View commit details -
chore: move context.TODO to context.Background() (2) (#2746)
Signed-off-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com> Co-authored-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 049fe2e - Browse repository at this point
Copy the full SHA 049fe2eView commit details -
docs: update repo name across docs (#2735)
Signed-off-by: Xander Grzywinski <xandergrzyw@gmail.com> Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8e55f - Browse repository at this point
Copy the full SHA 1c8e55fView commit details -
fix: add whitespace linter and fix all warnings (#2764)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f91e88 - Browse repository at this point
Copy the full SHA 5f91e88View commit details -
chore: move context.TODO to context.Background() (5) (#2750)
Signed-off-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com> Co-authored-by: schristoff-du <167717759+schristoff-du@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d6c342 - Browse repository at this point
Copy the full SHA 3d6c342View commit details -
feat: run schema validation on create (#2585)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 70e8b8d - Browse repository at this point
Copy the full SHA 70e8b8dView commit details -
refactor: remove overly verbose debug logs (#2751)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a93d65a - Browse repository at this point
Copy the full SHA a93d65aView commit details -
ci: improve nightly eks test (#2759)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eae2a02 - Browse repository at this point
Copy the full SHA eae2a02View commit details -
Signed-off-by: Philip Laine <philip.laine@gmail.com> Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3770e6c - Browse repository at this point
Copy the full SHA 3770e6cView commit details
Commits on Jul 26, 2024
-
test: decrease reliance on dockerhub (#2766)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81f1c70 - Browse repository at this point
Copy the full SHA 81f1c70View commit details -
refactor: replace warning logs with returning errors (#2762)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58d55b9 - Browse repository at this point
Copy the full SHA 58d55b9View commit details -
fix: type assertion error checking and enforce linter (#2770)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 754c615 - Browse repository at this point
Copy the full SHA 754c615View commit details -
chore: fix string formatting for several debug statements (#2769)
Signed-off-by: Jon Perry <yrrepnoj@gmail.com> Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4886043 - Browse repository at this point
Copy the full SHA 4886043View commit details -
chore: stop releasing to s3 (#2774)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cdd3824 - Browse repository at this point
Copy the full SHA cdd3824View commit details -
fix: error formatting and comparison and enable errorlint (#2771)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05fdaef - Browse repository at this point
Copy the full SHA 05fdaefView commit details
Commits on Jul 29, 2024
-
fix(deps): update module github.com/fluxcd/helm-controller/api to v1 (#…
…2487) Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6153b6a - Browse repository at this point
Copy the full SHA 6153b6aView commit details -
refactor: load state to return error if loading fails (#2763)
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fccaaff - Browse repository at this point
Copy the full SHA fccaaffView commit details -
fix: zarf dev instead of zerf-dev (#2779)
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e02d9b - Browse repository at this point
Copy the full SHA 0e02d9bView commit details -
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b95916 - Browse repository at this point
Copy the full SHA 1b95916View commit details
There are no files selected for viewing