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
Fernand Galiana
bb5ba1306d
K9s release v0.25.19 ( #1610 )
...
* release v0.25.19
* update deps revs
2022-06-27 19:20:22 -06:00
Michael Legart
69dc096717
Fix typo in FastForwards annotation name ( #1600 )
...
Took me a while to get auto forwards working - read the code and figured out the name in the README.md file was wrong :)
2022-06-27 18:00:51 -06:00
Gabriel Simmer
842c7d2d0f
Capitalise true/false when checking suspension ( #1601 )
2022-06-27 18:00:25 -06:00
Christian Provenzano
8e8f874b1e
Allow all deletion propagation policies ( #1553 )
...
* Allow all deletion propagation policies
* Add "none" deletion propagation policy
2022-05-26 07:48:00 -06:00
Budiman Jojo
74d3d6ac23
fix: correct typo ( #1566 )
...
@budimanjojo Great catch! Thank you!!
2022-05-26 07:09:31 -06:00
Joshua Ward
1c29fcaf61
Add Helm values support ( #1518 )
...
* working get values and get all valeus
* less verbose variable naming
* addressing comments and refactored to have a single view that has toggleable values
* better returns and logging
* returning event instead of nil
Co-authored-by: Joshua Ward <joshua.l.ward@leidos.com>
2022-05-19 09:17:49 -06:00
tyzbit
25e02db101
Add locking favorite namespaces ( #1449 ) ( #1519 )
...
* add locking favorite namespaces (#1449 )
* let favorites be set via type default
2022-05-19 09:15:40 -06:00
fragolinux
838174a0cc
plugin to allow default chart values retrieval ( #1539 )
...
@fragolinux Thank you for this update!
2022-05-19 09:13:52 -06:00
Léo
b24759e6fe
fix view details secret fullscreen padding to 0 ( #1493 )
...
closes https://github.com/derailed/k9s/issues/1450
2022-04-07 10:42:52 -06:00
RichieSams
309465e2b6
Fix the flux plugin to use the context of the currently running instance ( #1366 )
...
Rather than the default context.
This means if you run k9s --context XXX, any flux commands run by the plugin will run on the correct context
2022-01-24 17:07:12 -07:00
Bengt Lüers
1ab51c809e
Fix Typo ( #1422 )
...
This fixes a small typo I keep stumbling upon in the README
2022-01-19 14:23:58 -07:00