Accepting request 1189692 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1189692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kor?expand=0&rev=21
This commit is contained in:
commit
194fd13f6d
12
_service
12
_service
@ -3,18 +3,22 @@
|
||||
<param name="url">https://github.com/yonahd/kor</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.5.2</param>
|
||||
<param name="revision">v0.5.3</param>
|
||||
<!-- the helm-related tag kor-0.1.10 is sitting on the same commit... -->
|
||||
<param name="match-tag">v0.5.3</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="tar" mode="buildtime"/>
|
||||
<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>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/yonahd/kor</param>
|
||||
<param name="changesrevision">181141dcce1fb608e6982500e88b8f0609b47356</param></service></servicedata>
|
||||
<param name="changesrevision">93e7d8066142e3225ec04e7d699ff2843db97a81</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57aeaaa8381e57aea09c4c26cb4ec12a66e983a1b05eb9e0870efa5e81b25675
|
||||
size 789004
|
3
kor-0.5.3.obscpio
Normal file
3
kor-0.5.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d31a79d834921789e7e6a0d53cca087cc814689b023dcde7a70385f510c2aa
|
||||
size 797196
|
13
kor.changes
13
kor.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 26 04:44:10 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.5.3:
|
||||
* feat: Deduplicate exceptions workflow (#332)
|
||||
* chore: move slack to utils directory (#327)
|
||||
* chore(deps): bump k8s.io/apiextensions-apiserver from 0.30.2 to
|
||||
0.30.3 (#331)
|
||||
* feat: consider ingress and egress rules for networkpolicies
|
||||
(#310)
|
||||
* fix(workflow): move chart release workflow and fix fetch-depth
|
||||
bug (#326)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 16:36:27 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kor
|
||||
version: 0.5.2
|
||||
mtime: 1719389323
|
||||
commit: 181141dcce1fb608e6982500e88b8f0609b47356
|
||||
version: 0.5.3
|
||||
mtime: 1721930293
|
||||
commit: 93e7d8066142e3225ec04e7d699ff2843db97a81
|
||||
|
2
kor.spec
2
kor.spec
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kor
|
||||
Version: 0.5.2
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: Tool to discover unused Kubernetes Resources
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74f531b47df481547c80f871ff664f786a7737e2a8ab0b3a60d346ab66745630
|
||||
size 6720277
|
||||
oid sha256:8b27d08a58c267d7f9a78338ad162573c315acd24f13eb506ee1b55241c03052
|
||||
size 6720633
|
||||
|
Loading…
Reference in New Issue
Block a user