Skip to content

Commit

Permalink
Merge branch 'filtering-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Sep 19, 2023
2 parents a328d45 + 8d9c8a5 commit bbcf13b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdash"
version = "0.4.2"
version = "0.4.3"
authors = ["Deepu K Sasidharan <[email protected]>"]
description = """
A fast and simple dashboard for Kubernetes
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bbcf13b

Please sign in to comment.