Skip to content

Commit

Permalink
release v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Nov 7, 2023
1 parent 175b9a2 commit 4bbdaec
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATE ?= $(shell TZ=UTC date -j -f "%s" ${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:
else
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
endif
VERSION ?= v0.27.4
VERSION ?= v0.28.0
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}

Expand Down
113 changes: 113 additions & 0 deletions change_logs/release_v0.28.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/>

# Release v0.28.0

## Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our [sponsorship program](https:/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

---

## ♫ Sounds Behind The Release ♭

* [Moonlight Invasions - TribalNeed](https://www.youtube.com/watch?v=mJBnMSNIJL4&list=RDmJBnMSNIJL4&start_radio=1)
* [Teardrops - Neil Frances](https://www.youtube.com/watch?v=823_KoZr4mo)
* [Memory - Øystein Sevåg](https://www.youtube.com/watch?v=GKEM6lgkogY)
* [Tell me straight - Rolling Stones (Generated by KeithGPT 🐭)](https://www.youtube.com/watch?v=YxcxLi-Ld3E)

---

## A Word From Our Sponsors...

To all the good folks below that opted to `pay it forward` and join our sponsorship program, I salute you!!

* [Hyeon Woo Jo](https:/dokdo2013)
* [Artsiom Kaval](https:/lezeroq)
* [Grant Linville](https:/g-linville)
* [Andrew Brown](https:/andrew-werdna)
* [Patrik Votoček](https:/Vrtak-CZ)
* [Erik Hebisch](https:/flegelleicht)
* [Juliet Boyd](https:/julietrb1)
* [Chris Vertonghen](https:/chrisv)
* [Acsone](https:/acsone)
* [Alex Viscreanu](https:/aexvir)
* [Joey Guerra](https:/joeyguerra)
* [Kijana Woodard](https:/kijanawoodard)
* [Tom Saleeba](https:/tomsaleeba)

> Sponsorship cancellations since the last release: `11` ;(
---

## Feature Release

### File Transfers in Da House!

Added ability to exchange files from your local machine to a pod or from a pod to your local machine. The pod view now surfaces a new command `t` to initiate the download/upload file transfers.

---

## Resolved Issues

* [Issue #2249](https:/derailed/k9s/issues/2249) Sort on the capacity column should consider Gi and Mb also
* [Issue #2225](https:/derailed/k9s/issues/2225) View logs of all pods of a given deployment
* [Issue #2195](https:/derailed/k9s/issues/2195) Some pod logs are not displayed. But I can display it when I use the command

* [Issue #2194](https:/derailed/k9s/issues/2194) 0.27.4 broke custom sort orders via views.yml
* [Issue #2185](https:/derailed/k9s/issues/2185) No binaries for Linux_x86_64
* [Issue #2169](https:/derailed/k9s/issues/2169) Add namespace name in ServiceAccount view with RoleBinding
* [Issue #2152](https:/derailed/k9s/issues/2152) Latest opened namespace not being saved between k9s sessions
* [Issue #2131](https:/derailed/k9s/issues/2131) deployments are not showing up, whereas kubectl gives a list
* [Issue #2130](https:/derailed/k9s/issues/2130) Pending pods show 0/0 Ready instead of 0/x Ready
* [Issue #2128](https:/derailed/k9s/issues/2128) k9s command not found after snap install
* [Issue #2121](https:/derailed/k9s/issues/2121) colors for crds
* [Issue #2120](https:/derailed/k9s/issues/2120) kustomize deletion not working as expected
* [Issue #2106](https:/derailed/k9s/issues/2106) k9s delete behaves differently with kubectl
* [Issue #2085](https:/derailed/k9s/issues/2085) When specifying the context command via the -c flag, selecting a cluster always returns to the context view
* [Issue #658](https:/derailed/k9s/issues/658) Feature request: Easy way to copy/download files from a pod/pv to your local PC

---

## Contributed PRs

Please give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine contributors for making K9s better for all of us!!

* [PR #2258](https:/derailed/k9s/pull/2258) fix fsnotify watcher not fully working
* [PR #2253](https:/derailed/k9s/pull/2253) fix manual sorting not working when sortColumn is configured
* [PR #2252](https:/derailed/k9s/pull/2252) consider units when sorting capacity of pv and pvc
* [PR #2243](https:/derailed/k9s/pull/2243) fix(typo): pdb header typo
* [PR #2239](https:/derailed/k9s/pull/2239) fix: honor defaults from drain dialog in request
* [PR #2235](https:/derailed/k9s/pull/2235) docs: add plugin.yml JSON schema
* [PR #2229](https:/derailed/k9s/pull/2229) fix(log): clear bold log format after timestamp
* [PR #2188](https:/derailed/k9s/pull/2188) Alias qa to quit
* [PR #2180](https:/derailed/k9s/pull/2180) feat: Added support for arm in dockerfile
* [PR #2179](https:/derailed/k9s/pull/2179) Focus command bar if active on startup
* [PR #2170](https:/derailed/k9s/pull/2170) Add namespace for rolebinding on a clusterrole
* [PR #2161](https:/derailed/k9s/pull/2161) Only apply keyConv to mnemonic in menus
* [PR #2158](https:/derailed/k9s/pull/2158) Show the default container as the first entry
* [PR #2153](https:/derailed/k9s/pull/2153) Changed checksums extension to checksums.sha256
* [PR #2158](https:/derailed/k9s/pull/2158) Show the default container as the first entry
* [PR #2151](https:/derailed/k9s/pull/2151) chore: pkg imported more than once
* [PR #2147](https:/derailed/k9s/pull/2147) feat: plugin for adding an ephemeral debug container
* [PR #2141](https:/derailed/k9s/pull/2141) Update plugin flux.yml with shortcuts for helm repo and oci repos
* [PR #2137](https:/derailed/k9s/pull/2137) Correctly display the numbers in the Ready column of the pods view
* [PR #2136](https:/derailed/k9s/pull/2136) Prompt window uses border styles
* [PR #2134](https:/derailed/k9s/pull/2134) Remove unsupported key binding on users view
* [PR #2124](https:/derailed/k9s/pull/2124) fix: add correct flags when deleting resources from Dir
* [PR #2119](https:/derailed/k9s/pull/2119) feat: add indicator to title if toast is toggled
* [PR #2117](https:/derailed/k9s/pull/2117) Add instruction how to install k9s through winget
* [PR #2112](https:/derailed/k9s/pull/2112) Fix for styles
* [PR #2105](https:/derailed/k9s/pull/2105) Fix the wrong/redundant icon in the prompt bar
* [PR #2103](https:/derailed/k9s/pull/2103) Update carvel.yml to include contexts
* [PR #2096](https:/derailed/k9s/pull/2096) fix: (config) only respect the --command flag once
* [PR #2091](https:/derailed/k9s/pull/2091) Add get-all plugin specific for namespace view
* [PR #2089](https:/derailed/k9s/pull/2089) Resources are rendered using skin.yaml colors
* [PR #2082](https:/derailed/k9s/pull/2082) Fix typo introduced in #2045

---

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

0 comments on commit 4bbdaec

Please sign in to comment.