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 dependency kubernetes-sigs/metrics-server to v0.6.0 #264

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
kubernetes-sigs/metrics-server minor v0.5.2 -> v0.6.0

Release Notes

kubernetes-sigs/metrics-server

v0.6.0

Compare Source

Installation

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.0/components.yaml

Changes since v0.5.0

Breaking changes
  • Metrics Server now requires access to nodes/metrics RBAC resource instead of nodes/stats. No changes needed if you use official manifests, however please update RBAC resources if you just use Metrics Server image with custom manifests.
Improvements
Optimizations
Observability
Tests
Manifests
Documentations
Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link
Contributor

diff

  • e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
  • e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml

e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml

diff --git a/tmp/kustomize-action-s1THXj/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml b/tmp/kustomize-action-Oa93g5/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
index 917a1e4..18d6b70 100644
--- a/tmp/kustomize-action-s1THXj/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
+++ b/tmp/kustomize-action-Oa93g5/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
@@ -25,7 +25,7 @@ spec:
         - --kubelet-use-node-status-port
         - --metric-resolution=15s
         - --kubelet-insecure-tls
-        image: k8s.gcr.io/metrics-server/metrics-server:v0.5.2
+        image: k8s.gcr.io/metrics-server/metrics-server:v0.6.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
@@ -52,6 +52,7 @@ spec:
             cpu: 100m
             memory: 200Mi
         securityContext:
+          allowPrivilegeEscalation: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000

e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml

diff --git a/tmp/kustomize-action-s1THXj/e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml b/tmp/kustomize-action-Oa93g5/e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml
index e3d29d5..044db2d 100644
--- a/tmp/kustomize-action-s1THXj/e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml
+++ b/tmp/kustomize-action-Oa93g5/e2e_test/rbac.authorization.k8s.io_v1_clusterrole_system:metrics-server.yaml
@@ -5,14 +5,17 @@ metadata:
     k8s-app: metrics-server
   name: system:metrics-server
 rules:
+- apiGroups:
+  - ""
+  resources:
+  - nodes/metrics
+  verbs:
+  - get
 - apiGroups:
   - ""
   resources:
   - pods
   - nodes
-  - nodes/stats
-  - namespaces
-  - configmaps
   verbs:
   - get
   - list

@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot merged commit ddea45e into master Jan 20, 2022
@renovate renovate bot deleted the renovate/kubernetes-sigs-metrics-server-0.x branch January 20, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant