-
Notifications
You must be signed in to change notification settings - Fork 173
Comparing changes
Open a pull request
base repository: zarf-dev/zarf
base: v0.33.1
head repository: zarf-dev/zarf
compare: v0.33.2
- 14 commits
- 25 files changed
- 8 contributors
Commits on Apr 25, 2024
-
fix: schema integration (#2463)
## Description site has broken schema integration ## 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 e5ab989 - Browse repository at this point
Copy the full SHA e5ab989View commit details
Commits on Apr 26, 2024
-
docs: add contributor covenant code of conduct (#2462)
## Description It is generally good practice to have a code of conduct associated with a project (and will be a requirement if Zarf moves to a foundation). The [contributor covenant](https://www.contributor-covenant.org) is a good one to adopt that we can potentially adapt to our needs later down the line. Signed-off-by: Xander Grzywinski <xandergrzyw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45d9b05 - Browse repository at this point
Copy the full SHA 45d9b05View commit details -
docs: fix casing on code of conduct badge (#2466)
## Description Fix from last PR ## Related Issue Fixes # <!-- or --> Relates to # ## 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 58f780f - Browse repository at this point
Copy the full SHA 58f780fView commit details
Commits on Apr 29, 2024
-
fix(deps): update github.com/anchore/clio digest to 3c4abf8 (#2424)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/anchore/clio](https://togithub.com/anchore/clio) | require | digest | `fb5fc4c` -> `3c4abf8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/zarf). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8a70ef - Browse repository at this point
Copy the full SHA c8a70efView commit details
Commits on May 3, 2024
-
fix: update docker media type in registry (#2476)
## Description Looks like the media type of the registry:2.8.3 has been changed from `application/vnd.docker.distribution.manifest.v2+json` to `application/vnd.oci.image.manifest.v1+json`. This breaks minikube, hence the current pipeline fails, as it will do a check to make sure the mediatypes match, which they don't since they're hardcoded ## 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 2b6ef0e - Browse repository at this point
Copy the full SHA 2b6ef0eView commit details
Commits on May 6, 2024
-
fix: adds GetVariableConfig function for packager (#2475)
## Description Makes Packager's variableConfig publicly accessible which in turns allows access to VariableConfig's setVariableMap which is currently being used by uds-cli for bundle deployment processing. ## Related Issue Fixes #2472 ## 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 Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fa2173 - Browse repository at this point
Copy the full SHA 0fa2173View commit details -
test: add tests for remove copies from components to enable refactori…
…ng (#2473) ## Description This change adds tests for remove copies from components to enable refactoring in the future. ## Related Issue Relates to #2337 ## 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 <razzle@defenseunicorns.com> Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cfe8f19 - Browse repository at this point
Copy the full SHA cfe8f19View commit details -
fix!: do not uninstall helm chart after failed install or upgrade (#2456
) ## 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 needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c79bff0 - Browse repository at this point
Copy the full SHA c79bff0View commit details
Commits on May 7, 2024
-
feat: inspect --list-images (#2478)
## Description Adds `--list-images` to `zarf package inspect`. Output is a YAML style list printed to STDOUT so it can be used with scripting. ## Related Issue Fixes #2479 ## 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 --------- Signed-off-by: razzle <harry@razzle.cloud>
Configuration menu - View commit details
-
Copy full SHA for 4703a29 - Browse repository at this point
Copy the full SHA 4703a29View commit details -
refactor: remove copies from components to a filter (#2474)
## Description This change refactors remove copies from components to a filter. ## Related Issue Depends on: #2473 Fixes #2337 ## 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 <razzle@defenseunicorns.com>
Configuration menu - View commit details
-
Copy full SHA for bf69112 - Browse repository at this point
Copy the full SHA bf69112View commit details -
Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> Co-authored-by: Lucas Rodriguez <lucas.rodriguez@defenseunicorns.com>
Configuration menu - View commit details
-
Copy full SHA for 15a73e0 - Browse repository at this point
Copy the full SHA 15a73e0View commit details -
chore: add a check for go mod tidy (#2481)
## Description Adds a check in CI and `pre-commit` hooks to check if `go mod tidy` needs to be ran in a PR This PR adds: - shell script to check if `go mod tidy` needs to be ran in a PR - `make` target to call the script - workflow to run in CI - `pre-commit` hook ## 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
Lucas Rodriguez authoredMay 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e69f3ab - Browse repository at this point
Copy the full SHA e69f3abView commit details
Commits on May 8, 2024
-
fix: use correct sha256 checksum for arm64 injector binary (#2483)
## Description From `main`: ```shell zarf p create . -a arm64 --confirm ``` Output: ![injector-checksum](https://github.com/defenseunicorns/zarf/assets/87675701/b34e2398-f2fc-434f-a8e6-5614b6335258) or ```shell curl -sLO https://zarf-public.s3-us-gov-west-1.amazonaws.com/injector/2024-05-03/zarf-injector-arm64 sha256sum ./zarf-injector-arm64 ``` Output: ```shell 866b5b1911dd920618be55164c4f95abe05753932ac6d0f2270d26e569d797a2 ./zarf-injector-arm64 ``` The checksum does not match what is in our `zarf-config.toml`: https://github.com/defenseunicorns/zarf/blob/e69f3ab70aa248d7cb43eda1b920d196b79188b1/zarf-config.toml#L10 ## 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
Lucas Rodriguez authoredMay 8, 2024 Configuration menu - View commit details
-
Copy full SHA for e47e50f - Browse repository at this point
Copy the full SHA e47e50fView commit details -
fix: simplify go mod tidy check (#2482)
## Description Adds `go mod tidy` to run before every build. Removes script, workflow, make target, and pre-commit hook to simplify. Adding `go mod tidy` to our build step should catch most issues with out of sync deps. ## 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
Lucas Rodriguez authoredMay 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 898061d - Browse repository at this point
Copy the full SHA 898061dView 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.1...v0.33.2