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.2
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.32.3
Choose a head ref
  • 13 commits
  • 76 files changed
  • 8 contributors

Commits on Jan 29, 2024

  1. fix: handle panic during checksum validation (#2262)

    ## Description
    
    Handles a condition where execution would panic when a package contained
    no checksums.
    
    ## Related Issue
    
    Fixes #2261
    
    ## 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
    
    - [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: Wayne Starr <Racer159@users.noreply.github.com>
    mjnagel and Racer159 authored Jan 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    48c2eab View commit details

Commits on Jan 30, 2024

  1. chore: update branding and add community meetup references (#2258)

    ## Description
    
    This updates Zarf branding and adds some notes for community meetups /
    interactions.
    
    ## Related Issue
    
    Relates to #1907
    
    ## 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
    Racer159 authored Jan 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    23618d9 View commit details

Commits on Jan 31, 2024

  1. fix: add the --key flag to the init cmd (#2259)

    ## Description
    
    This adds the `-key` flag to `zarf init` command.
    
    ## Related Issue
    
    Fixes #2248 
    
    ## 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
    
    - [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: Wayne Starr <Racer159@users.noreply.github.com>
    dgershman and Racer159 authored Jan 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dc77446 View commit details
  2. fix: restore destroy script functionality (#2274)

    ## Description
    
    This fixes ApplianceMode not being set and not triggering destroy
    scripts.
    
    ## Related Issue
    
    Fixes #2268
    Relates to #2275 
    
    ## 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
    
    - [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
    Racer159 authored Jan 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b6fa7c4 View commit details

Commits on Feb 1, 2024

  1. fix(deps): update github.com/anchore/clio digest to 9eba612 (#2277)

    [![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 | `a5e93b6` -> `9eba612` |
    
    ---
    
    > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2319b6f View commit details
  2. chore: update renovate.json to catch inverse charts (#2278)

    ## Description
    
    This adds a second check for inverted versions/urls in chart definitions
    
    ## Related Issue
    
    Fixes #N/A
    
    ## 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
    Racer159 authored Feb 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dd1d848 View commit details

Commits on Feb 5, 2024

  1. chore: add a more robust chart search regexManager (#2284)

    ## Description
    
    This updates the renovate regex manager to one that can parse lists of
    charts, not just single chart entries.
    
    ## Related Issue
    
    Fixes #N/A
    
    ## 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
    Racer159 authored Feb 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7da5629 View commit details

Commits on Feb 6, 2024

  1. Fixes for manifest with symlink (#2256)

    ## Description
    
    Fixes the issue with symlinks inside of manifests, similar to that seen
    in the [Big Bang Keycloak Helm
    Chart](https://repo1.dso.mil/big-bang/product/packages/keycloak/-/blob/main/development/theme-custom/theme/custom-theme/account/resources?ref_type=heads).
    
    ## Related Issue
    
    Fixes #2255
    
    ## 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
    
    - [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 <harry@razzle.cloud>
    Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
    3 people authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    00b3d76 View commit details

Commits on Feb 7, 2024

  1. fix(deps): update all non-major dependencies (#2187)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence | Type |
    Update |
    |---|---|---|---|---|---|---|---|
    |
    [@easyops-cn/docusaurus-search-local](https://togithub.com/easyops-cn/docusaurus-search-local)
    | [`^0.38.0` ->
    `^0.40.0`](https://renovatebot.com/diffs/npm/@easyops-cn%2fdocusaurus-search-local/0.38.1/0.40.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@easyops-cn%2fdocusaurus-search-local/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@easyops-cn%2fdocusaurus-search-local/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@easyops-cn%2fdocusaurus-search-local/0.38.1/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@easyops-cn%2fdocusaurus-search-local/0.38.1/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | dependencies | minor |
    |
    [actions/download-artifact](https://togithub.com/actions/download-artifact)
    | `v4.0.0` -> `v4.1.2` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fdownload-artifact/v4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fdownload-artifact/v4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fdownload-artifact/v4.0.0/v4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fdownload-artifact/v4.0.0/v4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | minor |
    |
    [actions/upload-artifact](https://togithub.com/actions/upload-artifact)
    | `v4.0.0` -> `v4.3.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fupload-artifact/v4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fupload-artifact/v4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fupload-artifact/v4.0.0/v4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fupload-artifact/v4.0.0/v4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | minor |
    | [anchore/sbom-action](https://togithub.com/anchore/sbom-action) |
    `v0.15.1` -> `v0.15.8` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/anchore%2fsbom-action/v0.15.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/anchore%2fsbom-action/v0.15.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/anchore%2fsbom-action/v0.15.1/v0.15.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/anchore%2fsbom-action/v0.15.1/v0.15.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | patch |
    | [argo-cd](https://togithub.com/argoproj/argo-helm) | `5.46.5` ->
    `5.54.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/helm/argo-cd/5.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/helm/argo-cd/5.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/helm/argo-cd/5.46.5/5.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/helm/argo-cd/5.46.5/5.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | [argocd-apps](https://togithub.com/argoproj/argo-helm) | `1.4.1` ->
    `1.6.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/helm/argocd-apps/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/helm/argocd-apps/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/helm/argocd-apps/1.4.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/helm/argocd-apps/1.4.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | [aws](https://registry.terraform.io/providers/hashicorp/aws)
    ([source](https://togithub.com/hashicorp/terraform-provider-aws)) | `~>
    5.30.0` -> `~> 5.35.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.30.0/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.30.0/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | required_provider | minor |
    | [big-bang/bigbang](https://repo1.dso.mil/big-bang/bigbang) | `2.16.0`
    -> `2.19.2` |
    [![age](https://developer.mend.io/api/mc/badges/age/gitlab-releases/big-bang%2fbigbang/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/gitlab-releases/big-bang%2fbigbang/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/gitlab-releases/big-bang%2fbigbang/2.16.0/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/gitlab-releases/big-bang%2fbigbang/2.16.0/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    |
    [ghcr.io/stefanprodan/podinfo](https://togithub.com/stefanprodan/podinfo)
    | `6.4.0` -> `6.5.4` |
    [![age](https://developer.mend.io/api/mc/badges/age/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.4.0/6.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.4.0/6.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | [gitea](https://gitea.com/gitea/helm-chart) | `10.0.0` -> `10.1.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/helm/gitea/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/helm/gitea/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/helm/gitea/10.0.0/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/helm/gitea/10.0.0/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    |
    [github.com/anchore/stereoscope](https://togithub.com/anchore/stereoscope)
    | `v0.0.0-20240118133533-eb656fc71793` -> `v0.0.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fanchore%2fstereoscope/v0.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fanchore%2fstereoscope/v0.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fanchore%2fstereoscope/v0.0.0-20240118133533-eb656fc71793/v0.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fanchore%2fstereoscope/v0.0.0-20240118133533-eb656fc71793/v0.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    | [github.com/anchore/syft](https://togithub.com/anchore/syft) |
    `v0.99.0` -> `v0.103.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fanchore%2fsyft/v0.103.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fanchore%2fsyft/v0.103.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fanchore%2fsyft/v0.99.0/v0.103.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fanchore%2fsyft/v0.99.0/v0.103.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [github.com/derailed/k9s](https://togithub.com/derailed/k9s) |
    `v0.29.1` -> `v0.31.7` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fderailed%2fk9s/v0.31.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fderailed%2fk9s/v0.31.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fderailed%2fk9s/v0.29.1/v0.31.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fderailed%2fk9s/v0.29.1/v0.31.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [github.com/docker/cli](https://togithub.com/docker/cli) |
    `v24.0.7+incompatible` -> `v24.0.9+incompatible` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fcli/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fcli/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fcli/v24.0.7+incompatible/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fcli/v24.0.7+incompatible/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    |
    [github.com/fluxcd/helm-controller/api](https://togithub.com/fluxcd/helm-controller)
    | `v0.36.2` -> `v0.37.4` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ffluxcd%2fhelm-controller%2fapi/v0.37.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ffluxcd%2fhelm-controller%2fapi/v0.37.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ffluxcd%2fhelm-controller%2fapi/v0.36.2/v0.37.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ffluxcd%2fhelm-controller%2fapi/v0.36.2/v0.37.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [github.com/fluxcd/source-controller/api](https://togithub.com/fluxcd/source-controller)
    | `v1.2.1` -> `v1.2.4` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ffluxcd%2fsource-controller%2fapi/v1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ffluxcd%2fsource-controller%2fapi/v1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ffluxcd%2fsource-controller%2fapi/v1.2.1/v1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ffluxcd%2fsource-controller%2fapi/v1.2.1/v1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    | [github.com/go-logr/logr](https://togithub.com/go-logr/logr) |
    `v1.3.0` -> `v1.4.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-logr%2flogr/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-logr%2flogr/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-logr%2flogr/v1.3.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-logr%2flogr/v1.3.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [github.com/goccy/go-yaml](https://togithub.com/goccy/go-yaml) |
    `v1.11.2` -> `v1.11.3` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.11.2/v1.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.11.2/v1.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    |
    [github.com/google/go-containerregistry](https://togithub.com/google/go-containerregistry)
    | `v0.17.0` -> `v0.19.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-containerregistry/v0.17.0/v0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-containerregistry/v0.17.0/v0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [github.com/opencontainers/image-spec](https://togithub.com/opencontainers/image-spec)
    | `v1.1.0-rc5` -> `v1.1.0-rc6` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopencontainers%2fimage-spec/v1.1.0-rc6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopencontainers%2fimage-spec/v1.1.0-rc6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopencontainers%2fimage-spec/v1.1.0-rc5/v1.1.0-rc6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopencontainers%2fimage-spec/v1.1.0-rc5/v1.1.0-rc6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    |
    [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang)
    | `v1.17.0` -> `v1.18.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.17.0/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.17.0/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
    `v0.12.71` -> `v0.12.78` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.71/v0.12.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.71/v0.12.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    | [github.com/sigstore/cosign/v2](https://togithub.com/sigstore/cosign)
    | `v2.2.2` -> `v2.2.3` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fcosign%2fv2/v2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fcosign%2fv2/v2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fcosign%2fv2/v2.2.2/v2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fcosign%2fv2/v2.2.2/v2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    |
    [github.com/sigstore/sigstore/pkg/signature/kms/aws](https://togithub.com/sigstore/sigstore)
    | `v1.7.6` -> `v1.8.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2faws/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2faws/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2faws/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2faws/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [github.com/sigstore/sigstore/pkg/signature/kms/azure](https://togithub.com/sigstore/sigstore)
    | `v1.7.6` -> `v1.8.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fazure/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fazure/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fazure/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fazure/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [github.com/sigstore/sigstore/pkg/signature/kms/gcp](https://togithub.com/sigstore/sigstore)
    | `v1.7.6` -> `v1.8.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fgcp/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fgcp/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fgcp/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fgcp/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [github.com/sigstore/sigstore/pkg/signature/kms/hashivault](https://togithub.com/sigstore/sigstore)
    | `v1.7.6` -> `v1.8.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fhashivault/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fhashivault/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fhashivault/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fsigstore%2fpkg%2fsignature%2fkms%2fhashivault/v1.7.6/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [github.com/spf13/viper](https://togithub.com/spf13/viper) | `v1.18.1`
    -> `v1.18.2` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fviper/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fviper/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fviper/v1.18.1/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fviper/v1.18.1/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | patch |
    | [github/codeql-action](https://togithub.com/github/codeql-action) |
    `v3.22.12` -> `v3.24.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/github%2fcodeql-action/v3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/github%2fcodeql-action/v3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/github%2fcodeql-action/v3.22.12/v3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/github%2fcodeql-action/v3.22.12/v3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | minor |
    | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) |
    `1.21.5` -> `1.21.6` |
    [![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.21.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/golang-version/go/1.21.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/golang-version/go/1.21.5/1.21.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.21.5/1.21.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | golang | patch |
    | golang.org/x/crypto | `v0.17.0` -> `v0.18.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fcrypto/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fcrypto/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | golang.org/x/sync | `v0.5.0` -> `v0.6.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fsync/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fsync/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fsync/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fsync/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [helm.sh/helm/v3](https://togithub.com/helm/helm) | `v3.13.2` ->
    `v3.14.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/helm.sh%2fhelm%2fv3/v3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/helm.sh%2fhelm%2fv3/v3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/helm.sh%2fhelm%2fv3/v3.13.2/v3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/helm.sh%2fhelm%2fv3/v3.13.2/v3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [k3s-io/k3s](https://togithub.com/k3s-io/k3s) | `v1.28.4+k3s2` ->
    `v1.29.0+k3s1` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-releases/k3s-io%2fk3s/v1.29.0+k3s1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-releases/k3s-io%2fk3s/v1.29.0+k3s1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-releases/k3s-io%2fk3s/v1.28.4+k3s2/v1.29.0+k3s1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/k3s-io%2fk3s/v1.28.4+k3s2/v1.29.0+k3s1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | [k8s.io/api](https://togithub.com/kubernetes/api) | `v0.28.4` ->
    `v0.29.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapi/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapi/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapi/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapi/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [k8s.io/apimachinery](https://togithub.com/kubernetes/apimachinery) |
    `v0.28.4` -> `v0.29.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapimachinery/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapimachinery/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [k8s.io/client-go](https://togithub.com/kubernetes/client-go) |
    `v0.28.4` -> `v0.29.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fclient-go/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fclient-go/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [k8s.io/component-base](https://togithub.com/kubernetes/component-base)
    | `v0.28.4` -> `v0.29.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fcomponent-base/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fcomponent-base/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fcomponent-base/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fcomponent-base/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [k8s.io/klog/v2](https://togithub.com/kubernetes/klog) | `v2.110.1` ->
    `v2.120.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fklog%2fv2/v2.120.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fklog%2fv2/v2.120.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fklog%2fv2/v2.110.1/v2.120.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fklog%2fv2/v2.110.1/v2.120.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [k8s.io/kubectl](https://togithub.com/kubernetes/kubectl) | `v0.28.4`
    -> `v0.29.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fkubectl/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fkubectl/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fkubectl/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fkubectl/v0.28.4/v0.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    | [loki-stack](https://grafana.com/loki)
    ([source](https://togithub.com/grafana/helm-charts)) | `2.9.11` ->
    `2.10.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/helm/loki-stack/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/helm/loki-stack/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/helm/loki-stack/2.9.11/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/helm/loki-stack/2.9.11/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | [longhorn](https://togithub.com/longhorn/longhorn)
    ([source](https://togithub.com/longhorn/charts)) | `1.4.0` -> `1.6.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/helm/longhorn/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/helm/longhorn/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/helm/longhorn/1.4.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/helm/longhorn/1.4.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    | oras.land/oras-go/v2 | `v2.3.1` -> `v2.4.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/oras.land%2foras-go%2fv2/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/oras.land%2foras-go%2fv2/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/oras.land%2foras-go%2fv2/v2.3.1/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/oras.land%2foras-go%2fv2/v2.3.1/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | require | minor |
    |
    [prism-react-renderer](https://togithub.com/FormidableLabs/prism-react-renderer)
    | [`2.3.0` ->
    `2.3.1`](https://renovatebot.com/diffs/npm/prism-react-renderer/2.3.0/2.3.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/prism-react-renderer/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prism-react-renderer/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prism-react-renderer/2.3.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prism-react-renderer/2.3.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | dependencies | patch |
    | [serde_json](https://togithub.com/serde-rs/json) | `1.0.108` ->
    `1.0.113` |
    [![age](https://developer.mend.io/api/mc/badges/age/crate/serde_json/1.0.113?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/serde_json/1.0.113?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/serde_json/1.0.108/1.0.113?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/serde_json/1.0.108/1.0.113?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | dependencies | patch |
    |
    [sigstore/cosign-installer](https://togithub.com/sigstore/cosign-installer)
    | `v3.3.0` -> `v3.4.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/sigstore%2fcosign-installer/v3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/sigstore%2fcosign-installer/v3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/sigstore%2fcosign-installer/v3.3.0/v3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/sigstore%2fcosign-installer/v3.3.0/v3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | minor |
    |
    [slackapi/slack-github-action](https://togithub.com/slackapi/slack-github-action)
    | `v1.24.0` -> `v1.25.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-tags/slackapi%2fslack-github-action/v1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/slackapi%2fslack-github-action/v1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/slackapi%2fslack-github-action/v1.24.0/v1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/slackapi%2fslack-github-action/v1.24.0/v1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | action | minor |
    | [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) |
    `v0.165.0` -> `v0.170.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/github-releases/weaveworks%2feksctl/v0.170.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-releases/weaveworks%2feksctl/v0.170.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-releases/weaveworks%2feksctl/v0.165.0/v0.170.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/weaveworks%2feksctl/v0.165.0/v0.170.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    | | minor |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency
    Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>easyops-cn/docusaurus-search-local
    (@&#8203;easyops-cn/docusaurus-search-local)</summary>
    
    ###
    [`v0.40.1`](https://togithub.com/easyops-cn/docusaurus-search-local/releases/tag/v0.40.1)
    
    [Compare
    Source](https://togithub.com/easyops-cn/docusaurus-search-local/compare/v0.40.0...v0.40.1)
    
    ##### Bug Fixes
    
    - fix search page no results, closes
    [#&#8203;389](https://togithub.com/easyops-cn/docusaurus-search-local/issues/389)
    ([64e26c2](https://togithub.com/easyops-cn/docusaurus-search-local/commit/64e26c2bd9f20257e77089adf9dc697d353e5c0e))
    
    ###
    [`v0.40.0`](https://togithub.com/easyops-cn/docusaurus-search-local/releases/tag/v0.40.0)
    
    [Compare
    Source](https://togithub.com/easyops-cn/docusaurus-search-local/compare/v0.39.0...v0.40.0)
    
    ##### Features
    
    - allow force enable search index even if `noIndex: true` is set
    ([09d0f30](https://togithub.com/easyops-cn/docusaurus-search-local/commit/09d0f30c0700b72ed3699ef4918d0d6f245bf435)),
    closes
    [#&#8203;385](https://togithub.com/easyops-cn/docusaurus-search-local/issues/385)
    - support i18n for search context labels
    ([83b05a2](https://togithub.com/easyops-cn/docusaurus-search-local/commit/83b05a2ea1b4553b8a95566003647e73de32011a))
    
    ###
    [`v0.39.0`](https://togithub.com/easyops-cn/docusaurus-search-local/releases/tag/v0.39.0)
    
    [Compare
    Source](https://togithub.com/easyops-cn/docusaurus-search-local/compare/v0.38.1...v0.39.0)
    
    ##### Features
    
    - customize search context labels
    [#&#8203;382](https://togithub.com/easyops-cn/docusaurus-search-local/issues/382)
    ([f7df7bb](https://togithub.com/easyops-cn/docusaurus-search-local/commit/f7df7bb95b47140091f640103830e6c0356bb072))
    
    </details>
    
    <details>
    <summary>actions/download-artifact (actions/download-artifact)</summary>
    
    ###
    [`v4.1.2`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.2)
    
    [Compare
    Source](https://togithub.com/actions/download-artifact/compare/v4.1.1...v4.1.2)
    
    - Bump
    [@&#8203;actions/artifacts](https://togithub.com/actions/artifacts) to
    latest version to include [updated GHES host
    check](https://togithub.com/actions/toolkit/pull/1648)
    
    ###
    [`v4.1.1`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.1)
    
    [Compare
    Source](https://togithub.com/actions/download-artifact/compare/v4.1.0...v4.1.1)
    
    - Fix transient request timeouts
    [https://github.com/actions/download-artifact/issues/249](https://togithub.com/actions/download-artifact/issues/249)
    -   Bump `@actions/artifacts` to latest version
    
    ###
    [`v4.1.0`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.0)
    
    [Compare
    Source](https://togithub.com/actions/download-artifact/compare/v4.0.0...v4.1.0)
    
    #### What's Changed
    
    - Some cleanup by [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/download-artifact/pull/247](https://togithub.com/actions/download-artifact/pull/247)
    - Fix default for run-id by [@&#8203;stchr](https://togithub.com/stchr)
    in
    [https://github.com/actions/download-artifact/pull/252](https://togithub.com/actions/download-artifact/pull/252)
    - Support pattern matching to filter artifacts & merge to same directory
    by [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/download-artifact/pull/259](https://togithub.com/actions/download-artifact/pull/259)
    
    #### New Contributors
    
    - [@&#8203;stchr](https://togithub.com/stchr) made their first
    contribution in
    [https://github.com/actions/download-artifact/pull/252](https://togithub.com/actions/download-artifact/pull/252)
    
    **Full Changelog**:
    https://github.com/actions/download-artifact/compare/v4...v4.1.0
    
    </details>
    
    <details>
    <summary>actions/upload-artifact (actions/upload-artifact)</summary>
    
    ###
    [`v4.3.1`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.1)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.3.0...v4.3.1)
    
    - Bump
    [@&#8203;actions/artifacts](https://togithub.com/actions/artifacts) to
    latest version to include [updated GHES host
    check](https://togithub.com/actions/toolkit/pull/1648)
    
    ###
    [`v4.3.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.0)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.2.0...v4.3.0)
    
    ##### What's Changed
    
    - Reorganize upload code in prep for merge logic & add more tests by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/upload-artifact/pull/504](https://togithub.com/actions/upload-artifact/pull/504)
    - Add sub-action to merge artifacts by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/upload-artifact/pull/505](https://togithub.com/actions/upload-artifact/pull/505)
    
    **Full Changelog**:
    https://github.com/actions/upload-artifact/compare/v4...v4.3.0
    
    ###
    [`v4.2.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.2.0)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.1.0...v4.2.0)
    
    ##### What's Changed
    
    - Ability to overwrite an Artifact by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/upload-artifact/pull/501](https://togithub.com/actions/upload-artifact/pull/501)
    
    **Full Changelog**:
    https://github.com/actions/upload-artifact/compare/v4...v4.2.0
    
    ###
    [`v4.1.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.1.0)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.0.0...v4.1.0)
    
    #### What's Changed
    
    - Add migrations docs by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/upload-artifact/pull/482](https://togithub.com/actions/upload-artifact/pull/482)
    - Update README.md by
    [@&#8203;samuelwine](https://togithub.com/samuelwine) in
    [https://github.com/actions/upload-artifact/pull/492](https://togithub.com/actions/upload-artifact/pull/492)
    - Support artifact-url output by
    [@&#8203;konradpabjan](https://togithub.com/konradpabjan) in
    [https://github.com/actions/upload-artifact/pull/496](https://togithub.com/actions/upload-artifact/pull/496)
    - Update readme to reflect new 500 artifact per job limit by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [https://github.com/actions/upload-artifact/pull/497](https://togithub.com/actions/upload-artifact/pull/497)
    
    #### New Contributors
    
    - [@&#8203;samuelwine](https://togithub.com/samuelwine) made their first
    contribution in
    [https://github.com/actions/upload-artifact/pull/492](https://togithub.com/actions/upload-artifact/pull/492)
    
    **Full Changelog**:
    https://github.com/actions/upload-artifact/compare/v4...v4.1.0
    
    </details>
    
    <details>
    <summary>anchore/sbom-action (anchore/sbom-action)</summary>
    
    ###
    [`v0.15.8`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.8)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.7...v0.15.8)
    
    #### Changes in v0.15.8
    
    - Update Syft to v0.103.1
    ([#&#8203;441](https://togithub.com/anchore/sbom-action/issues/441))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    
    ###
    [`v0.15.7`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.7)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.6...v0.15.7)
    
    #### Changes in v0.15.7
    
    - chore: migrate action to use node v20.11.0 (Iron) FROM node v16.x.x
    ([#&#8203;440](https://togithub.com/anchore/sbom-action/issues/440))
    \[[spiffcs](https://togithub.com/spiffcs)]
    
    ###
    [`v0.15.6`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.6)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.5...v0.15.6)
    
    #### Changes in v0.15.6
    
    - chore(deps): update Syft to v0.102.0
    ([#&#8203;438](https://togithub.com/anchore/sbom-action/issues/438))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    
    ###
    [`v0.15.5`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.5)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.4...v0.15.5)
    
    #### Changes in v0.15.5
    
    - chore(deps): update Syft to v0.101.1
    ([#&#8203;437](https://togithub.com/anchore/sbom-action/issues/437))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    
    ###
    [`v0.15.4`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.4)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.3...v0.15.4)
    
    #### Changes in v0.15.4
    
    - chore(deps): update Syft to v0.101.0
    ([#&#8203;436](https://togithub.com/anchore/sbom-action/issues/436))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    
    ###
    [`v0.15.3`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.3)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.2...v0.15.3)
    
    #### Changes in v0.15.3
    
    - chore(deps): update Syft to v0.100.0
    ([#&#8203;435](https://togithub.com/anchore/sbom-action/issues/435))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    
    ###
    [`v0.15.2`](https://togithub.com/anchore/sbom-action/releases/tag/v0.15.2)
    
    [Compare
    Source](https://togithub.com/anchore/sbom-action/compare/v0.15.1...v0.15.2)
    
    #### Changes in v0.15.2
    
    - chore(deps): update Syft to v0.99.0
    ([#&#8203;432](https://togithub.com/anchore/sbom-action/issues/432))
    \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
    - chore: fix github-script invocation in update-snapshots workflow
    ([#&#8203;433](https://togithub.com/anchore/sbom-action/issues/433))
    \[[willmurphyscode](https://togithub.com/willmurphyscode)]
    
    </details>
    
    <details>
    <summary>argoproj/argo-helm (argo-cd)</summary>
    
    ###
    [`v5.54.0`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.54.0)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.14...argo-cd-5.54.0)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - feat(argo-cd): Add Probes for redis by
    [@&#8203;Farfaday](https://togithub.com/Farfaday) in
    [https://github.com/argoproj/argo-helm/pull/2400](https://togithub.com/argoproj/argo-helm/pull/2400)
    
    #### New Contributors
    
    - [@&#8203;Farfaday](https://togithub.com/Farfaday) made their first
    contribution in
    [https://github.com/argoproj/argo-helm/pull/2400](https://togithub.com/argoproj/argo-helm/pull/2400)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.14...argo-cd-5.54.0
    
    ###
    [`v5.53.14`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.14)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.13...argo-cd-5.53.14)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): refresh from upstream by
    [@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
    [https://github.com/argoproj/argo-helm/pull/2474](https://togithub.com/argoproj/argo-helm/pull/2474)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-workflows-0.40.10...argo-cd-5.53.14
    
    ###
    [`v5.53.13`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.13)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.12...argo-cd-5.53.13)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.6 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/argoproj/argo-helm/pull/2473](https://togithub.com/argoproj/argo-helm/pull/2473)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argocd-apps-1.6.1...argo-cd-5.53.13
    
    ###
    [`v5.53.12`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.12)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.11...argo-cd-5.53.12)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    ##### What's Changed
    
    - fix(argo-cd): bump dex image version to fix cves by
    [@&#8203;Boeller666](https://togithub.com/Boeller666) in
    [https://github.com/argoproj/argo-helm/pull/2468](https://togithub.com/argoproj/argo-helm/pull/2468)
    
    ##### New Contributors
    
    - [@&#8203;Boeller666](https://togithub.com/Boeller666) made their first
    contribution in
    [https://github.com/argoproj/argo-helm/pull/2468](https://togithub.com/argoproj/argo-helm/pull/2468)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.11...argo-cd-5.53.12
    
    ###
    [`v5.53.11`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.11)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.10...argo-cd-5.53.11)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - feat(argo-cd): bump redis deps to fix cves by
    [@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
    [https://github.com/argoproj/argo-helm/pull/2466](https://togithub.com/argoproj/argo-helm/pull/2466)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argocd-apps-1.6.0...argo-cd-5.53.11
    
    ###
    [`v5.53.10`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.10)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.9...argo-cd-5.53.10)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/argoproj/argo-helm/pull/2457](https://togithub.com/argoproj/argo-helm/pull/2457)
    - chore(deps): bump tj-actions/changed-files from 42.0.0 to 42.0.2 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/argoproj/argo-helm/pull/2458](https://togithub.com/argoproj/argo-helm/pull/2458)
    - fix(argo-cd): Restart argocd-server when argocd-cm CM is updated by
    [@&#8203;yu-croco](https://togithub.com/yu-croco) in
    [https://github.com/argoproj/argo-helm/pull/2459](https://togithub.com/argoproj/argo-helm/pull/2459)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-workflows-0.40.9...argo-cd-5.53.10
    
    ###
    [`v5.53.9`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.9)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.8...argo-cd-5.53.9)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - fix(argo-cd): Fix Repo server `serviceaccount` label template by
    [@&#8203;ishuar](https://togithub.com/ishuar) in
    [https://github.com/argoproj/argo-helm/pull/2454](https://togithub.com/argoproj/argo-helm/pull/2454)
    
    #### New Contributors
    
    - [@&#8203;ishuar](https://togithub.com/ishuar) made their first
    contribution in
    [https://github.com/argoproj/argo-helm/pull/2454](https://togithub.com/argoproj/argo-helm/pull/2454)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.34.2...argo-cd-5.53.9
    
    ###
    [`v5.53.8`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.8)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.7...argo-cd-5.53.8)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - docs(argo-cd): Update docs with the correct default for
    application.instanceLabelKey by
    [@&#8203;bodgit](https://togithub.com/bodgit) in
    [https://github.com/argoproj/argo-helm/pull/2447](https://togithub.com/argoproj/argo-helm/pull/2447)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.7...argo-cd-5.53.8
    
    ###
    [`v5.53.7`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.7)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.6...argo-cd-5.53.7)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): Change redis repository to public.ecr.aws by
    [@&#8203;joaoestrela](https://togithub.com/joaoestrela) in
    [https://github.com/argoproj/argo-helm/pull/2446](https://togithub.com/argoproj/argo-helm/pull/2446)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.6...argo-cd-5.53.7
    
    ###
    [`v5.53.6`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.6)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.5...argo-cd-5.53.6)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): Provide Casbin matcher explicitly by
    [@&#8203;yu-croco](https://togithub.com/yu-croco) in
    [https://github.com/argoproj/argo-helm/pull/2445](https://togithub.com/argoproj/argo-helm/pull/2445)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.5...argo-cd-5.53.6
    
    ###
    [`v5.53.5`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.5)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.4...argo-cd-5.53.5)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - fix(argo-cd): Fix fail to render `.Values.configs.secret.azureDevops`
    by [@&#8203;yu-croco](https://togithub.com/yu-croco) in
    [https://github.com/argoproj/argo-helm/pull/2443](https://togithub.com/argoproj/argo-helm/pull/2443)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.4...argo-cd-5.53.5
    
    ###
    [`v5.53.4`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.4)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.3...argo-cd-5.53.4)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/argoproj/argo-helm/pull/2441](https://togithub.com/argoproj/argo-helm/pull/2441)
    - chore(deps): bump tj-actions/changed-files from 41.0.1 to 42.0.0 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/argoproj/argo-helm/pull/2440](https://togithub.com/argoproj/argo-helm/pull/2440)
    - feat(argo-cd): Support Azure DevOps webhook Secret by
    [@&#8203;yu-croco](https://togithub.com/yu-croco) in
    [https://github.com/argoproj/argo-helm/pull/2439](https://togithub.com/argoproj/argo-helm/pull/2439)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.3...argo-cd-5.53.4
    
    ###
    [`v5.53.3`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.3)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.2...argo-cd-5.53.3)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - docs(argo-cd): Add reference for Argo CD extensions by
    [@&#8203;yu-croco](https://togithub.com/yu-croco) in
    [https://github.com/argoproj/argo-helm/pull/2438](https://togithub.com/argoproj/argo-helm/pull/2438)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.2...argo-cd-5.53.3
    
    ###
    [`v5.53.2`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.2)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.1...argo-cd-5.53.2)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.5 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/argoproj/argo-helm/pull/2436](https://togithub.com/argoproj/argo-helm/pull/2436)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.1...argo-cd-5.53.2
    
    ###
    [`v5.53.1`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.1)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-5.53.0...argo-cd-5.53.1)
    
    A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
    for Kubernetes.
    
    #### What's Changed
    
    - chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.4 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/argoproj/argo-helm/pull/2434](https://togithub.com/argoproj/argo-helm/pull/2434)
    
    **Full Changelog**:
    https://github.com/argoproj/argo-helm/compare/argo-cd-5.53.0...argo-cd-5.53.1
    
    ###
    [`v5.53.0`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.0)
    
    [Compare
    Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-
    
    </details>
    
    ---
    
    ### 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.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config help](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTczLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Wayne Starr <me@racer159.com>
    renovate[bot] and Racer159 authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    032ef0c View commit details
  2. fix(deps): update github.com/anchore/clio digest to 3ef5b3b (#2283)

    [![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 | `9eba612` -> `3ef5b3b` |
    
    ---
    
    > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4329862 View commit details
  3. fix: use memory friendly file split logic (#2264)

    ## Description
    
    When splitting a tarball using `--max-package-size`, zarf will load the
    entire tarball into memory and copy it to new slices before writing the
    new files to disk resulting in memory usage up to 2x of the tarball.
    This can result in large memory usage when the package tarball is large
    itself.
    
    This PR updates the logic to read the original tarball in chunks of 16
    MiB at a time thereby fixing the memory issue.
    
    ## Testing
    
    Will be breaking this down into a few sections:
    
    1. Test setup
    1. Test off of main
    1. Test off of PR
    
    ### Test setup
    
    We will be reusing the `TestMultiPartPackage` test and updating
    `src\test\packages\05-multi-part\zarf.yaml` to the following to test a
    larger package size and setting `--max-package-size=500`:
    
    ```yaml
    kind: ZarfPackageConfig
    metadata:
      name: multi-part
    components:
      - name: big-ol-file
        required: true
        description: test larger package around 2GB
        images:
          - atlassian/confluence-server:8.6.0-jdk17
          - atlassian/confluence-server:8.5.1-jdk17
    ```
    
    We will expect the test to fail as the number of expected split files
    will no longer match the original test, however we will be able to see
    the memory usage while the test runs.
    
    We will capture memory usage using `top | grep zarf`.
    
    ### Test off of main
    
    Before we look at the results from the code changes, lets first look at
    the results from main for comparison.
    
    
    [zarf-2024-01-27-23-31-37-3566031216.log](https://github.com/defenseunicorns/zarf/files/14075059/zarf-2024-01-27-23-31-37-3566031216.log)
    
    
    ![image](https://github.com/defenseunicorns/zarf/assets/114503075/56a955af-97f9-4ef1-a1ca-d65d86d4f045)
    
    When the package tarball is being split, memory tops out at 2.1g
    
    ### Test off of PR
    
    
    [zarf-2024-01-27-23-42-37-480658840.log](https://github.com/defenseunicorns/zarf/files/14075078/zarf-2024-01-27-23-42-37-480658840.log)
    
    
    ![image](https://github.com/defenseunicorns/zarf/assets/114503075/a90a2a9d-a4a6-4a4c-b871-1dc723ba6ccb)
    
    When the package tarball is being split, memory remains steady at under
    250m
    
    ## Related Issue
    
    Fixes #2231 
    
    ## 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: Wayne Starr <Racer159@users.noreply.github.com>
    Co-authored-by: razzle <harry@razzle.cloud>
    3 people authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    68889b0 View commit details
  4. chore: k8s, and cluster partial refactor (#2271)

    ## Description
    
    Refactor `k8s` and `cluster` packages to consolidate
    `GetImagesWithNodes` and `GetAllImages` into one function
    `GetAvailableImagesFromNodes`.
    
    Move utility functions from `images.go` to `prepare.go` where they are
    used.
    
    Delete `images.go`
    
    ## Related Issue
    
    Fixes #2222
    
    ## 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
    
    ---------
    
    Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
    chrishorton and Racer159 authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    731e93c View commit details
  5. fix: reproducible tarballs on windows (#2293)

    ## Description
    
    Small change to do a `filepath.ToSlash` on paths within tarballs to make
    cross platform packages happy.
    
    ## 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
    
    - [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 <harry@razzle.cloud>
    Noxsios authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1320831 View commit details
Showing with 7,279 additions and 2,492 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/bug_report.md
  2. +1 −1 .github/ISSUE_TEMPLATE/feature_request.md
  3. +1 −1 .github/ISSUE_TEMPLATE/tech_debt.md
  4. +2 −2 .github/actions/install-tools/action.yaml
  5. +1 −1 .github/actions/save-logs/action.yaml
  6. +1 −1 .github/actions/slack/action.yaml
  7. +4 −4 .github/workflows/release.yml
  8. +2 −2 .github/workflows/scan-codeql.yml
  9. +2 −2 .github/workflows/scorecard.yaml
  10. +2 −2 .github/workflows/test-bigbang.yml
  11. +6 −6 .github/workflows/test-e2e.yml
  12. +2 −2 .github/workflows/test-upgrade.yml
  13. BIN .images/zarf-logo.png
  14. +7 −6 README.md
  15. +4 −4 docs-website/docusaurus.config.js
  16. +20 −20 docs-website/package-lock.json
  17. +2 −2 docs-website/package.json
  18. +7 −7 docs-website/src/css/custom.css
  19. +592 −96 docs-website/static/img/favicon.svg
  20. +0 −223 docs-website/static/img/zarf-logo-dark-old.svg
  21. +0 −232 docs-website/static/img/zarf-logo-dark.svg
  22. +830 −0 docs-website/static/img/zarf-logo-header.svg
  23. +0 −223 docs-website/static/img/zarf-logo-light.svg
  24. BIN docs-website/static/img/zarf-logo.png
  25. +1,115 −215 docs/.images/Zarf Files - 3 Bubbles.svg
  26. +3,200 −731 docs/.images/Zarf Left Underwater - Behind rock.svg
  27. +2 −2 docs/.images/architecture.drawio.svg
  28. +592 −96 docs/.images/favicon.svg
  29. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_init.md
  30. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm.md
  31. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_dependency.md
  32. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_dependency_build.md
  33. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_dependency_list.md
  34. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_dependency_update.md
  35. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo.md
  36. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo_add.md
  37. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo_index.md
  38. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo_list.md
  39. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo_remove.md
  40. +1 −0 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_helm_repo_update.md
  41. +1 −1 docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md
  42. +4 −4 docs/2-the-zarf-cli/100-cli-commands/{zarf_tools_sbom_packages.md → zarf_tools_sbom_scan.md}
  43. +7 −4 examples/argocd/zarf.yaml
  44. +2 −2 examples/big-bang/yolo/zarf.yaml
  45. +2 −2 examples/big-bang/zarf.yaml
  46. +109 −108 go.mod
  47. +234 −273 go.sum
  48. +6 −6 packages/distros/eks/zarf.yaml
  49. +2 −0 packages/distros/k3s/common/zarf.yaml
  50. +3 −0 packages/gitea/gitea-values.yaml
  51. +1 −1 packages/gitea/zarf.yaml
  52. +2 −2 packages/logging-pgl/zarf.yaml
  53. +15 −2 renovate.json
  54. +2 −0 src/cmd/initialize.go
  55. +29 −15 src/injector/Cargo.lock
  56. +1 −1 src/injector/Cargo.toml
  57. +75 −4 src/pkg/cluster/injector.go
  58. +0 −121 src/pkg/k8s/images.go
  59. +8 −0 src/pkg/message/progress.go
  60. +5 −34 src/pkg/packager/common.go
  61. +22 −5 src/pkg/packager/create_stages.go
  62. +5 −0 src/pkg/packager/deploy.go
  63. +43 −11 src/pkg/packager/prepare.go
  64. +10 −0 src/pkg/packager/sources/validate.go
  65. +1 −1 src/pkg/utils/cosign.go
  66. +157 −6 src/pkg/utils/io.go
  67. +6 −3 src/test/e2e/05_tarball_test.go
  68. +2 −2 src/test/e2e/06_create_sbom_test.go
  69. +33 −0 src/test/e2e/34_manifest_with_symlink_test.go
  70. +47 −0 src/test/e2e/35_custom_init_package_test.go
  71. +14 −1 src/test/e2e/99_appliance_remove_test.go
  72. +1 −0 src/test/packages/34-manifest-with-symlink/manifests/img/test.txt
  73. +1 −0 src/test/packages/34-manifest-with-symlink/manifests/resources/img
  74. +12 −0 src/test/packages/34-manifest-with-symlink/zarf.yaml
  75. +8 −0 src/test/packages/35-custom-init-package/zarf.yaml
  76. +1 −1 zarf-config.toml
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible-bug
labels: 'possible-bug 🐛'
assignees: ''
---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
labels: 'enhancement'
assignees: ''
---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tech_debt.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Tech debt
about: Record something that should be investigated or refactored in the future.
title: ''
labels: 'tech-debt'
labels: 'tech-debt 💳'
assignees: ''
---

4 changes: 2 additions & 2 deletions .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ description: "Install pipeline tools"
runs:
using: composite
steps:
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
- uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0

- uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
- uses: anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8

- run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin --tag v0.64.2"
shell: bash
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ runs:
sudo chown $USER /tmp/zarf-*.log || echo ""
shell: bash

- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: debug-log${{ inputs.suffix }}
path: /tmp/zarf-*.log
2 changes: 1 addition & 1 deletion .github/actions/slack/action.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ inputs:
runs:
using: composite
steps:
- uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 #v1.24.0
- uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
with:
payload: |
{
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ jobs:

# Upload the contents of the build directory for later stages to use
- name: Upload build artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-artifacts
path: build/
@@ -89,7 +89,7 @@ jobs:
fetch-depth: 0

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -133,7 +133,7 @@ jobs:
uses: ./.github/actions/install-tools

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -179,7 +179,7 @@ jobs:


- name: Save CVE report
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: cve-report
path: build/zarf-known-cves.csv
4 changes: 2 additions & 2 deletions .github/workflows/scan-codeql.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
with:
@@ -54,6 +54,6 @@ jobs:
run: make build-cli-linux-amd

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
@@ -37,14 +37,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/test-bigbang.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:

# Upload the contents of the build directory for later stages to use
- name: Upload build artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-artifacts
path: build/
@@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
12 changes: 6 additions & 6 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:

# Upload the contents of the build directory for later stages to use
- name: Upload build artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-artifacts
path: build/
@@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
@@ -202,7 +202,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
4 changes: 2 additions & 2 deletions .github/workflows/test-upgrade.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:

# Upload the contents of the build directory for later stages to use
- name: Upload build artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-artifacts
path: build/
@@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download build artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: build-artifacts
path: build/
Binary file modified .images/zarf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,13 +11,14 @@
[![Zarf Website](https://img.shields.io/badge/web-zarf.dev-6d87c3)](https://zarf.dev/)
[![Zarf Documentation](https://img.shields.io/badge/docs-docs.zarf.dev-775ba1)](https://docs.zarf.dev/)
[![Zarf Slack Channel](https://img.shields.io/badge/k8s%20slack-zarf-40a3dd)](https://kubernetes.slack.com/archives/C03B6BJAUJ3)
[![Community Meetups](https://img.shields.io/badge/community-meetups-22aebb)](https://github.com/defenseunicorns/zarf/issues/2202)

Zarf eliminates the [complexity of air gap software delivery](https://www.itopstimes.com/contain/air-gap-kubernetes-considerations-for-running-cloud-native-applications-without-the-cloud/) for Kubernetes clusters and cloud-native workloads using a declarative packaging strategy to support DevSecOps in offline and semi-connected environments.

## Why Use Zarf
## Why Use Zarf

- 💸 **Free and Open-Source.** Zarf will always be free to use and maintained by the open-source community.
- ⭐️ **Zero Dependencies.** As a statically compiled binary, the Zarf CLI has zero dependencies to run on any machine.
- ⭐️ **Zero Dependencies.** As a statically compiled binary, the Zarf CLI has zero dependencies to run on any machine.
- 🔓 **No Vendor Lock.** There is no proprietary software that locks you into using Zarf. If you want to remove it, you can still use your Helm charts to deploy your software manually.
- 💻 **OS Agnostic.** Zarf supports numerous operating systems. A full matrix of supported OSes, architectures, and feature sets is coming soon.
- 📦 **Highly Distributable.** Integrate and deploy software from multiple secure development environments, including edge, embedded systems, secure cloud, data centers, and even local environments.
@@ -58,7 +59,7 @@ _<https://www.youtube.com/watch?v=WnOYlFVVKDE>_

## ✅ Getting Started

To try Zarf out for yourself, visit the ["Try It Now"](https://zarf.dev/install) section on our website.
To try Zarf out for yourself, visit the ["Try It Now"](https://zarf.dev/install) section on our website.

To learn more about Zarf and its use cases, visit [docs.zarf.dev](https://docs.zarf.dev/docs/zarf-overview). From the docs, you can learn more about:
- [installation](https://docs.zarf.dev/docs/getting-started/#installing-zarf)
@@ -82,9 +83,9 @@ Made with [contrib.rocks](https://contrib.rocks).

## 💻 Contributing

Want to contribute to Zarf?
Check out our [Contributor Guide](https://docs.zarf.dev/docs/contribute-to-zarf/contributor-guide) to learn more about how to set up your development environment and begin contributing.
We also recommend checking out our architectural diagram.
Want to contribute to Zarf?
Check out our [Contributor Guide](https://docs.zarf.dev/docs/contribute-to-zarf/contributor-guide) to learn more about how to set up your development environment and begin contributing.
We also recommend checking out our architectural diagram.

To dive deeper into the tech, you can read the [Nerd Notes](https://docs.zarf.dev/docs/contribute-to-zarf/nerd-notes) in our Docs.

8 changes: 4 additions & 4 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -92,8 +92,8 @@ const config = {
navbar: {
logo: {
alt: "Zarf",
src: "img/zarf-logo-light.svg",
srcDark: "img/zarf-logo-dark.svg",
src: "img/zarf-logo-header.svg",
srcDark: "img/zarf-logo-header.svg",
href: "https://zarf.dev/",
target: "_self",
},
@@ -128,8 +128,8 @@ const config = {
style: "dark",
logo: {
alt: "Zarf",
src: "img/zarf-logo-light.svg",
srcDark: "img/zarf-logo-dark.svg",
src: "img/zarf-logo-header.svg",
srcDark: "img/zarf-logo-header.svg",
href: "https://zarf.dev/",
},
copyright: `<p class="p-copy">Copyright © ${new Date().getFullYear()} Zarf Project, All rights reserved.</p>`,
40 changes: 20 additions & 20 deletions docs-website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs-website/package.json
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/theme-mermaid": "2.4.3",
"@easyops-cn/docusaurus-search-local": "^0.38.0",
"prism-react-renderer": "2.3.0",
"@easyops-cn/docusaurus-search-local": "^0.40.0",
"prism-react-renderer": "2.3.1",
"custom-loaders": "file:plugins/custom-loaders"
},
"devDependencies": {
Loading