Commit Graph

1690 Commits (8e1a29fe64829a8c43a7a5c3389473ea108ca619)

Author SHA1 Message Date
Daniel Gomes-Sebastiao 8e1a29fe64
fix: align build image Go version with go.mod (#2812) 2024-08-07 11:59:40 -06:00
dependabot[bot] 2de726a2fb
Bump github.com/docker/docker (#2816)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.0.1+incompatible to 26.1.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v26.0.1...v26.1.4)

---
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>
2024-08-07 11:59:18 -06:00
dependabot[bot] 71338d8a06
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#2813)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  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>
2024-08-07 11:58:57 -06:00
Caleb Meyer 379ddafdb7
Add comment about Escape keybinding (#2817)
This was the first question I had, and took me using the `?` hotkey to answer (wasn't in the docs anywhere that I saw)
2024-07-30 13:30:12 -06:00
Jayson Wang 350439b985
proper handle OwnerReference for manually created job (#2772) 2024-07-07 08:32:59 -06:00
yjqg6666 8713fba02a
[#2773] fix freebsd build failure (#2775)
fix build error:
  vendor/github.com/knqyf263/go-rpmdb/pkg/ndb/ndb.go:99:8: undefined: syscallFlock
  vendor/github.com/knqyf263/go-rpmdb/pkg/ndb/ndb.go:99:37: undefined: syscallLOCK_SH
  vendor/github.com/knqyf263/go-rpmdb/pkg/ndb/ndb.go:135:6: undefined: syscallFlock
  vendor/github.com/knqyf263/go-rpmdb/pkg/ndb/ndb.go:135:38: undefined: syscallLOCK_UN
Related to issue https://github.com/knqyf263/go-rpmdb/pull/53.
2024-07-07 08:28:51 -06:00
Adrian Bridgett 3901673dfb
install copyright file into correct location (#2780) 2024-07-07 08:15:06 -06:00
Prasad Katti 626bde11f3
fix status for completed pods in workload view (#2729) 2024-06-16 09:46:34 -06:00
derailed f66bcbf993 update deps 2024-06-15 10:19:43 -06:00
derailed 25a310ac96 [Maint] Bump grype rev 2024-06-15 10:17:39 -06:00
Fernand Galiana 3f30a70688
K9s/release v0.32.5 (#2740)
* [MAINT] Bump grype rev

* add env vars to override pf address and nodeshell

* mv bailout to app view

* rel v0.32.5
2024-06-15 10:14:57 -06:00
dependabot[bot] 14d6bd45f5
--- (#2707)
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-06-15 09:19:57 -06:00
Jayson Wang 7380be9cf8
fix view sorting being reset (#2736) 2024-06-15 09:03:13 -06:00
Prasad Katti c4ff75c81a
use policy/v1 instead of policy/v1beta1 (#2732) 2024-06-08 09:39:29 -06:00
dependabot[bot] 8fe7a1ac8c
Bump alpine from 3.19.1 to 3.20.0 (#2721)
Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  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>
2024-06-01 09:05:20 -06:00
gitolicious 9594065f41
fix: jump to namespaceless owner reference (#2718) 2024-05-26 08:56:00 -06:00
Luca Mattiello 0afea245b7
feat: Add plugins for argo-rollouts (#2711)
Signed-off-by: Luca Mattiello <github@matluca.com>
2024-05-25 09:33:11 -06:00
dependabot[bot] 554360f110
Bump golangci/golangci-lint-action from 5.1.0 to 6.0.1 (#2702)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v6.0.1)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-18 08:49:56 -06:00
Jayson Wang f802d3948a
allow jumping to the owner of the resource (#2700) 2024-05-18 08:49:41 -06:00
KasperHeyndrickx 2fca1a1655
fix: job color based on failures (#2686) (#2698)
* fix: job color based on failures (#2686)

* fix: don't show error when job succeeds in next attempt
2024-05-18 08:49:20 -06:00
dependabot[bot] d468d4b783
Bump actions/setup-go from 5.0.0 to 5.0.1 (#2690)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-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>
2024-05-18 08:48:17 -06:00
dependabot[bot] 3f901df47a
Bump actions/checkout from 4.1.4 to 4.1.5 (#2691)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [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/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-05-18 08:48:01 -06:00
Martin Montes 2ff050b7f8
Added cert-manager and openssl plugins. (#2699)
Signed-off-by: Martin Montes <martin11lrx@gmail.com>
2024-05-18 08:45:02 -06:00
Julien Heroguelle 3ef5415d62
Add kanagawa skin (#2676) 2024-05-03 07:32:16 -06:00
Robin Schneider a0c03703b1
fix: do not hard-code path to kubectl in jq plugin (#2678) 2024-05-03 07:32:00 -06:00
Jayson Wang a0ffa8f392
save config when closing k9s with ctrl-c (#2666) 2024-05-03 07:31:35 -06:00
dependabot[bot] e8fbbc1194
Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#2682)
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 07:27:33 -06:00
dependabot[bot] f10962b248
Bump actions/checkout from 4.1.2 to 4.1.4 (#2683)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [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/v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-05-03 07:27:21 -06:00
dependabot[bot] 2d950ac0ac
Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#2684)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 07:27:07 -06:00
dependabot[bot] 7a45005bb0
Bump github.com/docker/docker (#2638)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

---
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>
2024-04-20 12:16:58 -06:00
Ruslan Timofieiev 21e091b237
Allow overwriting plugin output with command's stdout (#2644)
* Allow overwriting plugin output with command's stdout

* Update README.md

* remove 1  indentation level
2024-04-20 12:02:26 -06:00
crazehang 5fdaa6cdd3
chore: remove the repetitive word (#2650)
Signed-off-by: crazehang <zhangrenzhong@outlook.com>
2024-04-20 11:52:06 -06:00
dependabot[bot] 2e6f16910a
Bump helm.sh/helm/v3 from 3.14.3 to 3.14.4 (#2657)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.14.3 to 3.14.4.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.14.3...v3.14.4)

---
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>
2024-04-20 11:06:05 -06:00
Jayson Wang 1a25109d25
checking for nil pointer in merge namespace (#2659) 2024-04-20 11:05:54 -06:00
dependabot[bot] 363e1405e7
Bump golang.org/x/net from 0.19.0 to 0.23.0 (#2664)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.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>
2024-04-20 11:04:01 -06:00
dependabot[bot] 618511537e
Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 (#2647)
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.2.1 to 4.3.0.
- [Commits](https://github.com/cenkalti/backoff/compare/v4.2.1...v4.3.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>
2024-04-06 11:35:12 -06:00
Fernand Galiana d3027c8f29 K9s/release v0.32.4 (#2637)
* [Bug] fix #2605

* [Bug] fix #2604

* [Bug] fix #2592

* [Bug] fix #2608

* [Bug] Fix #2612

* Rel v0.32.4
2024-03-20 13:14:37 -06:00
Sergey Mikhaltsov c31a48fbee
fix build snap (#2621)
Co-authored-by: Sergei Mikhaltsov <s.mikhaltsov@leadgid.ru>
2024-03-19 09:46:18 -06:00
dependabot[bot] c1a943a639
Bump k8s.io/apiextensions-apiserver from 0.29.2 to 0.29.3 (#2627)
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.29.2 to 0.29.3.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.29.2...v0.29.3)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  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>
2024-03-18 18:07:04 -06:00
dependabot[bot] 521e9d7b93
Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 (#2628)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.14.2 to 3.14.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.14.2...v3.14.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>
2024-03-18 18:06:47 -06:00
dependabot[bot] 036d95ed45
Bump k8s.io/kubectl from 0.29.2 to 0.29.3 (#2630)
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.29.2 to 0.29.3.
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.29.2...v0.29.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 17:48:59 -06:00
dependabot[bot] d93409828f
Bump actions/checkout from 4.1.1 to 4.1.2 (#2632)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-03-18 17:48:44 -06:00
Joshua Sizer c1180730b9
fix: match node label kubernetes.io/role as suffix (#2606) 2024-03-17 09:07:01 -06:00
Chris Gutekanst 081311d910
Update brew install steps (#2611)
Update brew install steps to match website install steps. 
https://k9scli.io/topics/install/
2024-03-17 08:58:23 -06:00
dependabot[bot] 67ccf68538
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#2614)
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-17 08:57:02 -06:00
Alexej Disterhoft 0403a9310d
fix: pass set retries to transfer command (#2596)
The newly introduced retries field in the transfer dialog was not
passed to the transfer command. This commit fixes that.

Follow-up of #2584
2024-03-06 12:47:29 -07:00
Fernand Galiana 00213115be
K9s release v0.32.3 (#2599)
* [Bug] Fix #2584 (with feelings)

* Release v0.32.3
2024-03-05 23:34:06 -07:00
derailed 394fec3453 blee1 2024-03-05 17:53:10 -07:00
Fernand Galiana ecd33ff48d
K9s release v0.32.2 (#2598)
* [Maint] cleaning up

* [Bug] Fix #2593

* [Bug] Fix #2582

* Release v0.32.2
2024-03-05 17:11:31 -07:00
Fernand Galiana 69cd0cd707
K9s/release v0.32.1 (#2591)
* [Bug] Fix #2579

* [Bug] Fix #2584

* [Exp] make pf address configurable via K9S_DEFAULT_PF_ADDRESS

* v0.32.1 release
2024-03-04 17:57:20 -07:00