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

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
kubernetes-sigs/metrics-server minor v0.6.4 -> v0.7.0

Release Notes

kubernetes-sigs/metrics-server (kubernetes-sigs/metrics-server)

v0.7.0

Compare Source

Installation

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

Changes since v0.6.4

Logging flags that are klog specific (--log-dir, --log-file, --logtostderr, --alsologtostderr, --one-output, --stderrthreshold, --log-file-max-size, --skip-log-headers, --add-dir-header, --skip-headers, --log-backtrace-at) were deprecated in v0.6.1 and are now removed.

Improvements
  • Support producing logs in JSON format (@​yangjunmyfm192085)
  • Introduce --kubelet-request-timeout CLI flag to customize the timeout of requests to kubelet (@​yangjunmyfm192085)
  • Add the ability to exclude nodes by labels via the --node-selector flag (@​yangjunmyfm192085)
  • Disable DWARF generation when compiling the binary to reduce its size (@​mattmoor)
  • Support modifying the metric collection path on nodes via the metrics.k8s.io/resource-metrics-path annotation on the nodes (@​wzshiming)
  • Add release binaries to the Github release artifacts (@​wzshiming)
  • Bump Golang to v1.21.6 and Kubernetes clients to v0.29.0
Optimizations
Fixes
Tests
Manifests
Documentations

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

Copy link
Contributor

diff

  • e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml

e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml

--- a/tmp/kustomize-action-L0qKQ2/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
+++ b/tmp/kustomize-action-59hSuV/e2e_test/kube-system_apps_v1_deployment_metrics-server.yaml
@@ -20,12 +20,12 @@ spec:
       containers:
       - args:
         - --cert-dir=/tmp
-        - --secure-port=4443
+        - --secure-port=10250
         - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
         - --kubelet-use-node-status-port
         - --metric-resolution=15s
         - --kubelet-insecure-tls
-        image: registry.k8s.io/metrics-server/metrics-server:v0.6.4
+        image: registry.k8s.io/metrics-server/metrics-server:v0.7.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
@@ -36,7 +36,7 @@ spec:
           periodSeconds: 10
         name: metrics-server
         ports:
-        - containerPort: 4443
+        - containerPort: 10250
           name: https
           protocol: TCP
         readinessProbe:
@@ -53,9 +53,14 @@ spec:
             memory: 200Mi
         securityContext:
           allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
+          seccompProfile:
+            type: RuntimeDefault
         volumeMounts:
         - mountPath: /tmp
           name: tmp-dir

Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot merged commit 1d6a244 into master Jan 23, 2024
2 checks passed
@renovate renovate bot deleted the renovate/kubernetes-sigs-metrics-server-0.x branch January 23, 2024 18:59
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.

0 participants