forked from pool/pluto
Accepting request 985353 from home:ojkastl_buildservice:Branch_devel_kubic
update to 5.9.0 OBS-URL: https://build.opensuse.org/request/show/985353 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/pluto?expand=0&rev=20
This commit is contained in:
parent
a41053a871
commit
9681ee6859
4
_service
4
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v5.8.0</param>
|
<param name="revision">v5.9.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
@ -16,6 +16,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">pluto-5.8.0.tar.gz</param>
|
<param name="archive">pluto-5.9.0.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
||||||
<param name="changesrevision">f61294a0dd25e471bd71acc748aefddd2a933f47</param></service></servicedata>
|
<param name="changesrevision">f00e0e85835c62845116c08965a1fc2126e07ec1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00ec2a0776267861e37388d3d6569041f3ba04e9d9b6fca441b4575c6dd3d614
|
|
||||||
size 482103
|
|
3
pluto-5.9.0.tar.gz
Normal file
3
pluto-5.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b1d07d13cbe16b05d25d977774b777d48a4373ac6d64489ec7f3259e657ed36
|
||||||
|
size 481684
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 13:19:56 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 5.9.0:
|
||||||
|
* Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#338)
|
||||||
|
* FWI-2191: Make versions.yaml available to users of Pluto packages, update Go module path with `/v5` (#331)
|
||||||
|
* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#328)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 22 08:18:56 UTC 2022 - kastl@b1-systems.de
|
Wed Jun 22 08:18:56 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: pluto
|
Name: pluto
|
||||||
Version: 5.8.0
|
Version: 5.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A cli tool to help discover deprecated apiVersions in Kubernetes
|
Summary: A cli tool to help discover deprecated apiVersions in Kubernetes
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -38,11 +38,13 @@ Pluto is a utility to help users find deprecated Kubernetes apiVersions in their
|
|||||||
%build
|
%build
|
||||||
go build \
|
go build \
|
||||||
-mod=vendor \
|
-mod=vendor \
|
||||||
-ldflags="-X main.Version=%{version}"
|
-buildmode=pie \
|
||||||
|
-ldflags="-X main.Version=%{version}" \
|
||||||
|
-o bin/pluto ./cmd/pluto/
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Install the binary.
|
# Install the binary.
|
||||||
install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
|
install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5e7acf96360c6805118ee3ef0432c649a31aa4c4731aa988cb85ce8d498030cc
|
oid sha256:fa6ae255fad8aa437bb3f7fd939905d247a9e3239dad43f8586361db5f4cda1f
|
||||||
size 6554324
|
size 6554570
|
||||||
|
Loading…
Reference in New Issue
Block a user