Accepting request 1171268 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1171268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kor?expand=0&rev=14
This commit is contained in:
commit
10d8c287b4
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.7</param>
|
||||
<param name="revision">v0.3.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">06a2b4e5e0eed2065c2273fd90f4f434610f5fb3</param></service></servicedata>
|
||||
<param name="changesrevision">8822778510bcd0ebc574e1994a484381915074aa</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dea9a4a57cc124d250d9239b547ab262f81e52ea60ada1a9d62da83d8e7b74bc
|
||||
size 591372
|
3
kor-0.3.8.obscpio
Normal file
3
kor-0.3.8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ee253e3b7f643a8fc837512c3963ae36bb3012167660c551b9c0081be46c039
|
||||
size 596492
|
16
kor.changes
16
kor.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 02 07:21:00 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.3.8:
|
||||
* refactor: map false minikube unused resources (#241)
|
||||
* refactor: configure golangci-lint and upgrade github actions
|
||||
(#246)
|
||||
* chore: upgrade go version to 1.22.0 (#250)
|
||||
* feat(image): build multi-arch image (#247)
|
||||
* chore(deps): bump k8s.io/apiextensions-apiserver from 0.29.3 to
|
||||
0.30.0 (#244)
|
||||
* Docs: Add CRDs to exceptions (#234)
|
||||
* Add unused pods to getUnusedAllNamespaced (#231)
|
||||
* Feat: Add support for multiple resources in Exporter function
|
||||
(#229)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 07:45:19 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kor
|
||||
version: 0.3.7
|
||||
mtime: 1711303179
|
||||
commit: 06a2b4e5e0eed2065c2273fd90f4f434610f5fb3
|
||||
version: 0.3.8
|
||||
mtime: 1714477773
|
||||
commit: 8822778510bcd0ebc574e1994a484381915074aa
|
||||
|
4
kor.spec
4
kor.spec
@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kor
|
||||
Version: 0.3.7
|
||||
Version: 0.3.8
|
||||
Release: 0
|
||||
Summary: Tool to discover unused Kubernetes Resources
|
||||
License: MIT
|
||||
URL: https://github.com/yonahd/kor
|
||||
Source: kor-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.17
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
%description
|
||||
Kor is a tool to discover unused Kubernetes resources. Currently, Kor can identify and list unused:
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:763d7e8c6ecb83bdfc38c846e732e240d53438c45c70b7c99daaea0c71d4bf52
|
||||
size 6616700
|
||||
oid sha256:28f7d1a44e23dbd68cce53e380573388571d61e527bb7638f9fa6bc3dc3e1b3a
|
||||
size 6719072
|
||||
|
Loading…
Reference in New Issue
Block a user