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/dashboard to v2.7.0 #365

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
kubernetes/dashboard minor v2.1.0 -> v2.7.0

Release Notes

kubernetes/dashboard (kubernetes/dashboard)

v2.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes/dashboard@v2.6.1...v2.7.0

Compatibility

Kubernetes version 1.22 1.23 1.24 1.25
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
docker.io/kubernetesui/dashboard:v2.7.0
Metrics Scraper
docker.io/kubernetesui/metrics-scraper:v1.0.8

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml

v2.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes/dashboard@v2.6.0...v2.6.1

Compatibility

Kubernetes version 1.21 1.22 1.23 1.24
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.6.1
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.8

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml

v2.6.0

Compare Source

What's Changed

Full Changelog: kubernetes/dashboard@v2.5.1...v2.6.0

New Contributors

Compatibility

Kubernetes version 1.21 1.22 1.23 1.24
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.6.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.8

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.0/aio/deploy/recommended.yaml

v2.5.1

Compare Source

What's Changed

Full Changelog: kubernetes/dashboard@v2.5.0...v2.5.1

New Contributors

Compatibility

Kubernetes version 1.20 1.21 1.22 1.23
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.5.1
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.8

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.1/aio/deploy/recommended.yaml

v2.5.0

Compare Source

What's Changed

  • Add support for Kubernetes 1.23
  • Add restart action to deployment details page
  • Add events on Ingress detail view
  • Add settings defaulting and fix app initialization issue
  • Prevent page exit on the create page when there are unsaved changes
  • Sort namespaces in selector menu alphabetically
  • Services detail page now shows the ingressess related to it
  • Migrate ingress from extensions/v1beta1 to networking/v1
  • Fix logs autorefresh
  • Fix an issue with CRD retrieval
  • Fix advanced settings button name on create form
  • Fix node event can not get the whole node event
  • Update method ToEvent to compatible with new event API
  • Update secret data decode
  • Update translations and docs
  • Update multiarch Docker build
  • Update Helm chart setup
  • Update project setup, dependencies, switch from Gulp scripts to Makefile and add latest tag

New Contributors

Full Changelog: kubernetes/dashboard@v2.4.0...v2.5.0

Compatibility

Kubernetes version 1.20 1.21 1.22 1.23
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.5.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.7

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.0/aio/deploy/recommended.yaml

v2.4.0

Compare Source

Changelog

  • Add option to enable/disable timestamp in log viewer and refactor log download (#​6179)
  • Show link to the PV on the PVC details if available (#​6169)
  • Properly decode base64 encoded UTF-8 strings (#​6236)
  • Add events to the sidebar as a top-level resource (#​6220)
  • Respect selected CRD editor format when downloading the data (#​6254)
  • Add more information to ingress details (#​6278)
  • Disable directory listing in our backend (#​6326)
  • Add more information to the PV details (#​6170)
  • Add support for the system theme and make it default one (#​6350)
  • Fix pod loading issue when using cephFS mount (#​6397)
  • Add sort by status for pods (#​6502)
  • Fix app creation form to properly pass multiple arguments (#​6520)
  • I18n updates and cleanup (#​6183, #​6249)

Full commit history since the latest release can be found here.

Compatibility

Kubernetes version 1.18 1.19 1.20 1.21
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.4.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.7

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml

v2.3.1

Compare Source

Changelog

  • Fix an issue with pod details not loading for some pods (#​6177)

Full commit history since the latest release can be found here.

Compatibility

Kubernetes version 1.18 1.19 1.20 1.21
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.3.1
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/aio/deploy/recommended.yaml

v2.3.0

Compare Source

Changelog

  • Hide pagination controls if there is only a single page of items to display (#​5827)
  • Use .log extension instead of .txt for downloaded log files
  • Extend pod view with more information including:
  • Major refactoring and improvements of the log viewer (#​5868)
  • Change resource status icons to colored dots (#​5867)
  • Add hover effects for clickable elements (#​5930)
  • Add deployment rollout restart option (#​5917)
  • Improve env variable display for containers and fix ingress view (#​5975)
  • Add labels to workload status charts (#​5994)
  • Restore serialized reference component (#​6090)
  • Reorganize resource list columns and add more columns, i.e. images (#​6014)
  • Replace all overview redirects with workloads (#​6092)
  • Improve chart metrics calculation to support wider time windows (#​6126)
  • Use stable networking.k8s.io/v1 API for Ingress resource
  • Translation updates (#​5871 #​5977 #​5964)
  • Bump client-go to 0.21.0

Full commit history since the latest release can be found here.

Compatibility

Kubernetes version 1.18 1.19 1.20 1.21
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.3.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/recommended.yaml

v2.2.0

Compare Source

Changelog

  • Add node count information to the node list (#​5723)
  • Fix issue with language reload due to index.html caching (#​5729)
  • Upgrade Angular to v11 (#​5745)
  • Update Ingress API version from extensions/v1beta1 to networking/v1beta1 (#​5742)
  • Fix potential security issue related to the log viewer and ANSI color handling (#​5737)
  • Add Rules table to the Ingress details (#​5734)
  • PVC name on the PV details is now a link to the related PVC (#​5767)
  • Translation updates (#​5762, #​5779, #​5804)
  • Optimize DaemonSet querying to a smaller scope (#​5761)
  • Display Volume Mounts inside Pod's container tab (#​5752)
  • Preserve deep-links after logging in (#​5777)
  • Improvements of theming options (#​5763, #​5789)
  • Show Endpoints list on Ingress details and on the list (#​5771, #​5800)
  • Add Security Context information to the Pod's container tab (#​5780)
  • Add Security Context and Image Pull Secrets information to the Pod resource information (#​5788, #​5794)
  • Add namespace-related settings to the Settings view (#​5682)

Full commit history since the latest release candidate can be found here.

Compatibility

Kubernetes version 1.17 1.18 1.19 1.20
Compatibility ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard
kubernetesui/dashboard:v2.2.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6

Installation

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml

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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2023

diff

  • e2e_test/kubernetes-dashboard_apps_v1_deployment_dashboard-metrics-scraper.yaml
  • e2e_test/kubernetes-dashboard_apps_v1_deployment_kubernetes-dashboard.yaml

e2e_test/kubernetes-dashboard_apps_v1_deployment_dashboard-metrics-scraper.yaml

--- a/tmp/kustomize-action-jEy3tw/e2e_test/kubernetes-dashboard_apps_v1_deployment_dashboard-metrics-scraper.yaml
+++ b/tmp/kustomize-action-adUtBQ/e2e_test/kubernetes-dashboard_apps_v1_deployment_dashboard-metrics-scraper.yaml
@@ -13,13 +13,11 @@ spec:
       k8s-app: dashboard-metrics-scraper
   template:
     metadata:
-      annotations:
-        seccomp.security.alpha.kubernetes.io/pod: runtime/default
       labels:
         k8s-app: dashboard-metrics-scraper
     spec:
       containers:
-      - image: kubernetesui/metrics-scraper:v1.0.6
+      - image: kubernetesui/metrics-scraper:v1.0.8
         livenessProbe:
           httpGet:
             path: /
@@ -41,6 +39,9 @@ spec:
           name: tmp-volume
       nodeSelector:
         kubernetes.io/os: linux
+      securityContext:
+        seccompProfile:
+          type: RuntimeDefault
       serviceAccountName: kubernetes-dashboard
       tolerations:
       - effect: NoSchedule

e2e_test/kubernetes-dashboard_apps_v1_deployment_kubernetes-dashboard.yaml

--- a/tmp/kustomize-action-jEy3tw/e2e_test/kubernetes-dashboard_apps_v1_deployment_kubernetes-dashboard.yaml
+++ b/tmp/kustomize-action-adUtBQ/e2e_test/kubernetes-dashboard_apps_v1_deployment_kubernetes-dashboard.yaml
@@ -20,7 +20,7 @@ spec:
       - args:
         - --auto-generate-certificates
         - --namespace=kubernetes-dashboard
-        image: kubernetesui/dashboard:v2.1.0
+        image: kubernetesui/dashboard:v2.7.0
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -45,6 +45,9 @@ spec:
           name: tmp-volume
       nodeSelector:
         kubernetes.io/os: linux
+      securityContext:
+        seccompProfile:
+          type: RuntimeDefault
       serviceAccountName: kubernetes-dashboard
       tolerations:
       - effect: NoSchedule

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2023

e2e-test

screenshot

@renovate renovate bot merged commit 1229d28 into master Sep 2, 2023
2 checks passed
@renovate renovate bot deleted the renovate/kubernetes-dashboard-2.x branch September 2, 2023 06:31
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