From 0f389c9ded42f4b98712fbc2933488bf67136347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:05:35 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9466477..cc54e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.8.0](https://github.com/tiithansen/grafana-k8s-app/compare/v0.7.0...v0.8.0) (2024-11-10) + + +### Features + +* Add more panels for nginx ingress metrics ([e2df175](https://github.com/tiithansen/grafana-k8s-app/commit/e2df175591a973c700d3b297306367750bdd3ba7)) +* Add network panel to node page and enable pod table filters ([5911bb0](https://github.com/tiithansen/grafana-k8s-app/commit/5911bb0ff9dee6740746b00c606c62b73dc07202)) +* Add timeseries panel to AlertsTable to show how alerts change over time ([9ae3bce](https://github.com/tiithansen/grafana-k8s-app/commit/9ae3bced50e327b3584482f0dd36e7631755ae87)) +* Enable filters for embedded pod tables ([f112a49](https://github.com/tiithansen/grafana-k8s-app/commit/f112a49a3e98c3cbea24d0878b4872ccfca829df)) +* Make it possible to filter alerts based on state ([3281252](https://github.com/tiithansen/grafana-k8s-app/commit/32812520364e15247900f3bdf1185cd830a91754)) + + +### Bug Fixes + +* Add clusters link to navigation and add instructions how to move app to Infrastrucutre section ([eb169ba](https://github.com/tiithansen/grafana-k8s-app/commit/eb169bae0a223dc2564585f880cad5f6c39fcd2f)) + ## [0.7.0](https://github.com/tiithansen/grafana-k8s-app/compare/v0.6.1...v0.7.0) (2024-10-27) diff --git a/package-lock.json b/package-lock.json index a5324a6..c7d1776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "k8s-app", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "k8s-app", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "11.13.4", diff --git a/package.json b/package.json index 9ddd1eb..a5e977b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k8s-app", - "version": "0.7.0", + "version": "0.8.0", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",