Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codebeatsettings
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
60,
],
}
}
}
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ README.md
LICENSE
cov.out
/k9s
.travis.yml
.travis.yml
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: golangci/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: v2.1.1
version: v2.1.1
2 changes: 1 addition & 1 deletion .github/workflows/stales-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/stales-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
stale-pr-label: "stale"
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ kind
*.snap
/stresser
__debug_bin*
fg.yaml
fg.yaml
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ nfpms:
mode: 0644

sboms:
- artifacts: archive
- artifacts: archive
31 changes: 31 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-added-large-files

- repo: local
hooks:
- id: go-fmt
name: go fmt
entry: gofmt
language: system
args: [-w]
files: \.go$

- id: go-vet
name: go vet
entry: go
language: system
args: [vet, ./...]
pass_filenames: false

- id: go-build
name: go build
entry: go
language: system
args: [build, -v, ./...]
pass_filenames: false
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
k9scli.io
k9scli.io
6 changes: 6 additions & 0 deletions assets/dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
██████╗ ███████╗██╗ ██╗
██╔══██╗██╔════╝██║ ██║
██║ ██║█████╗ ██║ ██║
██║ ██║██╔══╝ ╚██╗ ██╔╝
██████╔╝███████╗ ╚████╔╝
╚═════╝ ╚══════╝ ╚═══╝
6 changes: 6 additions & 0 deletions assets/prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
██████╗ ██████╗ ██████╗ ██████╗
██╔══██╗██╔══██╗██╔═══██╗██╔══██╗
██████╔╝██████╔╝██║ ██║██║ ██║
██╔═══╝ ██╔══██╗██║ ██║██║ ██║
██║ ██║ ██║╚██████╔╝██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝
6 changes: 6 additions & 0 deletions assets/rc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
██████╗ ██████╗
██╔══██╗██╔════╝
██████╔╝██║
██╔══██╗██║
██║ ██║╚██████╗
╚═╝ ╚═╝ ╚═════╝
6 changes: 6 additions & 0 deletions assets/sandbox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
██████╗██████╗ ██╗ ██╗
██╔════╝██╔══██╗╚██╗██╔╝
███████╗██████╔╝ ╚███╔╝
╚════██║██╔══██╗ ██╔██╗
██████╔╝██████╔╝██╔╝ ██╗
╚═════╝ ╚═════╝ ╚═╝ ╚═╝
2 changes: 1 addition & 1 deletion change_logs/release_0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Thank you so much for your support!!
## Resolved Bugs

* [Issue #99](https://github.com/derailed/k9s/issues/99)
* [Issue #100](https://github.com/derailed/k9s/issues/100)
* [Issue #100](https://github.com/derailed/k9s/issues/100)
2 changes: 1 addition & 1 deletion change_logs/release_0.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Thank you so much for your support!!
## Resolved Bugs

+ [Issue #102](https://github.com/derailed/k9s/issues/102)
+ [Issue #104](https://github.com/derailed/k9s/issues/104)
+ [Issue #104](https://github.com/derailed/k9s/issues/104)
2 changes: 1 addition & 1 deletion change_logs/release_0.2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Thank you so much for your support!!

## Resolved Bugs

+ [Issue #109](https://github.com/derailed/k9s/issues/109)
+ [Issue #109](https://github.com/derailed/k9s/issues/109)
2 changes: 1 addition & 1 deletion change_logs/release_0.2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Thank you so much for your support!!
+ [Issue #116](https://github.com/derailed/k9s/issues/116)
+ [Issue #113](https://github.com/derailed/k9s/issues/113)
+ [Issue #111](https://github.com/derailed/k9s/issues/111)
+ [Issue #110](https://github.com/derailed/k9s/issues/110)
+ [Issue #110](https://github.com/derailed/k9s/issues/110)
2 changes: 1 addition & 1 deletion change_logs/release_v0.31.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.31.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.31.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.31.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.31.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.32.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgj

---

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont
* [#3123](https://github.com/derailed/k9s/pull/3123) update regex to allow '%' and '/' in column names


<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont
* [#3123](https://github.com/derailed/k9s/pull/3123) update regex to allow '%' and '/' in column names


<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont
* [#3140](https://github.com/derailed/k9s/pull/3140) fix: Avoid false positive matches in enableRegion (#3093)


<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont

* [#3186](https://github.com/derailed/k9s/pull/3186) fix: allow absolute paths for the 'dir' command

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion change_logs/release_v0.40.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine cont
* [#3186](https://github.com/derailed/k9s/pull/3186) fix: allow absolute paths for the 'dir' command
* [#3152](https://github.com/derailed/k9s/pull/3152) Feat: Add plugin support for parsing logs with bunyan cli #3153

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
Loading