feat(container)!: Update image snapshot-controller ( 4.2.0 ➔ 5.0.3 )#3139
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update image snapshot-controller ( 4.2.0 ➔ 5.0.3 )#3139renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
qgr1-cluster-0 - kustomization--- k8s/base/snapshot-controller/snapshot-controller Kustomization: flux-system/snapshot-controller-snapshot-controller HelmRelease: snapshot-controller/snapshot-controller
+++ k8s/base/snapshot-controller/snapshot-controller Kustomization: flux-system/snapshot-controller-snapshot-controller HelmRelease: snapshot-controller/snapshot-controller
@@ -13,13 +13,13 @@
spec:
chart: snapshot-controller
sourceRef:
kind: HelmRepository
name: snapshot-controller
namespace: flux-system
- version: 4.2.0
+ version: 5.0.3
install:
createNamespace: true
remediation:
retries: 50
timeout: 15m
interval: 30m |
qgr1-cluster-0 - helmrelease--- HelmRelease: snapshot-controller/snapshot-controller Deployment: snapshot-controller/snapshot-controller
+++ HelmRelease: snapshot-controller/snapshot-controller Deployment: snapshot-controller/snapshot-controller
@@ -29,15 +29,16 @@
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
- image: registry.k8s.io/sig-storage/snapshot-controller:v8.4.0
+ image: registry.k8s.io/sig-storage/snapshot-controller:v8.5.0
imagePullPolicy: IfNotPresent
args:
+ - --feature-gates=CSIVolumeGroupSnapshot=true
- --http-endpoint=:8080
- --leader-election=true
- --leader-election-namespace=$(NAMESPACE)
ports:
- name: http
containerPort: 8080
--- HelmRelease: snapshot-controller/snapshot-controller ServiceAccount: snapshot-controller/snapshot-controller-conversion-webhook
+++ HelmRelease: snapshot-controller/snapshot-controller ServiceAccount: snapshot-controller/snapshot-controller-conversion-webhook
@@ -0,0 +1,11 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: snapshot-controller-conversion-webhook
+ namespace: snapshot-controller
+ labels:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+ app.kubernetes.io/managed-by: Helm
+
--- HelmRelease: snapshot-controller/snapshot-controller Service: snapshot-controller/snapshot-controller-conversion-webhook
+++ HelmRelease: snapshot-controller/snapshot-controller Service: snapshot-controller/snapshot-controller-conversion-webhook
@@ -0,0 +1,19 @@
+---
+apiVersion: v1
+kind: Service
+metadata:
+ name: snapshot-controller-conversion-webhook
+ namespace: snapshot-controller
+ labels:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+ app.kubernetes.io/managed-by: Helm
+spec:
+ ports:
+ - port: 443
+ targetPort: 8443
+ name: https
+ selector:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+
--- HelmRelease: snapshot-controller/snapshot-controller Deployment: snapshot-controller/snapshot-controller-conversion-webhook
+++ HelmRelease: snapshot-controller/snapshot-controller Deployment: snapshot-controller/snapshot-controller-conversion-webhook
@@ -0,0 +1,61 @@
+---
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: snapshot-controller-conversion-webhook
+ namespace: snapshot-controller
+ labels:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+ app.kubernetes.io/managed-by: Helm
+spec:
+ replicas: 1
+ revisionHistoryLimit: 10
+ selector:
+ matchLabels:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+ template:
+ metadata:
+ labels:
+ app.kubernetes.io/name: conversion-webhook
+ app.kubernetes.io/instance: snapshot-controller
+ spec:
+ serviceAccountName: snapshot-controller-conversion-webhook
+ securityContext: {}
+ containers:
+ - name: conversion-webhook
+ securityContext:
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 1000
+ image: ghcr.io/piraeusdatastore/snapshot-conversion-webhook:v8.5.0
+ imagePullPolicy: IfNotPresent
+ args:
+ - --port=8443
+ - --tls-cert-file=/etc/webhook/tls.crt
+ - --tls-private-key-file=/etc/webhook/tls.key
+ ports:
+ - name: https
+ containerPort: 8443
+ protocol: TCP
+ livenessProbe:
+ httpGet:
+ port: https
+ path: /readyz
+ scheme: HTTPS
+ resources: {}
+ volumeMounts:
+ - name: tls
+ mountPath: /etc/webhook
+ readOnly: true
+ hostNetwork: false
+ dnsPolicy: ClusterFirst
+ volumes:
+ - name: tls
+ secret:
+ secretName: snapshot-controller-conversion-webhook
+ |
6e9a02c to
7e3c8fa
Compare
5235580 to
3b36d87
Compare
3b36d87 to
3b3711d
Compare
3b3711d to
900b027
Compare
900b027 to
5d1ab87
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.0→5.0.3Release Notes
kubernetes-csi/external-snapshotter (snapshot-controller)
v5.0.1Compare Source
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.5
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.20+
Container
Notable Changes in v5.0.1 compared to v5.0.0
Breaking Changes
Feature
Design
Bug or Regression
Other (Cleanup or Flake)
Uncategorized
CertificateSigningRequest apiversiontoV1for Snapshot validation webhook deployment. (#588, @Kartik494)Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v5.0.1/CHANGELOG/CHANGELOG-5.0.md
v5.0.0Compare Source
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.5
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.20+
Container
Breaking Changes
Feature
Design
Bug or Regression
Other (Cleanup or Flake)
Uncategorized
CertificateSigningRequest apiversiontoV1for Snapshot validation webhook deployment. (#588, @Kartik494)Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v5.0.0/CHANGELOG/CHANGELOG-5.0.md
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.
This PR was generated by Mend Renovate. View the repository job log.