Accepting request 1125395 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1125395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kor?expand=0&rev=4
This commit is contained in:
commit
9f5410e28e
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.2.7</param>
|
||||
<param name="revision">v0.2.8</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">e74ae5709df28493104f9d906cc4dc6db6c983f6</param></service></servicedata>
|
||||
<param name="changesrevision">dec8161f811a3710916c3eb85d6e89272d6de0f7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d34a315dae68005f809dc9a9cf992991ef228c16ce3b886da46a903ed5519737
|
||||
size 487435
|
3
kor-0.2.8.obscpio
Normal file
3
kor-0.2.8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c222aa303f395f4d34911f67ed82b418aea28cf217eab2948c3ba38ef69c5295
|
||||
size 479755
|
15
kor.changes
15
kor.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 06:34:40 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.2.8:
|
||||
* Crd Readme and multi support (#144)
|
||||
* Bump github.com/fatih/color from 1.15.0 to 1.16.0 (#143)
|
||||
* Refactor the GetUnusedMulti function (#142)
|
||||
* chore: update to golang 1.21 and scratch (#141)
|
||||
* feat: add support for linux arm64 (#139)
|
||||
* add support for finding unused CRDs (#134)
|
||||
* grafana dashboard ds selector and repeat kinds (#135)
|
||||
* Fix exporter typo (#133)
|
||||
* fix: clear counter between iterations (#132)
|
||||
* fix: add filter options in export command (#129)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 06 05:45:00 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kor
|
||||
version: 0.2.7
|
||||
mtime: 1699216135
|
||||
commit: e74ae5709df28493104f9d906cc4dc6db6c983f6
|
||||
version: 0.2.8
|
||||
mtime: 1699810519
|
||||
commit: dec8161f811a3710916c3eb85d6e89272d6de0f7
|
||||
|
2
kor.spec
2
kor.spec
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kor
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
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:a249a3941da22a55b84c7d5983e4231147ac2771fa100d609e019b622cd99390
|
||||
size 6504851
|
||||
oid sha256:2d5cf257858de2057013c355a8a602c9c40cef30160a9b7fde1cb63092e70c44
|
||||
size 6659111
|
||||
|
Loading…
Reference in New Issue
Block a user