Content-Length: 407174 | pFad | https://github.com/zarf-dev/zarf/compare/v0.33.1...v0.33.2

ED Comparing v0.33.1...v0.33.2 · zarf-dev/zarf · GitHub
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.1
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.2
Choose a head ref
  • 14 commits
  • 25 files changed
  • 8 contributors

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. 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>
    salaxander authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    45d9b05 View commit details
    Browse the repository at this point in the history
  2. 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
    salaxander authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    58f780f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. 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>
    renovate[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c8a70ef View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 6, 2024

  1. 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>
    decleaver and AustinAbro321 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    0fa2173 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 6, 2024
    Configuration menu
    Copy the full SHA
    cfe8f19 View commit details
    Browse the repository at this point in the history
  3. 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>
    Lucas Rodriguez and AustinAbro321 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c79bff0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. 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>
    Noxsios authored May 7, 2024
    Configuration menu
    Copy the full SHA
    4703a29 View commit details
    Browse the repository at this point in the history
  2. 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>
    phillebaba and Noxsios authored May 7, 2024
    Configuration menu
    Copy the full SHA
    bf69112 View commit details
    Browse the repository at this point in the history
  3. chore: add support.md (#2480)

    Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
    Co-authored-by: Lucas Rodriguez <lucas.rodriguez@defenseunicorns.com>
    schristoff and Lucas Rodriguez authored May 7, 2024
    Configuration menu
    Copy the full SHA
    15a73e0 View commit details
    Browse the repository at this point in the history
  4. 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 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    e69f3ab View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. 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 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    e47e50f View commit details
    Browse the repository at this point in the history
  2. 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 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    898061d View commit details
    Browse the repository at this point in the history
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/zarf-dev/zarf/compare/v0.33.1...v0.33.2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy