updated release notes

mine
derailed 2019-03-30 17:29:05 -06:00
parent 56b6ccdc67
commit d72166ccbf
3 changed files with 26 additions and 19 deletions

View File

@ -273,5 +273,4 @@ to make this project a reality!
--- ---
<img src="assets/imhotep_logo.png" width="32" height="auto"/> © 2019 Imhotep Software LLC. <img src="assets/imhotep_logo.png" width="32" height="auto"/> © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

BIN
assets/k9s_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,3 +1,5 @@
<img src="../assets/k9s_small.png" align="right" width="200" height="auto"/>
# Release v0.4.1 # Release v0.4.1
## Notes ## Notes
@ -14,33 +16,35 @@ Thank you so much for your support and awesome suggestions to make K9s better!!
## Change Logs ## Change Logs
### Subject View ### o Subject View
You can now view users/groups that are bound by RBAC rules without having to type to full subject name. You can now view users/groups that are bound by RBAC rules without having to type to full subject name.
To activate use the following command mode To activate use the following command mode
```text ```text
# for users # For users
:usr :usr
# for groups # For groups
:grp :grp
``` ```
These commands will pull all the available cluster and role binding associated with these subject types. These commands will pull all the available cluster and role bindings associated with these subject types.
You can then select and `<enter>` to see the associated policies. Use select + `<enter>` to see the associated RBACK policy rules.
You can also filter/sort like in any other K9s views with the added bonus of auto updates when new You can also filter/sort, like in any other K9s views with the added bonus of auto updates when new user/group bindings come into your clusters.
users/groups binding come into your clusters.
To see ServiceAccount RBAC policies, you can now navigate to the serviceaccount view aka `:sa` and press `<enter>` To see ServiceAccount RBAC policies, you can navigate to the serviceaccount view aka `:sa` and select + `<enter>` to view the associated policy rules.
to view the associated policy rules.
### Fu View ### o ~~FuView~~ is now PolicyView
Has been renamed policy view to see all RBAC policies available on a subject. The Fu command has been depracated for pol(icy) command to see all RBAC policies available on a subject. You can use `pol` (instead of `fu`) to list out RBAC policies associated with a
You can now use `pol` (instead of `fu`) to list out RBAC policies associated with a
user/group or serviceaccount. user/group or serviceaccount.
### Enter now has a meaning! ```text
# To list out all the RBAC policies associated with user `fernand`
:pol u:fernand
```
### Enter. Yes Please!
Pressing `<enter>` on most resource views will now describe the resource by default. Pressing `<enter>` on most resource views will now describe the resource by default.
@ -48,7 +52,11 @@ Thank you so much for your support and awesome suggestions to make K9s better!!
## Resolved Bugs ## Resolved Bugs
+ [Issue #143](https://github.com/derailed/k9s/issues/143) + RBAC long subject names [Issue #143](https://github.com/derailed/k9s/issues/143)
+ [Issue #140](https://github.com/derailed/k9s/issues/140) + Support HPA v1 [Issue #140](https://github.com/derailed/k9s/issues/140)
NOTE! Describe on v1 HPA is busted just like it is when running v 1.13 of > NOTE: Describe on v1 HPA is busted just like it is when running kubectl v1.13
kubectl against a v1.12 cluster. > against an older cluster.
---
<img src="../assets/imhotep_logo.png" width="32" height="auto"/> © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)