diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de9ebd3..1693f150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased - 2022-XX-YY -## [0.4.3] - 2023-08-24 +## [0.4.3] - 2023-09-19 - Global Filtering support (https://github.com/kdash-rs/kdash/pull/383) diff --git a/Cargo.lock b/Cargo.lock index c472c371..9d65834b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "kdash" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d2cb4710..7de92170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdash" -version = "0.4.2" +version = "0.4.3" authors = ["Deepu K Sasidharan "] description = """ A fast and simple dashboard for Kubernetes diff --git a/README.md b/README.md index 878a32d8..68d68e66 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ Since validation of the package takes forever, it may take a long while to becom choco install kdash # Version number may be required for newer releases, if available: -choco install kdash --version=0.2.7 +choco install kdash --version=0.4.3 ``` To upgrade ```bash -choco upgrade kdash --version=0.2.7 +choco upgrade kdash --version=0.4.3 ``` ### Nix @@ -171,6 +171,7 @@ Press `?` while running the app to see keybindings - Resources utilizations for nodes, pods and namespaces based on metrics server. Requires [metrics-server](https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#metrics-server) to be deployed on the cluster. - Dark/Light themes - Sensible keyboard shortcuts +- Global glob filtering for resource names ## Screenshots