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.33.0
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.1
Choose a head ref
  • 18 commits
  • 130 files changed
  • 11 contributors

Commits on Apr 10, 2024

  1. 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
    AustinAbro321 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    916cdef View commit details
    Browse the repository at this point in the history
  2. 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
    lucasrod16 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    879e7e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    214fedf View commit details
    Browse the repository at this point in the history
  2. 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]>
    Noxsios authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9860b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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]>
    lucasrod16 and Noxsios authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f9dea9e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. 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]>
    3 people authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4b599ad View commit details
    Browse the repository at this point in the history
  2. 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
    AustinAbro321 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3906604 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. 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
    AustinAbro321 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b420171 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. 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]>
    4 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cd9adb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057df41 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 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 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    087a4a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. 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]>
    3 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d36c55d View commit details
    Browse the repository at this point in the history
  2. 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]>
    8 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8a992f8 View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a8aa167 View commit details
    Browse the repository at this point in the history
  4. 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]>
    AustinAbro321 and Noxsios authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    41a2448 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. 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]>
    Lucas Rodriguez and Noxsios authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a193336 View commit details
    Browse the repository at this point in the history
  2. 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
    AustinAbro321 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d2abf4e View commit details
    Browse the repository at this point in the history
  3. 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]>
    AustinAbro321 and Noxsios authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ccc80ae View commit details
    Browse the repository at this point in the history
Loading