SHA256
1
0
forked from pool/ktop

update to 0.3.7

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/ktop?expand=0&rev=9
This commit is contained in:
Johannes Kastl 2024-07-26 05:22:25 +00:00 committed by Git OBS Bridge
commit 1361a3e4b0
11 changed files with 191 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

22
_service Normal file
View File

@ -0,0 +1,22 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/vladimirvivien/ktop</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.3.7</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="go_modules" mode="manual">
</service>
<!-- services below are running at buildtime -->
<service name="tar" mode="buildtime">
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/vladimirvivien/ktop</param>
<param name="changesrevision">9ade4f20ee7a48f3c8ad871fb9db5a02519b65f5</param></service></servicedata>

3
ktop-0.3.5.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd64ed72aecaf840192be088ee6d6e1e179c02024c9c93aaa6ccf2fbe297bcaa
size 1529868

3
ktop-0.3.6.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:533e5c07194df7f7e68d042bdbda78fad7510890cb49f0efd86973b50b35f581
size 1530380

3
ktop-0.3.7.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01d849c30b1368d18e44e317cd253f2ddaf533d9c290885a72aaf299be00c901
size 1530380

70
ktop.changes Normal file
View File

@ -0,0 +1,70 @@
-------------------------------------------------------------------
Fri Jul 26 05:02:08 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.3.7:
* Fixes/updates to goreleaser and github actions
-------------------------------------------------------------------
Wed Jul 10 07:16:10 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.3.6:
* Bump golang.org/x/net from 0.17.0 to 0.23.0
* Bump google.golang.org/protobuf from 1.27.1 to 1.33.0
* Bump golang.org/x/net from 0.7.0 to 0.17.0
* Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to
3.0.0
-------------------------------------------------------------------
Mon Apr 17 05:03:17 UTC 2023 - kastl@b1-systems.de
- Update to version 0.3.5:
* Implements an informer for metrics-api types
* Support for OCI image release
* Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292
to 0.1.0
* Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to
0.7.0
* Bump golang.org/x/text from 0.3.7 to 0.3.8
* Bump github.com/emicklei/go-restful
* Homebrew documentation update
- skip non-existent releases
* 0.3.1
* 0.3.2
* 0.3.3
* 0.3.4
-------------------------------------------------------------------
Wed Jun 22 07:58:04 UTC 2022 - kastl@b1-systems.de
- Update to version 0.3.0:
* GitHub Action and release automation
* test user yaml
* Fixes for authorization detection; client-go updates; UI updates
* Refactor code to use typed clients and informers
* GUI updates and doc adjustments
* chore: Rename Nmspaces to Namespaces
-------------------------------------------------------------------
Tue Jan 11 08:21:37 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- BuildRequire go 1.17 or higher
-------------------------------------------------------------------
Sat Jan 01 14:50:24 UTC 2022 - kastl@b1-systems.de
- Update to version 0.2.0:
* Support for kubectl/krew plugin
* small fix to support clusters with oidc auth
* Documentation update
* Refinement of the UI
* Another code refactor
* Remove controller-runtime to use simple watchers
* Refreshing node panel with new columns
* Simplify controller-runtime usage to only retrieve obj list
* Remodling with controller-runtime
* Node and pod overview screen works
-------------------------------------------------------------------
Sat Jan 1 14:46:05 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- creating package at version 0.2.0

4
ktop.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: ktop
version: 0.3.7
mtime: 1721951320
commit: 9ade4f20ee7a48f3c8ad871fb9db5a02519b65f5

55
ktop.spec Normal file
View File

@ -0,0 +1,55 @@
#
# spec file for package ktop
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: ktop
Version: 0.3.7
Release: 0
Summary: A top-like tool for your Kubernetes clusters
License: Apache-2.0
URL: https://github.com/vladimirvivien/ktop
Source: ktop-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.17
%description
A top-like tool for your Kubernetes cluster.
Following the tradition of Unix/Linux top tools, ktop is a tool that displays useful metrics information about nodes, pods, and other workload resources running in a Kubernetes cluster.
%prep
%setup -q
%setup -q -T -D -a 1
%build
go build \
-mod=vendor \
-buildmode=pie \
-ldflags="-X main.Version=%{version}"
%install
# Install the binary.
install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%changelog

3
vendor.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6276801b2102a073bd85d7654893750df9cca201d2aea211249ddd9360b7573
size 9993694