Niko Janceski
d4ae1c7a74
Add sort by pod count on node view ( #1961 )
2023-02-11 11:51:29 -07:00
Antonio Niño Díaz
2d2baa884a
fix: Show meaningful error message when kubectl exec fails ( #1966 )
...
`exec.LookPath()` and `exec.Command()` aren't supposed to work with
binaries that are located in the current working directory:
fd208c8850 :src/os/exec/exec.go
If `kubectl` is found in the current working directory, `LookPath()`
will return `ErrDot` even if it is also found in any other directory in
the `PATH`.
This patch detects this condition and shows a meaningful error message
in the log so that the user knows the reason why `kubectl` couldn't be
executed.
Related: https://github.com/derailed/k9s/issues/1787
2023-02-11 11:51:11 -07:00
Andrew Spiers
0d7678babc
set default sinceSeconds to 300 ( #1965 )
2023-02-11 11:50:46 -07:00
Wolfgang Ebner
7ca8ad8cea
Match ${XXX} environment variables ( #1896 )
2023-02-11 11:50:12 -07:00
dependabot[bot]
a25da1f5c6
Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0 ( #1957 )
...
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff ) from 4.1.3 to 4.2.0.
- [Release notes](https://github.com/cenkalti/backoff/releases )
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.3...v4.2.0 )
---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 11:45:56 -07:00
dependabot[bot]
1cfeb582f0
Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 ( #1958 )
...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog ) from 2.80.1 to 2.90.0.
- [Release notes](https://github.com/kubernetes/klog/releases )
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes/klog/compare/v2.80.1...v2.90.0 )
---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 11:45:37 -07:00
dependabot[bot]
ec8a272e89
Bump golang from 1.19.5-alpine3.16 to 1.20.0-alpine3.16 ( #1956 )
...
Bumps golang from 1.19.5-alpine3.16 to 1.20.0-alpine3.16.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 11:45:18 -07:00
dependabot[bot]
f694a63d98
Bump github.com/fatih/color from 1.13.0 to 1.14.1 ( #1959 )
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 11:44:46 -07:00
Ivar Stangeby
ba84123d8e
Added Nightfox theme ( #1960 )
2023-02-11 11:44:21 -07:00
Antonio Niño Díaz
a9c61040a9
fix: Add missing help menu to gruvbox-dark skin ( #1969 )
...
The values of almost everything in the skins gruvbox-light and
gruvbox-dark are the same, but gruvbox-dark is missing the values of the
help menu, which looks a bit broken.
This patch copies the values from gruvbox-light to gruvbox-dark so that
it looks fine.
2023-02-11 11:42:26 -07:00
dependabot[bot]
57a9079dae
Bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 ( #1963 )
...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.11.0...v3.11.1 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 11:36:30 -07:00
derailed
fd2cfd4ef2
update docs
2023-02-04 09:21:05 -07:00
Gustavo Okuyama
82e841f6c3
fix: acessing clusters with private dns ( #1903 )
...
Co-authored-by: Gustavo Okuyama <gustavo.okuyama@ifood.com.br>
2023-02-04 09:16:30 -07:00
dependabot[bot]
3320d37be7
Bump actions/setup-go from 3.3.1 to 3.5.0 ( #1899 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3.3.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 09:06:21 -07:00
dependabot[bot]
8178c16c17
Bump helm.sh/helm/v3 from 3.10.1 to 3.11.0 ( #1928 )
...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.10.1...v3.11.0 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2023-02-04 09:03:09 -07:00
dependabot[bot]
2c7befc2b2
Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 ( #1942 )
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 09:01:32 -07:00
derailed
3794a61eaf
fix brew installer
2023-01-31 10:34:54 -07:00
derailed
df10ff7b8b
bring out the duds
2023-01-31 10:32:08 -07:00
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
Fernand Galiana
b5a7cfb3af
K9s/rel v0.27.0 ( #1932 )
...
* fix #1661 #1680
* rev k8s + cleanup
* release v0.27.0
2023-01-26 11:07:43 -07:00
dependabot[bot]
e57e582d6a
Bump alpine from 3.16.2 to 3.17.1 ( #1907 )
...
Bumps alpine from 3.16.2 to 3.17.1.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 10:32:49 -07:00
Aleksei Romanenko
15b33c02b2
Replace x86_64 to amd64 build ( #1910 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-01-22 10:30:11 -07:00
dependabot[bot]
89b49c6184
Bump actions/checkout from 3.1.0 to 3.3.0 ( #1908 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 10:29:09 -07:00
dependabot[bot]
5aa750b266
Bump golang from 1.19.2-alpine3.16 to 1.19.5-alpine3.16 ( #1915 )
...
Bumps golang from 1.19.2-alpine3.16 to 1.19.5-alpine3.16.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 10:28:12 -07:00
wkyoshida
8f382eb33e
Use default terminal colors for better readability ( #1290 ) ( #1837 )
...
* fix(skins): use additional default colors for 'transparent' skin
* fix(cmd): use default terminal color for cmd output
2022-12-03 12:44:46 -07:00
Ruben Rodriguez
ff4bfe1162
Add labels configuration to Shell node pod ( #1847 )
...
* Add labels config to shell node pod spec
* Add labels to config tests
2022-12-03 12:42:56 -07:00
Mat Schaffer
82fecb9804
Set build date on macos ( #1849 )
2022-12-03 12:41:48 -07:00
Dan Ramich
3f280ca133
Update ScanSA calls to account for blank service accounts ( #1871 )
...
The original check in ScanSA assumed the service account on the pod spec
was not blank. It can be blank and when it is kubernetes will default
to using the 'default' service account. This change extends the check
logic to also include that.
2022-12-03 07:12:27 -07:00
Aleksei Romanenko
b0c7f8d61c
Add k8s client compatibility matrix ( #1872 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-11-29 09:11:13 -07:00
Eugene Berger
b9a9fb118d
bugfix for port forward custom containers not showing #1844 ( #1877 )
...
* bugfix for port forward costum containers not showing
#1844
* Adjust the port forward test key structure
Co-authored-by: Eugene <eugene.berger@dell.com>
2022-11-29 08:54:51 -07:00
Mohamed Messaad
530d067110
feat: add noLatestRevCheck config option ( #1874 )
...
* feat: add noLatestRevCheck flag to configure whether k9s should fetch the latest rev from the Github repo.
* refactor: rename "noLatestRevCheck" to more appropriate "skipLatestRevCheck"
2022-11-29 08:52:33 -07:00
Dan Ramich
f552ffd72b
Add policy view to serviceAccounts ( #1840 )
...
Add the same policy view to ServiceAccounts as users/groups.
This also works under the xray view. This commit also fixes the
issue with role/rolebindings not having the same name not showing
up in Policy view.
2022-11-15 23:11:30 -07:00
Audun V. Nes
c353534855
Add VIM-like quit force option. ( #1859 )
...
Signed-off-by: Audun Nes <audun.nes@gmail.com>
Signed-off-by: Audun Nes <audun.nes@gmail.com>
2022-11-15 23:06:55 -07:00
Samuel Demirdjian
e2b21c0133
Fix order of arguments for `CanI` function call ( #1866 )
...
When checking permissions to (un)suspend cronjobs, a user will always be
considered as unauthorized, because of the wrong arguments order when
calling the `CanI` function.
For `CanI` definition, see:
2f72441bac/internal/client/client.go (L138)
```
func (a *APIClient) CanI(ns, gvr string, verbs []string) (auth bool, err error)
```
2022-11-15 23:06:31 -07:00
James Spurin
534c2791ca
Update README.md ( #1696 )
2022-11-05 08:42:52 -06:00
Dan Ramich
ca29473238
Bump all references of github.com/cenkalti/backoff to v4 ( #1821 )
2022-10-30 07:41:17 -06:00
Guillaume Berche
871a52d8d0
Plugin support for carvel kapp CR ( #1830 )
...
* Plugin support for carvel kapp CR
Shortcuts to call carvel kctrl cli
See https://carvel.dev/kapp-controller/docs/develop/management-command/#app
* Update carvel.yml
2022-10-30 07:04:15 -06:00
Guillaume Berche
61f7534612
flux.yml plugin now displays stderr messages ( #1829 )
...
Stderr were previously not piped into less
2022-10-30 07:03:39 -06:00
dependabot[bot]
2f72441bac
Bump actions/setup-go from 3.1.0 to 3.3.1 ( #1817 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3.1.0 to 3.3.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3.1.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 06:27:06 -06:00
Fernand Galiana
37569b8772
K9s/rel v0.26.7 ( #1816 )
...
* update batch resource api and remove unused ingress render
* docs update: add rel notes + update release version
2022-10-18 09:01:20 -06:00
dependabot[bot]
66cbad82a3
Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1 ( #1779 )
...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog ) from 2.70.1 to 2.80.1.
- [Release notes](https://github.com/kubernetes/klog/releases )
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes/klog/compare/v2.70.1...v2.80.1 )
---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:13:59 -06:00
dependabot[bot]
e7c4a0240a
Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 ( #1780 )
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:13:38 -06:00
dependabot[bot]
c39c02158a
Bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 ( #1796 )
...
Bumps golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:13:19 -06:00
dependabot[bot]
141b660541
Bump actions/checkout from 2 to 3.1.0 ( #1795 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:12:52 -06:00
dependabot[bot]
dfcb2ae8f1
Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 ( #1813 )
...
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth ) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/mattn/go-runewidth/releases )
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.13...v0.0.14 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:12:31 -06:00
dependabot[bot]
d8f3605337
Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 ( #1814 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:12:12 -06:00
Grzegorz Burzyński
0cefb3ec12
Allow multiple port forwards for a single Pod ( #1804 )
2022-10-18 06:47:34 -06:00
dependabot[bot]
f25d7865a6
Bump k8s.io/kubectl from 0.25.1 to 0.25.3 ( #1809 )
...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl ) from 0.25.1 to 0.25.3.
- [Release notes](https://github.com/kubernetes/kubectl/releases )
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.25.1...v0.25.3 )
---
updated-dependencies:
- dependency-name: k8s.io/kubectl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 06:44:33 -06:00
dependabot[bot]
c11407237d
Bump golang.org/x/text from 0.3.7 to 0.4.0 ( #1812 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.4.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 06:44:16 -06:00
dependabot[bot]
86b804bd69
Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 ( #1810 )
...
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify ) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases )
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.4...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 06:43:57 -06:00