Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zarf-dev/zarf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.6
Choose a base ref
...
head repository: zarf-dev/zarf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 14 commits
  • 482 files changed
  • 10 contributors

Commits on Mar 22, 2024

  1. fix: update deprecated syft packages command to syft scan (#2399)

    ## Description
    `syft packages` was deprecated in favor of `syft scan` in `v0.100.0`
    
    anchore/syft#2446
    anchore/syft@v0.99.0...v0.100.0
    
    <img width="1539" alt="deprecated"
    src="https://github.com/defenseunicorns/zarf/assets/87675701/0bc6fa1f-8397-482e-bd7d-3e3987355b48">
    
    ## Type of change
    
    - [ ] 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
    lucasrod16 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    01aa152 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: move helpers to defenseunicorns/pkg (#2402)

    ## Description
    
    Take helpers out of Zarf and moves the package to
    https://github.com/defenseunicorns/pkg
    
    Relates to #2252 
    
    ## Type of change
    
    - [ ] 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
    
    - [ ] 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: Lucas Rodriguez <[email protected]>
    AustinAbro321 and Lucas Rodriguez authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9277bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix(deps): update github.com/anchore/clio digest to fb5fc4c (#2366)

    [![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 | `abcb719` -> `fb5fc4c` |
    
    ---
    
    > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ac0c058 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. feat(tools): add yq (#2406)

    ## Description
    
    Adds `zarf tools yq`
    
    ## Related Issue
    
    Fixes #2384
    
    ## Type of change
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] 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
    zachariahmiller authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9740ba8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore: switch to use oci lib in defenseunicorns/pkg (#2404)

    ## Description
    
    switch to using the oci library at
    https://github.com/defenseunicorns/pkg. This would also close
    #2392 as we pull in an
    updated docker version
    
    Fixes #2251
    
    ## Type of change
    
    - [ ] 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
    
    - [ ] Test, docs, adr added or updated as needed
    - [ ] [Contributor Guide
    Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
    followed
    AustinAbro321 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    08c92e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix(deps): update module github.com/defenseunicorns/pkg/helpers to v1 (

    …#2411)
    
    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [github.com/defenseunicorns/pkg/helpers](https://togithub.com/defenseunicorns/pkg)
    | `v0.0.2` -> `v1.0.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdefenseunicorns%2fpkg%2fhelpers/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdefenseunicorns%2fpkg%2fhelpers/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdefenseunicorns%2fpkg%2fhelpers/v0.0.2/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdefenseunicorns%2fpkg%2fhelpers/v0.0.2/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    > [!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**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **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>
    Co-authored-by: Lucas Rodriguez <[email protected]>
    renovate[bot] and Lucas Rodriguez authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1173d81 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: use env var for PR title in commitlint workflow to prevent untru…

    …sted script injection (#2418)
    
    ## Description
    Our OSSF scorecard workflow flagged this as a `Critical` security risk.
    Unsure of whether there is a real attack vector in our specific case.
    Using an environment variable to capture untrusted input in workflows is
    a documented security hardening best practice by GitHub as well.
    
    This should also boost our OSSF scorecard score since we have a `0` on
    this check.
    
    <img width="969" alt="image"
    src="https://github.com/defenseunicorns/zarf/assets/87675701/a07c699f-3601-44f2-b181-36f91f3637f8">
    
    `Dangerous-Workflow` check:
    -
    https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#dangerous-workflow
    
    Risk of script injections:
    -
    https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections
    
    Example script injection attack:
    -
    https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#example-of-a-script-injection-attack
    
    Recommended fix that this PR implements:
    -
    https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
    
    ## Type of change
    - [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
    lucasrod16 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2c704c5 View commit details
    Browse the repository at this point in the history
  2. fix: use default GITHUB_TOKEN for ossf/scorecard-action (#2416)

    ## Description
    
    Zarf's branch protection was switched to rulesets instead of classic
    branch protection (temporarily in evaluate mode). A PAT is no longer
    needed. See:
    https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional
    
    ## Type of change
    
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Other (security config, docs update, etc)
    
    ## 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
    
    Co-authored-by: razzle <[email protected]>
    bburky and Noxsios authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7cf34a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    5ab393a View commit details
    Browse the repository at this point in the history
  2. feat: add option to skip cosign lookup during find images (#2427)

    ## Description
    
    For larger packages it can take a long time to parse through the cosign
    lookups, having an option to not do this is nice for faster feedback
    cycles.
    
    ## Related Issue
    
    Fixes #N/A
    
    ## Type of change
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [X] New feature (non-breaking change which adds functionality)
    - [ ] 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: Austin Abro <[email protected]>
    Racer159 and AustinAbro321 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2982c00 View commit details
    Browse the repository at this point in the history
  3. feat: allow chart deploy overrides ALPHA (#2403)

    ## Description
    - This feature allows chart deployment overrides.
    
    ## Related Issue
    
    Relates to #2133
    
    ## Type of change
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Other (security config, docs update, etc)
    
    ## 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
    
    ---------
    
    Signed-off-by: naveensrinivasan <[email protected]>
    Co-authored-by: Lucas Rodriguez <[email protected]>
    Co-authored-by: razzle <[email protected]>
    Co-authored-by: Austin Abro <[email protected]>
    4 people authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d4a750e View commit details
    Browse the repository at this point in the history
  4. chore: update pull_request_template.md (#2428)

    ## Description
    
    As we now use `commitlint` on PR titles, there is no need to have the
    checklist in the PR description for the type of change.
    
    ## Related Issue
    
    Fixes N/A
    
    ## 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
    Noxsios authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0238927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b54a69 View commit details
    Browse the repository at this point in the history
  6. feat(docs): port docs to starlight (#2315)

    ## Description
    
    Port docs to Starlight, restructure to delineate differences between
    reference material and guides. Greatly consolidates information in
    miscellaneous `.md` files across the repo to live within
    `site/src/content/docs`. Lays a pathway for future docs work, and
    hopefully no more large docs PRs.
    
    ## Related Issue
    
    Fixes #1429
    Fixes #1460
    Fixes #1532
    Fixes #1134 
    
    ## Type of change
    
    - [ ] 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
    
    ---------
    
    Signed-off-by: razzle <[email protected]>
    Co-authored-by: Wayne Starr <[email protected]>
    Co-authored-by: Lucas Rodriguez <[email protected]>
    3 people authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5a7314e View commit details
    Browse the repository at this point in the history
Loading