-
Notifications
You must be signed in to change notification settings - Fork 182
Comparing changes
Open a pull request
base repository: zarf-dev/zarf
base: v0.33.0
head repository: zarf-dev/zarf
compare: v0.33.1
- 18 commits
- 130 files changed
- 11 contributors
Commits on Apr 10, 2024
-
fix: add redirect so old zarf base link is compatiable (#2432)
## Description fix: add redirect so old zarf base link is compatiable ## Related Issue Fixes NA ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed
Configuration menu - View commit details
-
Copy full SHA for 916cdef - Browse repository at this point
Copy the full SHA 916cdefView commit details -
ci: pin third-party gh actions by hash (#2433)
## Description Fixes the following warnings from our OSSF scorecard report: <img width="1728" alt="scorecard" src="https://github.com/defenseunicorns/zarf/assets/87675701/e664e3ed-8a1c-4561-ad72-fa863680ec4c"> ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed
Configuration menu - View commit details
-
Copy full SHA for 879e7e3 - Browse repository at this point
Copy the full SHA 879e7e3View commit details
Commits on Apr 11, 2024
-
docs: add redirect for examples (#2438)
## Description add redirect for examples https://docs.zarf.dev/examples/ ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed
Configuration menu - View commit details
-
Copy full SHA for 214fedf - Browse repository at this point
Copy the full SHA 214fedfView commit details -
docs: update contributing and pre-commit (#2439)
## Description Update contributing guide and cleanup pre-commit hooks a tad. ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Signed-off-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9860b7a - Browse repository at this point
Copy the full SHA 9860b7aView commit details
Commits on Apr 12, 2024
-
ci: fix revive image ref in lint workflow (#2436)
## Description fix revive image ref in lint workflow renovatebot/renovate#28323 (comment) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9dea9e - Browse repository at this point
Copy the full SHA f9dea9eView commit details
Commits on Apr 15, 2024
-
fix: filter on running pods when finding an image for injector pod (#…
…2415) ## Description filter on running pods when finding an image for injector pod https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase Description of the `Running` pod phase: > The Pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. ## Related Issue Fixes #2356 Fixes #2410 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Austin Abro <[email protected]> Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b599ad - Browse repository at this point
Copy the full SHA 4b599adView commit details -
fix: readme dead links (#2442)
## Description redirect from docs change ## Related Issue Fixes #2441 ## 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
Configuration menu - View commit details
-
Copy full SHA for 3906604 - Browse repository at this point
Copy the full SHA 3906604View commit details
Commits on Apr 18, 2024
-
fix: differential package create with non local sources (#2444)
## Description Currently there is a bug wherein differential will only work if the source is a local file ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
Configuration menu - View commit details
-
Copy full SHA for b420171 - Browse repository at this point
Copy the full SHA b420171View commit details
Commits on Apr 22, 2024
-
refactor: move variables into separate package (#2414)
## Description Part of the actions refactor (split to reduce review time). This PR splits variables into it's own library that does not depend on Zarf specific code, fixes a bug with the new Helm Chart variables injection and overhauls the variables docs to be more readable and understandable and to include information on internal variables and the Helm Chart variables. ## Related Issue Relates to #2253 Fixes #2395 Fixes #1374 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: Austin Abro <[email protected]> Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd9adb7 - Browse repository at this point
Copy the full SHA cd9adb7View commit details -
ci: add top level workflow permission to commitlint (#2449)
## Description https://github.com/defenseunicorns/zarf/security/code-scanning/179 - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
Configuration menu - View commit details
-
Copy full SHA for 057df41 - Browse repository at this point
Copy the full SHA 057df41View commit details
Commits on Apr 23, 2024
-
ci: remove unused env var from codeql workflow (#2450)
## Description https://github.com/defenseunicorns/zarf/actions/runs/8792153868/job/24127764767#step:6:65 > Warning: The CODEQL_EXTRACTOR_GO_BUILD_TRACING environment variable has no effect on workflows with manual build steps, so we recommend that you remove it from your workflow. ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
Lucas Rodriguez authoredApr 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 087a4a3 - Browse repository at this point
Copy the full SHA 087a4a3View commit details
Commits on Apr 24, 2024
-
chore: cleanup root level files and add SPDX check for Go files (#2431)
## Description Some docs + SPDX + linting + file location cleanup. ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Signed-off-by: razzle <[email protected]> Co-authored-by: Austin Abro <[email protected]> Co-authored-by: Austin Abro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d36c55d - Browse repository at this point
Copy the full SHA d36c55dView commit details -
feat: config to enable resilient registry (#2440)
## Description - Provided fields for affinity and toleration of the registry pod - Added s3 irsa configurability for the docker registry helm chart if using a compatible image ## Related Issue Relates to #375 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Zack A <[email protected]> Co-authored-by: corang <[email protected]> Co-authored-by: Zack Annexstein <[email protected]> Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: razzle <[email protected]> Co-authored-by: Austin Abro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a992f8 - Browse repository at this point
Copy the full SHA 8a992f8View commit details -
docs: init package clarity and cleanup (#2447)
## Description There was duplication in the docs, I also reorganized / reworded some messaging around the init package ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: schristoff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8aa167 - Browse repository at this point
Copy the full SHA a8aa167View commit details -
ci: compare cves to main (#2448)
## Description This would add a compare CVEs to main workflow to replace the "analyze cves" which currently runs on PRs. This new workflow would only fail on PRs is new CVE's were added rather than always failing if CVE's exist in the PR. Assuming we want to move forward with this we would need to add some extra signal for ourselves to notify us when we do have CVEs on PRs. Maybe a status icon on the repo? Maybe emails? Maybe auto opened issues ? Github security also opens up alerts though those don't take into account the .grype.yaml so there is more noise --------- Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41a2448 - Browse repository at this point
Copy the full SHA 41a2448View commit details
Commits on Apr 25, 2024
-
test: unpin version in bigbang extension test (#2459)
## Description Unpin version in bigbang extension test ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a193336 - Browse repository at this point
Copy the full SHA a193336View commit details -
fix: broken schema from unexpanded embedded variables (#2458)
## Description schema is broken due to unexpanded variables, expanding them now ## 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
Configuration menu - View commit details
-
Copy full SHA for d2abf4e - Browse repository at this point
Copy the full SHA d2abf4eView commit details -
fix: error on create if an index sha is used (#2429)
## Description Errors on create if an index sha is used and gives users options of all the other platforms they can use ## Related Issue Relates to #2425, #2394 ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: razzle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccc80ae - Browse repository at this point
Copy the full SHA ccc80aeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.33.0...v0.33.1