Commit Graph

1426 Commits (005b10ea9b4bed109e09f4ee24c16584f6f3a847)

Author SHA1 Message Date
Kohei Ota (inductor) 005b10ea9b
Unify all go version to 1.20 (#2069) 2023-05-07 08:12:53 -06:00
dependabot[bot] c3a93d8db2
Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 (#2060)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.29.0...v1.29.1)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-07 08:08:13 -06:00
dependabot[bot] 842aff6689
Bump helm.sh/helm/v3 from 3.11.1 to 3.11.3 (#2059)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.1 to 3.11.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.11.1...v3.11.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-07 08:02:18 -06:00
SammyA 6db13eaa99
Fix for missing Job annotations created from CronJob (#2073) 2023-05-07 08:00:29 -06:00
Alexandru Placinta 8b51950c25
Roles are rendered using same colorer function from skin (#2027) 2023-04-13 08:03:35 -06:00
dependabot[bot] 7f67986be1
Bump github.com/fatih/color from 1.14.1 to 1.15.0 (#2023)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.14.1...v1.15.0)

---
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-04-13 07:56:54 -06:00
Mike Sigsworth 0ac1430c86
Updated monokai skin with help styles, and more monokai appropriate colors (#2030)
* Add help styles to monokai skin

* Fixed typo, and changed several colors to be more monokai-y

* Use default background
2023-04-13 07:15:21 -06:00
dependabot[bot] c16246dec7
Bump alpine from 3.17.2 to 3.17.3 (#2040)
Bumps alpine from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 07:00:59 -06:00
dependabot[bot] 5ca8abdaa3
Bump github.com/docker/docker (#2044)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.21...v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 06:58:18 -06:00
dependabot[bot] 11c886f6d6
Bump actions/checkout from 3.3.0 to 3.5.2 (#2058)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2.
- [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.3.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-04-13 06:56:00 -06:00
dependabot[bot] 593952ba30
Bump golang from 1.20.2-alpine3.16 to 1.20.3-alpine3.16 (#2049)
Bumps golang from 1.20.2-alpine3.16 to 1.20.3-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 06:55:11 -06:00
mmetc dc98d13c2a
Update setup-go action, with caching (#2054) 2023-04-13 06:50:10 -06:00
R0CKSTAR a516775a81
Convert command to lowercase in the command palette (#1432) 2023-03-17 09:37:26 -06:00
Cason Adams f41c22bce2
Allowing a few hard coded colors to be configurable (#1405)
* making some hard coded colors configurable via skins

* more flexible colors for logo messages

* correct color formatting per MR comments

* no need to convert to String

---------

Co-authored-by: Cason Adams <cadams@roku.com>
2023-03-17 09:30:32 -06:00
Mohamed Messaad a5be038c99
fix: multiple matches in a single line. (#1876) 2023-03-17 09:26:10 -06:00
Rahul Somasundaram e5da1a9559
generated binary zip for windows (#1972) 2023-03-17 09:18:28 -06:00
Jacob Lorenzen c851277e33
feat: add support for renaming contexts. (#2006)
* feat: add support for renaming contexts.

* chore: try to reduce ABC

* test: account for the `rename` hint
2023-03-17 09:11:09 -06:00
croustiPoulet 2955e2251f
Fix accessing nil map (#1996)
Co-authored-by: julien.demais.e <julien.demais.e@thalesdigital.io>
2023-03-16 23:02:47 -06:00
Niko Janceski ab9f960788
Sort by view default only if sort not currently set (#1962) 2023-03-16 14:27:44 -06:00
Howie Zhao 6b93085b61
fix: fix outdated stern links (#1990) 2023-03-16 14:16:31 -06:00
Aleksei Romanenko 56f044d510
Update k8s matrix (#1979)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-03-16 14:14:41 -06:00
dependabot[bot] 3ccf68839b
Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 (#1981)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.15 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.15...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:13:47 -06:00
dependabot[bot] 6dbbcbe4be
Bump github.com/derailed/popeye from 0.11.0 to 0.11.1 (#1986)
Bumps [github.com/derailed/popeye](https://github.com/derailed/popeye) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/derailed/popeye/releases)
- [Changelog](https://github.com/derailed/popeye/blob/master/.goreleaser.yml)
- [Commits](https://github.com/derailed/popeye/compare/v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: github.com/derailed/popeye
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:13:29 -06:00
Gabriel M. Dutra c032c32a0d
adding instruction to install in FreeBSD via pkg (#1991) 2023-03-16 14:11:17 -06:00
dependabot[bot] e1afb57c4b
Bump k8s.io/metrics from 0.26.1 to 0.26.2 (#1998)
Bumps [k8s.io/metrics](https://github.com/kubernetes/metrics) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/kubernetes/metrics/releases)
- [Commits](https://github.com/kubernetes/metrics/compare/v0.26.1...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:08:56 -06:00
linehrr 8e5b5ceebd
added full logs viewing (#2002)
Changes to be committed:
	modified:   README.md
	new file:   log_full.yml

Co-authored-by: Ryne Yang <ryneyang@acuityads.com>
2023-03-16 14:08:30 -06:00
dependabot[bot] 19016abd9d
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1993)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:06:08 -06:00
dependabot[bot] b2248f1a24
Bump k8s.io/client-go from 0.26.1 to 0.26.2 (#1999)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.26.1...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:05:32 -06:00
dependabot[bot] c5d910fba6
Bump golang.org/x/net from 0.5.0 to 0.7.0 (#2000)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:05:14 -06:00
dependabot[bot] feeba9e83d
Bump golang from 1.20.0-alpine3.16 to 1.20.2-alpine3.16 (#2008)
Bumps golang from 1.20.0-alpine3.16 to 1.20.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 13:47:53 -06:00
Aleksei Romanenko 4d42a900cc
Fix #2007: Remove debug command (#2011)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-03-16 13:37:09 -06:00
dependabot[bot] 17a61323e1
Bump alpine from 3.17.1 to 3.17.2 (#1974)
Bumps alpine from 3.17.1 to 3.17.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 17:14:23 -07:00
dependabot[bot] 4f4cb4b03a
Bump golang.org/x/text from 0.6.0 to 0.7.0 (#1976)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.6.0...v0.7.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 17:14:05 -07:00
dependabot[bot] 507de34000
Bump github.com/derailed/popeye from 0.10.1 to 0.11.0 (#1975)
Bumps [github.com/derailed/popeye](https://github.com/derailed/popeye) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/derailed/popeye/releases)
- [Changelog](https://github.com/derailed/popeye/blob/master/.goreleaser.yml)
- [Commits](https://github.com/derailed/popeye/compare/v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/derailed/popeye
  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-13 17:13:47 -07:00
Lucas Teligioridis 8add8c0992
Add missing help menu to one_dark skin (#1973)
Missing color profile for the help menu, so matches the skin theme
correctly.
2023-02-13 17:13:22 -07:00
Fernand Galiana 7c76691c38
Release v0.27.3 (#1970)
- [Issue #1968](https://github.com/derailed/k9s/issues/1968) Some skins are missing the definitions for the help menu
- [Issue #1967](https://github.com/derailed/k9s/issues/1967) Helm cve-2023-25165
- [Issue #1964](https://github.com/derailed/k9s/issues/1964) logger.sinceSeconds config setting inconsistent with README
- [Issue #1955](https://github.com/derailed/k9s/issues/1955) K9s crashes with empty resources and/or verbs in RBAC
- [Issue #1954](https://github.com/derailed/k9s/issues/1954) Open very slow
- [Issue #1883](https://github.com/derailed/k9s/issues/1883) Fix force deletion
- [Issue #1788](https://github.com/derailed/k9s/issues/1788) Draining nodes cannot be forced
- [Issue #1150](https://github.com/derailed/k9s/issues/1150) Add a persistent popup for drain failures
2023-02-12 08:12:25 -07:00
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