chore(deps): update all non-major dependencies #2

Merged
stefan merged 1 commits from renovate/all-minor-patch into main 2024-12-06 13:19:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v2.13.0 -> v2.13.1
sops patch v3.9.1 -> v3.9.2
vals minor v0.37.6 -> v0.38.0

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v2.13.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1

getsops/sops (sops)

v3.9.2

Compare Source

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:


### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.linux.amd64

### Move the binary in to your PATH
mv sops-v3.9.2.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:


### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.9.2.checksums.txt \
  --certificate sops-v3.9.2.checksums.pem \
  --signature sops-v3.9.2.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:


### Verify the binary using the checksums file
sha256sum -c sops-v3.9.2.checksums.txt --ignore-missing
Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.9.2.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:


### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.9.2.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.9.2

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.9.2
  • ghcr.io/getsops/sops:v3.9.2-alpine
Quay.io
  • quay.io/getsops/sops:v3.9.2
  • quay.io/getsops/sops:v3.9.2-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.9.2 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

New Contributors

Full Changelog: https://github.com/getsops/sops/compare/v3.9.1...v3.9.2

helmfile/vals (vals)

v0.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/helmfile/vals/compare/v0.37.8...v0.38.0

v0.37.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/helmfile/vals/compare/v0.37.7...v0.37.8

v0.37.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/helmfile/vals/compare/v0.37.6...v0.37.7


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | patch | `v2.13.0` -> `v2.13.1` | | [sops](https://github.com/getsops/sops) | | patch | `v3.9.1` -> `v3.9.2` | | [vals](https://github.com/helmfile/vals) | | minor | `v0.37.6` -> `v0.38.0` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v2.13.1`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Features - [`6a8cb6e`](https://github.com/argoproj/argo-cd/commit/6a8cb6eff098ef6db623126fa0d93dcaa2f54bef): feat: option to disable writing k8s events([#&#8203;18205](https://github.com/argoproj/argo-cd/issues/18205)) ([#&#8203;18441](https://github.com/argoproj/argo-cd/issues/18441)) ([#&#8203;20788](https://github.com/argoproj/argo-cd/issues/20788)) ([@&#8203;Jack-R-lantern](https://github.com/Jack-R-lantern)) ##### Bug fixes - [`449e693`](https://github.com/argoproj/argo-cd/commit/449e6939b2a729bba32d11f055d7c6067a44b9cc): fix(pkce): 20202 Backport PKCE auth flow fix for basehref and reauth ([#&#8203;20675](https://github.com/argoproj/argo-cd/issues/20675)) ([@&#8203;austin5219](https://github.com/austin5219)) - [`68606c6`](https://github.com/argoproj/argo-cd/commit/68606c6caf058f7c4f2ecdbb4381d2cba40aa249): fix: Fix repeated 403 due to app namespace being undefined ([#&#8203;20699](https://github.com/argoproj/argo-cd/issues/20699)) ([#&#8203;20819](https://github.com/argoproj/argo-cd/issues/20819)) ([#&#8203;20860](https://github.com/argoproj/argo-cd/issues/20860)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`99aab9a`](https://github.com/argoproj/argo-cd/commit/99aab9a5f3812f2f4089ce6982d4764145271f78): fix: check for source position when --show-params is set ([#&#8203;20682](https://github.com/argoproj/argo-cd/issues/20682)) ([#&#8203;20689](https://github.com/argoproj/argo-cd/issues/20689)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`d03ccf3`](https://github.com/argoproj/argo-cd/commit/d03ccf305c60f7305a076e4b3c1c28e1749ba6c9): fix: disable automaxprocs logging ([#&#8203;20069](https://github.com/argoproj/argo-cd/issues/20069)) - cherry-pick 2.13 ([#&#8203;20718](https://github.com/argoproj/argo-cd/issues/20718)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) ##### Other work - [`7f45c9e`](https://github.com/argoproj/argo-cd/commit/7f45c9e09398b1d8e65ad9fdf1dab2dd2c1532d7): chore: Don't degrade PDB on InsufficientPods ([#&#8203;20171](https://github.com/argoproj/argo-cd/issues/20171)) ([#&#8203;20665](https://github.com/argoproj/argo-cd/issues/20665)) ([#&#8203;20694](https://github.com/argoproj/argo-cd/issues/20694)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> <details> <summary>getsops/sops (sops)</summary> ### [`v3.9.2`](https://github.com/getsops/sops/releases/tag/v3.9.2) [Compare Source](https://github.com/getsops/sops/compare/v3.9.1...v3.9.2) #### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.linux.amd64 ### Move the binary in to your PATH mv sops-v3.9.2.linux.amd64 /usr/local/bin/sops ### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.sig ### Verify the checksums file cosign verify-blob sops-v3.9.2.checksums.txt \ --certificate sops-v3.9.2.checksums.pem \ --signature sops-v3.9.2.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ### Verify the binary using the checksums file sha256sum -c sops-v3.9.2.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.9.2.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.intoto.jsonl ### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.9.2.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.9.2 ``` #### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.9.2` - `ghcr.io/getsops/sops:v3.9.2-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.9.2` - `quay.io/getsops/sops:v3.9.2-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.9.2 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://github.com/slsa-framework/slsa-verifier#containers). #### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. #### What's Changed - build(deps): Bump the go group with 11 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1645 - build(deps): Bump the ci group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1644 - build(deps): Bump the go group with 12 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1649 - build(deps): Bump the ci group with 5 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1648 - build(deps): Bump the go group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1653 - build(deps): Bump the ci group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1654 - build(deps): Bump serde_json from 1.0.128 to 1.0.132 in /functional-tests in the rust group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1655 - fix(azkv): handle whitespace in Azure Key Vault URLs by [@&#8203;sEpt0r](https://github.com/sEpt0r) in https://github.com/getsops/sops/pull/1652 - build(deps): Bump the go group with 7 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1662 - build(deps): Bump the ci group with 5 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1664 - build(deps): Bump the rust group in /functional-tests with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1663 - build(deps): Bump the ci group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1673 - build(deps): Bump the rust group in /functional-tests with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1670 - build(deps): Bump github/codeql-action from 3.27.1 to 3.27.4 in the ci group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1677 - build(deps): Bump the rust group in /functional-tests with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1676 - build(deps): Bump the ci group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1685 - build(deps): Bump the go group across 1 directory with 18 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1686 - Correctly handle comments during JSON serialization by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1647 - Update Rust dependencies by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1689 - fix(config): remove unused variables and align error casing by [@&#8203;nicklasfrahm](https://github.com/nicklasfrahm) in https://github.com/getsops/sops/pull/1687 - keyservice: update protobuf to a recent release, and make go code generation reproducible by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1688 - build(deps): Bump the go group with 8 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1693 - Release 3.9.2 by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1691 #### New Contributors - [@&#8203;sEpt0r](https://github.com/sEpt0r) made their first contribution in https://github.com/getsops/sops/pull/1652 - [@&#8203;nicklasfrahm](https://github.com/nicklasfrahm) made their first contribution in https://github.com/getsops/sops/pull/1687 **Full Changelog**: https://github.com/getsops/sops/compare/v3.9.1...v3.9.2 </details> <details> <summary>helmfile/vals (vals)</summary> ### [`v0.38.0`](https://github.com/helmfile/vals/releases/tag/v0.38.0) [Compare Source](https://github.com/helmfile/vals/compare/v0.37.8...v0.38.0) #### What's Changed - build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/566 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.119.0 to 0.120.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/567 - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.2.0 to 1.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/569 - build(deps): bump google.golang.org/api from 0.204.0 to 0.205.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/568 - build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/571 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.120.0 to 0.121.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/570 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.121.0 to 0.122.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/572 - build(deps): bump cloud.google.com/go/storage from 1.46.0 to 1.47.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/574 - build(deps): bump google.golang.org/api from 0.205.0 to 0.206.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/573 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.6 to 0.12.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/575 - build(deps): bump google.golang.org/api from 0.206.0 to 0.207.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/577 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.122.0 to 0.123.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/576 - build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.3 to 0.1.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/578 - build(deps): bump k8s.io/apimachinery from 0.31.2 to 0.31.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/582 - build(deps): bump google.golang.org/api from 0.207.0 to 0.209.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/579 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.123.0 to 0.124.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/581 - build(deps): bump k8s.io/client-go from 0.31.2 to 0.31.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/580 - build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/583 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.124.0 to 0.125.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/584 - build(deps): bump github.com/getsops/sops/v3 from 3.9.1 to 3.9.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/586 - feat: Add keychain provider for reading text/yaml/json secrets by [@&#8203;anisimovdk](https://github.com/anisimovdk) in https://github.com/helmfile/vals/pull/585 #### New Contributors - [@&#8203;anisimovdk](https://github.com/anisimovdk) made their first contribution in https://github.com/helmfile/vals/pull/585 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.37.8...v0.38.0 ### [`v0.37.8`](https://github.com/helmfile/vals/releases/tag/v0.37.8) [Compare Source](https://github.com/helmfile/vals/compare/v0.37.7...v0.37.8) #### What's Changed - build(deps): bump google.golang.org/api from 0.201.0 to 0.202.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/554 - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.1.0 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/553 - build(deps): bump cloud.google.com/go/kms from 1.20.0 to 1.20.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/555 - build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/558 - build(deps): bump k8s.io/client-go from 0.31.1 to 0.31.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/556 - build(deps): bump cloud.google.com/go/secretmanager from 1.14.1 to 1.14.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/560 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.4 to 0.12.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/559 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.117.0 to 0.118.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/561 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.5 to 0.12.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/562 - build(deps): bump cloud.google.com/go/storage from 1.45.0 to 1.46.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/564 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.118.0 to 0.119.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/563 - build(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/565 - feat: make vals able to eval dictionaries by [@&#8203;thomasbecker](https://github.com/thomasbecker) in https://github.com/helmfile/vals/pull/530 #### New Contributors - [@&#8203;thomasbecker](https://github.com/thomasbecker) made their first contribution in https://github.com/helmfile/vals/pull/530 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.37.7...v0.37.8 ### [`v0.37.7`](https://github.com/helmfile/vals/releases/tag/v0.37.7) [Compare Source](https://github.com/helmfile/vals/compare/v0.37.6...v0.37.7) #### What's Changed - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/544 - build(deps): bump google.golang.org/api from 0.200.0 to 0.201.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/546 - build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.2 to 0.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/545 - docs: Improve clarity around how to access Pulumi stack outputs by [@&#8203;WillDaSilva](https://github.com/WillDaSilva) in https://github.com/helmfile/vals/pull/547 - perf: Reuse 1Password client by [@&#8203;WillDaSilva](https://github.com/WillDaSilva) in https://github.com/helmfile/vals/pull/548 - build(deps): bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/551 - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.15.0 to 1.16.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/550 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.116.0 to 0.117.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/549 #### New Contributors - [@&#8203;WillDaSilva](https://github.com/WillDaSilva) made their first contribution in https://github.com/helmfile/vals/pull/547 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.37.6...v0.37.7 </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM5LjMzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate force-pushed renovate/all-minor-patch from 3522db5445 to 103d590aa3 2024-12-06 13:07:55 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.1 to chore(deps): update all non-major dependencies 2024-12-06 13:07:57 +00:00
renovate force-pushed renovate/all-minor-patch from 103d590aa3 to 948cf20953 2024-12-06 13:17:16 +00:00 Compare
stefan merged commit c0d707a803 into main 2024-12-06 13:19:38 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/zdt-argocd#2
No description provided.