Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Releases: hjacobs/kube-ops-view

20.4.0

26 Apr 12:21
Compare
Choose a tag to compare
  • code formatting and linting
  • update dependencies (incl. npm audit fix)

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-ops-view:20.4.0 --help 

19.9.0

15 Sep 15:11
Compare
Choose a tag to compare

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-ops-view:19.9.0 --help 

0.12

09 Aug 20:52
Compare
Choose a tag to compare
  • #237: add new command line options --node-link-url-template and --pod-link-url-template to make Nodes/Pods clickable (link to external tools such as kube-web-view)
  • #230: scale clusters properly (thanks to @tomislater)
  • #232: add missing "no-cache" HTTP headers
  • update dependencies

Live demo is available on https://kube-ops-view.demo.j-serv.de/

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-ops-view:0.12 --help 

0.11

23 Mar 12:48
3c472a3
Compare
Choose a tag to compare
  • #221: save sorting value (dropdown) in browser's local storage to survive reloads (thanks to @tomislater)
  • #195: move unassigned pods to the right of worker nodes when no master nodes exist (thanks to @mcasperson)
  • #220: switch to pykube-ng
  • #217: scale master nodes separately from worker nodes (thanks to @tomislater)
  • #216: add CRT filter

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-ops-view:0.11 --help 

0.10

06 Mar 20:33
Compare
Choose a tag to compare
  • #208: dynamic sizing of nodes (depending on number of pods)
  • #203: fix dashboard=true UI option

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-ops-view:0.10 --help 

0.9.1

19 Dec 20:03
4d073a7
Compare
Choose a tag to compare
  • #187: fix Kubernetes resource value parsing (wrong unit suffix configuration)

0.9

11 Dec 18:54
9c9dbf0
Compare
Choose a tag to compare
0.9
  • #186: fix NPM vulnerabilities
  • #185: update Python dependencies
  • #177: use Metrics Server API instead of Heapster

0.8.1

03 May 07:38
933b8fc
Compare
Choose a tag to compare
  • #164: fix in-cluster config

0.8

01 May 19:03
07df4e8
Compare
Choose a tag to compare
0.8
  • #163: update JS and Python dependencies
  • #158: filter out evicted pods

0.7.1

28 Feb 12:24
Compare
Choose a tag to compare
  • #129: handle failing pods without finishedAt time