Skip to content

Releases: tiithansen/grafana-k8s-app

v0.2.0

14 Jul 09:31
cf4beb0
Compare
Choose a tag to compare

0.2.0 (2024-07-14)

Features

  • Basic table views for ingresses and services (62e5a98)

Bug Fixes

  • Display node name instead of IP (5f15a69)

v0.1.5

07 Jul 09:42
650edff
Compare
Choose a tag to compare

0.1.5 (2024-07-07)

Bug Fixes

  • Add Clusters link to left drawer menu for easier access more understandable access (3ea2514)
  • Remove height from expanded node rows (e50f6db)

v0.1.4

06 Jul 16:04
0c32588
Compare
Choose a tag to compare

0.1.4 (2024-07-06)

Bug Fixes

  • Creating variables on global scope can have side effects and odd errors (2087ef3)

v0.1.3

06 Jul 15:45
abf4149
Compare
Choose a tag to compare

0.1.3 (2024-07-06)

Bug Fixes

  • Do not set height for wrapping layouts when there are dynamically sized layouts embedded, it will mess up displaying of them. (5d0b294)

v0.1.2

06 Jul 15:26
8effcd1
Compare
Choose a tag to compare

0.1.2 (2024-07-06)

Bug Fixes

  • Outer Layout needs to be column and pods scene must not have height set (2ff0239)

v0.1.1

06 Jul 15:19
e7dd3ab
Compare
Choose a tag to compare

0.1.1 (2024-07-06)

Bug Fixes

  • Add missing daemonset alerts in expanded row (ac1bd53)

v0.1.0

06 Jul 15:11
dc1831d
Compare
Choose a tag to compare

0.1.0 (2024-07-06)

Features

  • Add alerts to deamonsets table (39fe8b5)
  • Add alerts to statefulset detailed page (9213977)
  • Add alerts to statefulset table (1d6f1e7)
  • Add CPU and Memory panels to Deployments page (92ffb9b)
  • Add new ToggleVariable component (7644581)
  • Add panels to daemonset page (f014a02)
  • Add panels to statefulset page (0084fd4)
  • Add status and age columns for pods (59816d9)
  • Allow datasource name pattern to be configured from app settings page (aeb7453)
  • Basic cluster overview page with nodes, memory and cpu (total, requested and usage) (9db38c0)
  • Basic node view (9c806e9)
  • Basic promql query builder (6092e25)
  • Basic queries and some additional info for cronjobs table (2243c46)
  • Basic queries for Job table (e2149a8)
  • Better workloads overview page (dcb38d5)
  • Cleanup and empty pages for jobs, cronjobs and daemonsets (5d6e5a1)
  • CPU and Memory requests and limits sorting for pods table (0b3105b)
  • Display alert count on deployments table (29fb707)
  • Display alerts on cluster overview, pods table and pod page (167b72d)
  • Display deamonset desired and ready pods in daemonsets table (48808c5)
  • Display which datasources match regex in plugin settings page (54f18ae)
  • Improve Daemonset page (dd3e878)
  • Initial attemp to display stopped/terminated pods in pods table when Show stopped pods is enabled (407d624)
  • Make stateful sets table to display replicas total and replicas ready (7c563b9)
  • Resource usage breakdown table for cluster overview based on namespaces (24ecb2a)

Bug Fixes

  • Daemonset sort by name and namespace (6070f80)
  • Do not show variable selectors and do not create own copy of variables (0d6a087)
  • Docker-compose is deprecated (f42d042)
  • Fix alert based sorting, break was missing (d5cfc9f)
  • Fix daemonset search by search string (06f5b00)
  • Fix deployments page to filter out specific namespace incase two namespaces have deployments with same name (a5eca4b)
  • Fix hardcoded datasource uids (384b566)
  • Fix link to daemonset page (4f49aa7)
  • Fix messed up sorting based on cpu usage (e803f4d)
  • Fix pod sorting (57c72b7)
  • Fix pod sorting (50a6512)
  • Fix pod to node links (5bd66e0)
  • Fix queries to overcome duplicate metrics from KSM during rollout/restart (ab5f320)
  • Fix sorting pods by age (6bffdcf)
  • Fix variable propagation between main and drilldown pages (4a51d23)
  • Grouping by node breaks showing stopped pods (05a4a09)
  • Minor cleanup of unused imports and log (327f52f)
  • Nodes table failed to display pods because async load was done before actual pods were queried (0c94c60)
  • Pods were missing expanded row builder property (40d34dd)
  • Remove unused code and imports (864d0d0)
  • Remove unused imports (5ccd520)
  • Replace kube_daemonset_labels and kube_statefulset_labels with _created metric (0138fb1)
  • Set logo to k8s (c9bbcb4)
  • Some visual improvements (ba9e4ff)
  • Wrong values were displayed in node table columns because of duplicate column names (4ae6f44)

Miscellaneous Chores

  • Remove config and initital release (0a8bd45)