dependabot[bot]
4c091ce5b9
Bump k8s.io/cli-runtime from 0.25.1 to 0.25.3 ( #1811 )
...
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime ) from 0.25.1 to 0.25.3.
- [Release notes](https://github.com/kubernetes/cli-runtime/releases )
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.25.1...v0.25.3 )
---
updated-dependencies:
- dependency-name: k8s.io/cli-runtime
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>
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2022-10-18 06:36:29 -06:00
Kevin Gentile
404b8e691f
use go install ( #1797 )
2022-10-18 06:34:57 -06:00
dependabot[bot]
1b1d432941
Bump k8s.io/client-go from 0.25.1 to 0.25.3 ( #1806 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.25.1 to 0.25.3.
- [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.25.1...v0.25.3 )
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 06:34:15 -06:00
dependabot[bot]
8dde35226e
Bump k8s.io/metrics from 0.25.1 to 0.25.3 ( #1807 )
...
Bumps [k8s.io/metrics](https://github.com/kubernetes/metrics ) from 0.25.1 to 0.25.3.
- [Release notes](https://github.com/kubernetes/metrics/releases )
- [Commits](https://github.com/kubernetes/metrics/compare/v0.25.1...v0.25.3 )
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 06:33:47 -06:00
dependabot[bot]
d8f4b54585
Bump k8s.io/apimachinery from 0.25.1 to 0.25.3 ( #1808 )
...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) from 0.25.1 to 0.25.3.
- [Release notes](https://github.com/kubernetes/apimachinery/releases )
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.25.1...v0.25.3 )
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
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:33:33 -06:00
SammyA
8d40c60339
Update CronJob version to v1 ( #1793 )
...
* Update CronJob version to v1 (from v1beta1, unavaliable from 1.25 onwards).
* Try both batch/v1beta1 (for legacy) and batch/v1
* Revert previous commit. Use c.GVR() to find the correct version. Make
cronjob (un)suspend version aware.
* Simply changes by dropping support for deprecated batch/v1beta1 version
2022-10-18 06:30:47 -06:00
derailed
c66002d986
Merge branch 'master' of github.com-derailed:derailed/k9s
2022-09-26 21:40:46 -06:00
Fernand Galiana
abb0a39c0f
K9s/rel v0.26.6 ( #1784 )
...
* fix #1773
* update release notes
2022-09-26 21:40:28 -06:00
derailed
013dcaa9ec
resolve conflict
2022-09-26 19:29:27 -06:00
derailed
39a55231fa
fix #1773
2022-09-26 19:27:43 -06:00
fredericvl
d0f4fa5b90
Fix directory path when viewing ScreenDump ( #1777 )
...
* Fix path when viewing ScreenDump
* Log save should use `CurrentCluster` iso `CurrentContext`
* Remove sanitizing of dir in ScreenDump dao
* Switch `CurrentCluster` to `CurrentContext` for SD
* Revert log saving to `CurrentContext`
* Save tables to `CurrentContext` iso `CurrentCluster`
2022-09-26 14:32:41 -06:00
Rui Chen
56ab42db54
docs: update homebrew installation note ( #1772 )
...
Linuxbrew has been merged into Homebrew
See https://github.com/Linuxbrew/brew/issues/612 and https://github.com/Homebrew/brew/issues/7028
2022-09-25 08:37:54 -06:00
Richard Hull
cc52c71c52
Log toggles: add a space after "On" in logs view ( #1775 )
...
Toggling any of the log commands on and off causes the log indicator to
dance around - I assume this is because the line is centered, and when
on it is N characters long, when off N+1 characters, and so on
centering, the x-offset gets rounded.
This commit just adds an extra space after each "On" string so that
it occupies the same width as the "Off" string ... and the when
furiously toggling, the line remains blissfully static.
2022-09-25 08:37:29 -06:00
Richard Hull
489b841295
Add a closing tag when showing timestamp in log view ( #1776 )
2022-09-25 08:35:29 -06:00
Fernand Galiana
c35949189f
release v0.26.5 ( #1771 )
2022-09-22 09:19:09 -06:00
derailed
234fb5c91d
clean up test
2022-09-21 14:31:02 -06:00
Fernand Galiana
412b064439
K9s/rel v0.26.4 ( #1767 )
...
* release v0.26.4
* update deps
* update docs
* fix merge
* update gha
2022-09-21 14:28:21 -06:00
Takumi Sue
6c9d06a2a0
Replace clipboard package ( #868 ) ( #1721 )
...
* Replace clipboard package
Fixes #868
* Raise error when clipboard.Write fails
* Call clipboard.Write when Init successes
* Flash error rather than panic
* Refactor copying into clipboard
* Refactor cpCmd to remove wrappers
* Use clipboardWrite instead of cpCmd
2022-09-21 13:27:42 -06:00
Anthony
bd677cc01b
List all helm releases ( #1755 )
...
On second thought, I'll accept your PR and will update the code to use `all` as I am getting ready for a new drop and would like to include your changes. Thanks Anthony!
2022-09-21 13:26:33 -06:00
Phil Kates
403cc63ddd
Fix GracePeriodSeconds ( #1739 )
...
`var x int64` means the value is 0 rather than the intended nil
(default).
`Delete` doesn't provide a way to configure the grace period anyway so
remove the variable and only override on a `force`
Co-authored-by: Phil Kates <phil.kates@cartacapitalmarkets.com>
2022-09-18 08:09:16 -06:00
iserpent
ea18aec512
Plugin for opening a root shell to k3d containter ( #1709 )
...
* Plugin for opening a root shell to k3d containter
* Add namespace and context to kubectl call
Co-authored-by: Igor Iatsenko <igor.iatsenko@here.com>
2022-09-18 08:08:38 -06:00
muicoder
cab718387c
Fix Get CustomResourceDefinition( #1711 ) ( #1722 )
...
* Fix Get CustomResourceDefinition(#1711 )
* Update crd_test.go
2022-09-18 07:11:59 -06:00
Roman Kuznetsov
638d7d4442
Fix flux plugin to properly handle trace ( #1753 )
...
@kuznero Thank you!
2022-09-18 07:08:22 -06:00
jon r
a9f97bdf0c
README : correct (auto-)port-forwards annotations ( #1744 )
...
* README : correct (auto-)port-forwards annotations
* README : one more port-forwards typo
2022-09-17 08:04:20 -06:00
Maurizio Pasquinelli
6342ee537d
Fix typo in cronjob ( #1759 )
2022-09-17 07:42:47 -06:00
dependabot[bot]
58152cbd4a
Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 ( #1754 )
...
Bumps golang from 1.19.0-alpine3.16 to 1.19.1-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-09-15 12:03:40 -06:00
이태형
7f9f3ce04c
fix redundant type conversion code ( #1725 )
...
Co-authored-by: rolancia <rolancia.com@gmail.com> Good catch!! Thank you @rolancia!!
2022-08-27 09:11:05 +02:00
derailed
cb91ae2c31
update tag
2022-08-04 07:22:43 -06:00
derailed
0893f13b3c
hotfix: windoze
2022-08-03 23:17:44 -06:00
Fernand Galiana
a661221f08
K9s/rel v0.26.2 ( #1691 )
...
* update dependencies + #1690 fix??
* update docs
* update deps + docs
2022-08-03 13:38:46 -06:00
Fernand Galiana
e309c28d26
K9s/rel v0.26.1 ( #1685 )
...
* fix #1661 #1680
* cleaning up
* add rel notes
2022-08-02 13:22:16 -06:00
Tuan Anh Pham
c0c62e7826
Fix persistentvolumes not showing terminating status ( #1682 )
...
@anhpngt Doh!! indeed... Thank you for the fix Tuan! I see what's happening with the renderer. Will fix in the next drop...
2022-08-01 15:28:52 -06:00
Aleksei Romanenko
c6ad80126e
Show UsedBy for PriorityClasses ( #1666 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-30 06:47:51 -06:00
Ben Blackmore
6e398ed6fb
feat: allow disable CTRL-C behavior ( #1672 )
...
Fixes #1599
2022-07-26 07:54:46 -06:00
Aleksei Romanenko
6dec26f9cc
Fix PF delete with no container ( #1668 )
...
* Fix PF delete with no container
* Fix PF delete with no container
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-20 15:24:56 -06:00
derailed
ee07b98755
cleaning up deprecation
2022-07-17 09:56:16 -06:00
derailed
e2687730bc
Merge branch 'master' of github.com-derailed:derailed/k9s
2022-07-17 09:29:28 -06:00
Fernand Galiana
b6feb10388
K9s/rel v0.26.0 ( #1660 )
...
* additional tests + cleanup
* release v0.26.0
2022-07-17 09:28:59 -06:00
Aleksei Romanenko
d9629dd537
Fix PF and RS colors ( #1656 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-16 08:35:50 -06:00
Aleksei Romanenko
56c898fcb0
Fix #1636 : can't switch context with --kubeconfig flag ( #1638 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-07 08:25:59 -06:00
derailed
14862f3709
Merge branch 'master' of github.com-derailed:derailed/k9s
2022-06-30 12:03:46 -06:00
Fernand Galiana
66c22f1c6f
K9s rel v0.25.21 ( #1635 )
...
* additional tests + cleanup
* update docs
* update docs
2022-06-30 12:03:33 -06:00
derailed
e05ee5d2db
merge master
2022-06-30 11:26:45 -06:00
derailed
27b0aa6135
additional tests + cleanup
2022-06-30 11:26:06 -06:00
Christian Provenzano
7c5ba99cc1
Fix delete dialog dropdown styling ( #1632 )
...
* Fix delete dialog dropdown styling
Update tview to allow dropdown styling
* Update tview
2022-06-30 11:22:54 -06:00
Bryan A. S
2deec5c2b9
Fix TestToAge ( #1627 )
2022-06-29 13:47:33 -06:00
Bryan A. S
34bbedbf69
Fix reference to base image in Dockerfile ( #1629 )
2022-06-29 07:54:29 -06:00
CBC
e60e0a74c2
[FIX] chg makefile version ( #1624 )
2022-06-29 07:53:56 -06:00
Fernand Galiana
373fd4587b
K9s release v0.25.20 ( #1621 )
...
* release v0.25.20
* fix rel notes
2022-06-28 09:29:30 -06:00
derailed
e4f39ea3c3
update deps
2022-06-27 19:28:31 -06:00