Accepting request 1173831 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.4.0 OBS-URL: https://build.opensuse.org/request/show/1173831 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kor?expand=0&rev=30
This commit is contained in:
parent
384cf7f3bb
commit
581e3559d4
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.3.8</param>
|
||||
<param name="revision">v0.4.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">8822778510bcd0ebc574e1994a484381915074aa</param></service></servicedata>
|
||||
<param name="changesrevision">bc3e813b690aa09b67e10d351d6227d1f481579d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ee253e3b7f643a8fc837512c3963ae36bb3012167660c551b9c0081be46c039
|
||||
size 596492
|
3
kor-0.4.0.obscpio
Normal file
3
kor-0.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e28f119d609166f236b64223a087ca211133ed3e2bdc522023407ddf81c07c07
|
||||
size 617484
|
17
kor.changes
17
kor.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 05:13:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.4.0:
|
||||
* chore(deps): bump github.com/prometheus/client_golang (#264)
|
||||
* feat: allow grouping options for output (#256)
|
||||
* Add Kind exceptions (#263)
|
||||
* Support -e as shortened flag for --exclude-namespaces (#261)
|
||||
* feat: add AKS exceptions (#260)
|
||||
* fix(GetUnusedAll): skip non-namespaced resources if
|
||||
--include-namespaces flag is used (#258)
|
||||
* fix: refactor exceptions into seperate files (#257)
|
||||
* feat: add GKE exceptions (#252)
|
||||
* ci: skip running go checks when no relevant files were changed
|
||||
(#254)
|
||||
* chore: add github pr template (#251)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 02 07:21:00 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kor
|
||||
version: 0.3.8
|
||||
mtime: 1714477773
|
||||
commit: 8822778510bcd0ebc574e1994a484381915074aa
|
||||
version: 0.4.0
|
||||
mtime: 1715519800
|
||||
commit: bc3e813b690aa09b67e10d351d6227d1f481579d
|
||||
|
2
kor.spec
2
kor.spec
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kor
|
||||
Version: 0.3.8
|
||||
Version: 0.4.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:28f7d1a44e23dbd68cce53e380573388571d61e527bb7638f9fa6bc3dc3e1b3a
|
||||
size 6719072
|
||||
oid sha256:24661cdafb9ba563d5e0adb0036011957f255df22ad1911354440b4bbbc20258
|
||||
size 6719384
|
||||
|
Loading…
Reference in New Issue
Block a user