Accepting request 1181521 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1181521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kor?expand=0&rev=18
This commit is contained in:
commit
0b9a6dd809
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/yonahd/kor</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.4.2</param>
|
||||
<param name="revision">v0.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/yonahd/kor</param>
|
||||
<param name="changesrevision">2fdeab299d60a277b455a6ccf162fff0f3ba616b</param></service></servicedata>
|
||||
<param name="changesrevision">a2f3629e7738e8013ddaa470da5f6cde434ebef3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51739330bd467f9af17f8f1d5b9ca5ff0877ea1d25e0187c8ba5f30e7a3765c1
|
||||
size 626700
|
3
kor-0.5.0.obscpio
Normal file
3
kor-0.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:403b0138a645ab2d7094bd56b2bfb629053c03165de21b16f9d9431045c90ef9
|
||||
size 647180
|
17
kor.changes
17
kor.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 11:26:38 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.5.0:
|
||||
* feat: find unused networkpolicies (#296)
|
||||
* Feat: show unused reason (#278)
|
||||
* fix(image): Centered kor logo image (#308)
|
||||
* chore(deps): bump k8s.io/apiextensions-apiserver from 0.30.1 to
|
||||
0.30.2 (#301)
|
||||
* chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
|
||||
(#304)
|
||||
* feat: add regex in resource exceptions (#277)
|
||||
* refactor(cmd): standardize subcommand aliases with kubectl
|
||||
shortnames (#300)
|
||||
* Feature: exception sorting as makefile targets (#298)
|
||||
* Add script to find kor exceptions (#294)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 07 19:38:02 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kor
|
||||
version: 0.4.2
|
||||
mtime: 1717688886
|
||||
commit: 2fdeab299d60a277b455a6ccf162fff0f3ba616b
|
||||
version: 0.5.0
|
||||
mtime: 1718698671
|
||||
commit: a2f3629e7738e8013ddaa470da5f6cde434ebef3
|
||||
|
2
kor.spec
2
kor.spec
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kor
|
||||
Version: 0.4.2
|
||||
Version: 0.5.0
|
||||
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:5785cc544f91969e924beb940d45febe28fc0601b09b65fb59d6976980066e74
|
||||
size 6719920
|
||||
oid sha256:f03c5514c1d6eab741b204738d14dcc9922e285e12c08020a3f720be9b545dfc
|
||||
size 6720616
|
||||
|
Loading…
Reference in New Issue
Block a user