Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release external-secrets to v0.10.4 #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2024

This PR contains the following updates:

Package Type Update Change
external-secrets HelmChart minor 0.9.11 -> 0.10.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

external-secrets/external-secrets (external-secrets)

v0.10.4

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.4
Image: ghcr.io/external-secrets/external-secrets:v0.10.4-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.4-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.10.3...v0.10.4

v0.10.3

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.3
Image: ghcr.io/external-secrets/external-secrets:v0.10.3-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.3-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.10.2...v0.10.3

v0.10.2

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.2
Image: ghcr.io/external-secrets/external-secrets:v0.10.2-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.2-ubi-boringssl

What's Changed

Full Changelog: external-secrets/external-secrets@v0.10.1...v0.10.2

v0.10.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.1
Image: ghcr.io/external-secrets/external-secrets:v0.10.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.1-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.10.0...v0.10.1

v0.10.0

Compare Source

⚠️ :red-alert: BREAKING CHANGE :red-alert: ⚠️

  • Webhook Generator
    Webhook generator labels have changed from generators.external-secrets.io/type: webhook to external-secrets.io/type: webhook.

  • Webhook Provider
    Webhook provider now can only use secrets that are labeled with external-secrets.io/type: webhook. This enforces explicit setup for webhook secrets by users.

Fixing the issue:

add the label for the secret used by the webhook:

apiVersion: v1
kind: Secret
metadata:
  name: your-secret
  labels:
    external-secrets.io/type: webhook ### <<<<<<<<<<<<< ADD THIS
data:
...

Image: ghcr.io/external-secrets/external-secrets:v0.10.0
Image: ghcr.io/external-secrets/external-secrets:v0.10.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.0-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.9.20...v0.10.0

v0.9.20

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.9.20
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi-boringssl

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from tsuzu as a code owner February 9, 2024 10:37
@renovate renovate bot added the renovate label Feb 9, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from a07b0e8 to 51b92b3 Compare February 17, 2024 16:59
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.12 Update Helm release external-secrets to v0.9.13 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from 51b92b3 to eba3dc2 Compare March 30, 2024 16:30
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.13 Update Helm release external-secrets to v0.9.14 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from eba3dc2 to edf44c6 Compare April 18, 2024 12:52
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.14 Update Helm release external-secrets to v0.9.16 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from edf44c6 to dca0228 Compare May 1, 2024 19:20
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.16 Update Helm release external-secrets to v0.9.17 May 1, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from dca0228 to 621d7c0 Compare May 14, 2024 08:25
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.17 Update Helm release external-secrets to v0.9.18 May 14, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from 621d7c0 to befd0eb Compare June 4, 2024 23:12
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.18 Update Helm release external-secrets to v0.9.19 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from befd0eb to db2f55c Compare July 6, 2024 20:12
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.19 Update Helm release external-secrets to v0.9.20 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from db2f55c to a4d712d Compare August 3, 2024 08:05
@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.20 Update Helm release external-secrets to v0.10.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from a4d712d to c34e961 Compare August 28, 2024 08:19
@renovate renovate bot changed the title Update Helm release external-secrets to v0.10.0 Update Helm release external-secrets to v0.10.1 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from c34e961 to 2009a3a Compare August 28, 2024 16:53
@renovate renovate bot changed the title Update Helm release external-secrets to v0.10.1 Update Helm release external-secrets to v0.10.2 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from 2009a3a to b6b39cd Compare September 9, 2024 16:05
@renovate renovate bot changed the title Update Helm release external-secrets to v0.10.2 Update Helm release external-secrets to v0.10.3 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from b6b39cd to 2cd62a8 Compare September 25, 2024 12:21
@renovate renovate bot changed the title Update Helm release external-secrets to v0.10.3 Update Helm release external-secrets to v0.10.4 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants