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

feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) #4127

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

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Dec 11, 2024

This PR contains the following updates:

Package Update Change OpenSSF
snapshot-controller major 3.0.6 -> 4.0.0 OpenSSF Scorecard

Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

v4.0.0

Compare Source

Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not.


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 has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/major a major update area/kubernetes cluster/talos-flux labels Dec 11, 2024
@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/kube-system/snapshot-controller/app Kustomization: flux-system/apps-snapshot-controller HelmRelease: kube-system/snapshot-controller

+++ kubernetes/talos-flux/apps/kube-system/snapshot-controller/app Kustomization: flux-system/apps-snapshot-controller HelmRelease: kube-system/snapshot-controller

@@ -12,13 +12,13 @@

     spec:
       chart: snapshot-controller
       sourceRef:
         kind: HelmRepository
         name: piraeus-charts
         namespace: flux-system
-      version: 3.0.6
+      version: 4.0.0
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   upgrade:

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: kube-system/snapshot-controller ClusterRole: kube-system/snapshot-controller

+++ HelmRelease: kube-system/snapshot-controller ClusterRole: kube-system/snapshot-controller

@@ -59,12 +59,13 @@

   - patch
 - apiGroups:
   - snapshot.storage.k8s.io
   resources:
   - volumesnapshots
   verbs:
+  - create
   - get
   - list
   - watch
   - update
   - patch
   - delete
--- HelmRelease: kube-system/snapshot-controller Deployment: kube-system/snapshot-controller

+++ HelmRelease: kube-system/snapshot-controller Deployment: kube-system/snapshot-controller

@@ -28,13 +28,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
+        image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
         imagePullPolicy: IfNotPresent
         args:
         - --http-endpoint=:8080
         - --leader-election=true
         - --leader-election-namespace=$(NAMESPACE)
         ports:

@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Dec 11, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 3.93s
✅ YAML prettier 1 0 0.46s
✅ YAML yamllint 1 0 0.44s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 11, 2024
@tyriis-automation tyriis-automation bot deleted the renovate/snapshot-controller-4.x branch December 11, 2024 19:11
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 11, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 11, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from efe4944 to 6318cb0 Compare December 11, 2024 20:19
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 13, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 13, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 13, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 4e542d3 to 6318cb0 Compare December 13, 2024 10:08
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 13, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 13, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 13, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from e2b91e2 to 6318cb0 Compare December 13, 2024 16:09
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 15, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 15, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 15, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 6b9be13 to 6318cb0 Compare December 15, 2024 21:11
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 1cc171b to 6318cb0 Compare December 29, 2024 00:30
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 29, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 29, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 29, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 874e575 to 6318cb0 Compare December 29, 2024 09:06
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 29, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 29, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 29, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 30, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 30, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 30, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Dec 31, 2024
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Dec 31, 2024
@tyriis-automation tyriis-automation bot reopened this Dec 31, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from e230805 to 6318cb0 Compare December 31, 2024 12:12
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Jan 1, 2025
@tyriis-automation tyriis-automation bot closed this Jan 1, 2025
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Jan 1, 2025
@tyriis-automation tyriis-automation bot reopened this Jan 1, 2025
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 43416a5 to 6318cb0 Compare January 1, 2025 04:08
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed Jan 1, 2025
@tyriis-automation tyriis-automation bot closed this Jan 1, 2025
@tyriis-automation tyriis-automation bot changed the title feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) - autoclosed feat(snapshot-controller)!: Update helm-release ( 3.0.6 → 4.0.0 ) Jan 1, 2025
@tyriis-automation tyriis-automation bot reopened this Jan 1, 2025
@tyriis-automation tyriis-automation bot force-pushed the renovate/snapshot-controller-4.x branch from 7c6fea8 to 6318cb0 Compare January 1, 2025 18:17
Copy link

sonarqubecloud bot commented Jan 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux renovate/flux renovate flux manager renovate/helm renovate helm datasource type/major a major update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants