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

chore(deps): update helm release intel-device-plugins-operator to v0.31.1 - autoclosed #394

Closed
wants to merge 1 commit into from

Conversation

timtor-bot
Copy link
Collaborator

@timtor-bot timtor-bot commented May 16, 2024

This PR contains the following updates:

Package Update Change
intel-device-plugins-operator minor 0.29.0 -> 0.31.1

Warning

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


Release Notes

intel/helm-charts (intel-device-plugins-operator)

v0.31.1

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.31.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.30.0

Compare Source

A Helm chart for Intel GPU Device Plugin


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.

@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from 3a453ba to b82bac2 Compare June 7, 2024 13:56
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from b82bac2 to 62ca3e1 Compare June 17, 2024 11:36
@timtor-bot timtor-bot changed the title chore(deps): update helm release intel-device-plugins-operator to v0.30.0 chore(deps): update helm release intel-device-plugins-operator to v0.31.0 Oct 1, 2024
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from 62ca3e1 to 823e60e Compare October 1, 2024 00:17
@timtor-bot timtor-bot changed the title chore(deps): update helm release intel-device-plugins-operator to v0.31.0 chore(deps): update helm release intel-device-plugins-operator to v0.31.1 Oct 19, 2024
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from 823e60e to 13642f1 Compare October 19, 2024 00:13
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from 13642f1 to b584f05 Compare December 18, 2024 10:51
Copy link

--- kubernetes/intel-device-system Kustomization: flux-system/1-intel-device-system HelmRelease: intel-device-system/intel-device-plugins-operator

+++ kubernetes/intel-device-system Kustomization: flux-system/1-intel-device-system HelmRelease: intel-device-system/intel-device-plugins-operator

@@ -11,13 +11,13 @@

   chart:
     spec:
       chart: intel-device-plugins-operator
       sourceRef:
         kind: HelmRepository
         name: intel
-      version: 0.29.0
+      version: 0.31.1
   install:
     crds: CreateReplace
   interval: 1h
   maxHistory: 1
   timeout: 1m0s
   upgrade:

Copy link

--- HelmRelease: intel-device-system/intel-device-plugins-operator ClusterRole: intel-device-system/inteldeviceplugins-manager-role

+++ HelmRelease: intel-device-system/intel-device-plugins-operator ClusterRole: intel-device-system/inteldeviceplugins-manager-role

@@ -2,12 +2,19 @@

 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   creationTimestamp: null
   name: inteldeviceplugins-manager-role
 rules:
+- apiGroups:
+  - ''
+  resources:
+  - nodes/proxy
+  verbs:
+  - get
+  - list
 - apiGroups:
   - ''
   resources:
   - pods
   verbs:
   - get
@@ -51,179 +58,47 @@

   - get
   - update
 - apiGroups:
   - deviceplugin.intel.com
   resources:
   - dlbdeviceplugins
+  - dsadeviceplugins
+  - fpgadeviceplugins
+  - gpudeviceplugins
+  - iaadeviceplugins
+  - qatdeviceplugins
+  - sgxdeviceplugins
   verbs:
   - create
   - delete
   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
   - deviceplugin.intel.com
   resources:
   - dlbdeviceplugins/finalizers
+  - dsadeviceplugins/finalizers
+  - fpgadeviceplugins/finalizers
+  - gpudeviceplugins/finalizers
+  - iaadeviceplugins/finalizers
+  - qatdeviceplugins/finalizers
+  - sgxdeviceplugins/finalizers
   verbs:
   - update
 - apiGroups:
   - deviceplugin.intel.com
   resources:
   - dlbdeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - dsadeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - dsadeviceplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - dsadeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - fpgadeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - fpgadeviceplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - fpgadeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - gpudeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - gpudeviceplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - gpudeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - iaadeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - iaadeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - qatdeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - qatdeviceplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - qatdeviceplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - sgxdeviceplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
-  - sgxdeviceplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - deviceplugin.intel.com
-  resources:
   - sgxdeviceplugins/status
   verbs:
   - get
   - patch
   - update
 - apiGroups:
--- HelmRelease: intel-device-system/intel-device-plugins-operator Deployment: intel-device-system/inteldeviceplugins-controller-manager

+++ HelmRelease: intel-device-system/intel-device-plugins-operator Deployment: intel-device-system/inteldeviceplugins-controller-manager

@@ -20,13 +20,13 @@

       - args: null
         env:
         - name: DEVICEPLUGIN_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: intel/intel-deviceplugin-operator:0.29.0
+        image: intel/intel-deviceplugin-operator:0.31.1
         imagePullPolicy: IfNotPresent
         name: manager
         ports:
         - containerPort: 9443
           name: webhook-server
           protocol: TCP
@@ -53,25 +53,27 @@

           name: cert
           readOnly: true
       - args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
-        - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
+        - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
         - --v=10
-        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
+        image: quay.io/brancz/kube-rbac-proxy:v0.18.1
         name: kube-rbac-proxy
         ports:
         - containerPort: 8443
           name: https
         securityContext:
           allowPrivilegeEscalation: false
           readOnlyRootFilesystem: true
           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
+          seccompProfile:
+            type: RuntimeDefault
       nodeSelector:
         kubernetes.io/arch: amd64
       serviceAccountName: default
       terminationGracePeriodSeconds: 10
       volumes:
       - name: cert

@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from b584f05 to 414afe2 Compare December 20, 2024 18:47
@timtor-bot timtor-bot changed the title chore(deps): update helm release intel-device-plugins-operator to v0.31.1 chore(deps): update helm release intel-device-plugins-operator to v0.31.1 - autoclosed Jan 23, 2025
@timtor-bot timtor-bot closed this Jan 23, 2025
@timtor-bot timtor-bot deleted the renovate/intel-device-plugins-operator-0.x branch January 23, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant