1
0
Ana Guerrero 2023-11-19 19:15:30 +00:00 committed by Git OBS Bridge
commit e3a89eba66
8 changed files with 24 additions and 14 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/kubearmor/kubearmor-client</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.14.2</param>
<param name="match-tag">v0.14.2</param>
<param name="revision">v0.14.3</param>
<param name="match-tag">v0.14.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
@ -17,6 +17,6 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
<param name="archive">kubearmor-client-0.14.2.obscpio</param>
<param name="archive">kubearmor-client-0.14.3.obscpio</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubearmor/kubearmor-client</param>
<param name="changesrevision">4183b814ccc4ef433f29594fb8c2a27160bff9e3</param></service></servicedata>
<param name="changesrevision">7b409be695906356db6f6f0f9beb42fd8245e350</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 17 17:55:54 UTC 2023 - kastl@b1-systems.de
- Update to version 0.14.3:
* update go version to v1.21
* fix `karmor uninstall`
* fixing the issue about progress bar
* default read permissions for all workflows
- BuildRequire go1.21
-------------------------------------------------------------------
Wed Oct 25 13:41:55 UTC 2023 - kastl@b1-systems.de

View File

@ -1,4 +1,4 @@
name: kubearmor-client
version: 0.14.2
mtime: 1698159513
commit: 4183b814ccc4ef433f29594fb8c2a27160bff9e3
version: 0.14.3
mtime: 1700228503
commit: 7b409be695906356db6f6f0f9beb42fd8245e350

View File

@ -19,14 +19,14 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: kubearmor-client
Version: 0.14.2
Version: 0.14.3
Release: 0
Summary: KubeArmor cli tool aka kArmor
License: Apache-2.0
URL: https://github.com/kubearmor/kubearmor-client
Source: kubearmor-client-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.20
BuildRequires: go >= 1.21
%description
karmor is a client tool to help manage KubeArmor, which is a Cloud-native

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7cf73311b4bcb66a419674ab8faf10f43454a8d41cb4b55306c85d73ab14c5d
size 21676684
oid sha256:c01d02c416bdb55e96a20a424c61ce3beaaaeada47a5c404a184a15a2032d477
size 21850440