Commit Graph

1171 Commits (f2ab9dc2f882a607f6d4dcc120b586b418fbc57a)

Author SHA1 Message Date
Bernhard M. Wiedemann f2ab9dc2f8
Allow to override build date with SOURCE_DATE_EPOCH (#1099)
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Also use UTC to be independent of timezone.

This variant only works with GNU date.

This was originally merged in 23ac2b6c9f
and then accidentally reverted in d31328a576
2021-04-27 07:48:26 -06:00
Jimmy 3ea4ecabed
Create axual.yml (#934)
Created a new skin based off of the company logo
2021-04-20 07:36:44 -06:00
Aaron Kuehler 4272ed7fa9
Add gruvbox skins (#1088)
* Add gruvbox skins

Closes #1087

* Fix crumbs
2021-04-20 07:33:10 -06:00
derailed 82b1c8a611 cleaning up 2021-03-31 11:57:10 -06:00
derailed 303de07663 bump rev 2021-03-31 10:38:40 -06:00
derailed d60054c531 maintenance #1067 #1061 #1060 2021-03-31 10:38:13 -06:00
derailed 0b965ebf4b rev up 2021-03-27 15:04:21 -06:00
derailed f4cd022a9c merge prs + dep updates 2021-03-27 15:03:46 -06:00
Arash Outadi fb791df105
ISSUE-957 - Add a simple pause button to stop auto-refresh on ConfigMap and Secrets (#1062)
* Add a simple pause button using Start/Stop functionality

* Remove Infof

* Update internal/view/live_view.go

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

* Turn off auto-refresh by default

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-03-27 14:14:18 -06:00
derailed a895273cdb Merge branch 'master' of github.com-derailed:derailed/k9s 2021-03-26 23:20:48 -06:00
derailed 87fa565279 bugs #1063 #1061 #1059 #177 2021-03-26 23:20:23 -06:00
Fernand Galiana e77f1d5a50
Add release tag (#1058) 2021-03-26 23:01:56 -06:00
derailed 5ea54e3881 fix #1056 #1024 2021-03-24 11:26:06 -06:00
derailed d31328a576 fix po feature col + lockouts? 2021-03-24 11:09:44 -06:00
derailed 12bdeeadd9 Merge branch 'master' of github.com-derailed:derailed/k9s 2021-03-22 09:13:12 -06:00
derailed 89ff119977 fix #1024 2021-03-22 09:13:01 -06:00
dependabot[bot] 43da2f3091
Bump alpine from 3.12.0 to 3.13.2 (#1052)
Bumps alpine from 3.12.0 to 3.13.2.

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>
2021-03-22 00:00:43 -06:00
dependabot[bot] 6133d43b65
Bump helm.sh/helm/v3 from 3.5.2 to 3.5.3 (#1053)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.5.2...v3.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 00:00:12 -06:00
dependabot[bot] 884a49dee9
Bump k8s.io/klog/v2 from 2.4.0 to 2.8.0 (#1055)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.4.0 to 2.8.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.4.0...v2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-21 23:59:58 -06:00
derailed 66e4528244 update deps and image 2021-03-21 23:58:28 -06:00
rui 7502838d2e
update dockerfile to use go1.16 (#1049)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-03-20 14:06:20 -06:00
rui a4a1944d35
update dependabot for github-action and docker (#1050)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-03-20 14:05:21 -06:00
rui 59629e34a2
update go.mod (#1048)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-03-20 13:57:59 -06:00
derailed fbc30b4acb update deps 2021-03-20 13:55:19 -06:00
derailed 4cbaea1a7a update rel 2021-03-19 09:28:53 -06:00
derailed 65d4a67f4b merge pr 2021-03-19 09:24:31 -06:00
Fernand Galiana 561a0c1f41
K8s update (#1041)
* rev k8s

* add rel notes

* checkpoint

* add helm

* cleaning up

* cleaning up

* rel notes

* check deps

* rev apis + bugs

* cleanup cronjob view

* update rel notes

* clean up + docs
2021-03-19 09:20:05 -06:00
Gal Solomon 58010eedfd
Added windows shell support (#997) 2021-03-19 08:29:15 -06:00
Jeroen Op 't Eynde e2866adcb5
Option to hide logo (#1026) 2021-03-19 08:15:04 -06:00
John Losito 552a3e39c4
Allow dependabot to check go modules (#1029) 2021-03-19 08:10:43 -06:00
Ludovico Russo b29e368cb4
add toogle suspend actions in CronJob (#1010)
add toggleSuspend action and remove separate suspend/unsuspend

Allow to toggleSuspend on one resource only and update text

fix showSuspendDialog

Co-authored-by: Ludovico Russo <ludovico.russo@redcarbon.ai>
2021-03-19 07:03:09 -06:00
Fernand Galiana e8c371b1a7
Merge pull request #1040 from derailed/revert-952-argo
Revert "[WIP] Add ArgoCD views"
2021-03-18 22:24:47 -06:00
Fernand Galiana 68861202c7
Revert "[WIP] Add ArgoCD views" 2021-03-18 22:04:01 -06:00
derailed b2000ac8e4 merging 2021-03-16 18:11:52 -06:00
derailed 0a0804bfcc add rel notes 2021-03-15 11:57:20 -06:00
Fernand Galiana ddeb2166ed
Merge pull request #910 from vfarcic/master
Review video
2021-03-15 11:36:01 -06:00
Fernand Galiana f519424408
Merge pull request #952 from raphink/argo
[WIP] Add ArgoCD views
2021-03-15 11:26:19 -06:00
Fernand Galiana f3b5a20b89
Merge pull request #1009 from nikersch/add-webi-install-option
Added webi installer infos - Thank you @nikersch!
2021-03-15 11:13:33 -06:00
derailed 3792d30031 rev k8s 2021-03-15 11:01:47 -06:00
derailed 3a3b9b5074 Merge branch 'master' of github.com-derailed:derailed/k9s 2021-02-28 14:06:58 -07:00
derailed 79d419e027 alpha is out 2021-02-28 14:06:46 -07:00
Fernand Galiana f20cc2290d
Merge pull request #1004 from kimba74/fix-trigger_cronjob
[BUGFIX] Correction of CronJob APIVersion
2021-02-06 12:52:25 -07:00
Fernand Galiana ac5bfd8f98
Merge pull request #1012 from stomach-slappa/patch-1
fix typo for cluster based skins
2021-02-06 12:49:02 -07:00
Fernand Galiana cf75fc1a16
Merge pull request #1022 from bzeitler69/patch-1
Update release_v0.13.4.md
2021-02-06 12:48:34 -07:00
Bogdan Tsaitler 998b411842
Update release_v0.13.4.md 2021-02-02 16:36:12 +02:00
Michael K 49ac5af2b6
fix typo for cluster based skins
related to comment made in https://github.com/derailed/k9s/issues/980#issuecomment-738045801
2021-01-13 10:24:12 -06:00
Nico Kerschbaumer eedda14575 Added webi installer infos 2021-01-10 15:49:17 +01:00
Steffen Krause 65546ada14 Correction of CronJob APIVersion 2021-01-07 21:41:25 -05:00
Raphaël Pinson debe864dcb
Add AppProjects 2020-12-18 15:41:29 +01:00
Raphaël Pinson 92cf317f26
Do not block when retrieving resources, let them come later 2020-12-11 11:41:20 +01:00