SHA256
1
0
forked from pool/pluto

Accepting request 945015 from home:ojkastl_buildservice:Branch_devel_kubic

update to 5.2.5

OBS-URL: https://build.opensuse.org/request/show/945015
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/pluto?expand=0&rev=2
This commit is contained in:
Richard Brown 2022-01-10 10:55:42 +00:00 committed by Git OBS Bridge
parent b60cd688bf
commit 290c2e14ad
7 changed files with 112 additions and 10 deletions

View File

@ -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">v4.1.2</param> <param name="revision">v5.2.5</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-4.1.2.tar.gz</param> <param name="archive">pluto-5.2.5.tar.gz</param>
</service> </service>
</services> </services>

View File

@ -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">80fc8ccac6158c48e774bf69a759f1fc3b194cdd</param></service></servicedata> <param name="changesrevision">50d885e310b23c20fd5819d59dffe30b3b1eab4e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ed5517865423255673a7624405b3c5dff87c37514a784f76e22b594a54edb38
size 233011

3
pluto-5.2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d4701c8a2b84ea240bb8b65e83fbbbcfa0e00ddce679b9da14baba0853fcd9
size 449832

View File

@ -1,3 +1,105 @@
-------------------------------------------------------------------
Sun Jan 09 06:33:03 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.5:
* set -e so script exits with proper exit code (#243)
-------------------------------------------------------------------
Wed Jan 05 14:30:46 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.4:
* updating scripts to run pluto commands (#241)
-------------------------------------------------------------------
Wed Jan 05 14:26:37 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.3:
* installing pluto command into cimg executor (#240)
-------------------------------------------------------------------
Wed Jan 05 14:23:36 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.2:
* Fix release request script (#236)
-------------------------------------------------------------------
Wed Jan 05 14:21:12 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.1:
* Fix orb publish request secret and insights secret (#235)
-------------------------------------------------------------------
Wed Jan 05 14:16:47 UTC 2022 - kastl@b1-systems.de
- Update to version 5.2.0:
* Add missing storage and apiregistration deprecations (#234)
* Work on orb publishing (#232)
* creating circleci orb for pluto (#228)
-------------------------------------------------------------------
Wed Jan 5 14:14:11 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- BuildRequire go1.16
-------------------------------------------------------------------
Wed Jan 05 14:09:54 UTC 2022 - kastl@b1-systems.de
- Update to version 5.1.1:
* Update goreleaser to v1.1.0 (#230)
* Managed by Terraform
* added github action (#225)
* Only pull in klog's v flag for logging (#223)
* Add doc for scoop install on Windows (#222)
* Managed by Terraform
* make sure proper tag is used on release (#220)
* Update goreleaser version (#218)
-------------------------------------------------------------------
Wed Jan 05 14:07:07 UTC 2022 - kastl@b1-systems.de
- Update to version 5.1.0:
* Revert yaml dependence due to panic. Remove pkger (#216)
* HPA v2beta2 deprecation should be in k8s 1.23 (#213)
* Add optional support for custom columns in markdown output (#206)
* temporarily disable sonarqube (#209)
* Use go 1.17 and update kube/helm modules (#204)
-------------------------------------------------------------------
Wed Jan 05 14:04:05 UTC 2022 - kastl@b1-systems.de
- Update to version 5.0.1:
* Windows build support (#203)
* Update documentation from template (#201)
* Update README.md (#198)
-------------------------------------------------------------------
Wed Jan 05 14:02:45 UTC 2022 - kastl@b1-systems.de
- Update to version 5.0.0:
* Update versions.yaml (#195)
-------------------------------------------------------------------
Wed Jan 05 13:54:01 UTC 2022 - kastl@b1-systems.de
- Update to version 4.3.0:
* Fix dirty git state on release (#194)
* Setup pluto for prerelease. Use bash in relesae (#193)
* Fix name in goreleaser (#192)
* Multi-arch build. Update goreleaser. Use Docker for goreleaser (#191)
* update deps (#170)
* Update documentation from template (#187)
* Removed unnecessary GO111MODULE=on (#184)
* add banner (#179)
* Adjust removed-in version for PriorityClass (#183)
-------------------------------------------------------------------
Wed Jan 05 13:47:17 UTC 2022 - kastl@b1-systems.de
- Update to version 4.2.0:
* add back FAQ link (#171)
* Update dependencies. Add Sonarqube (#169)
* Update README.md (#168)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 26 17:31:51 UTC 2021 - Johannes Kastl <kastl@b1-systems.de> Wed May 26 17:31:51 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -19,14 +19,14 @@
%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: 4.1.2 Version: 5.2.5
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
URL: https://github.com/FairwindsOps/pluto URL: https://github.com/FairwindsOps/pluto
Source: pluto-%{version}.tar.gz Source: pluto-%{version}.tar.gz
Source1: vendor.tar.gz Source1: vendor.tar.gz
BuildRequires: go >= 1.13 BuildRequires: go >= 1.16
%description %description
Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases. Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8288bef8cbd2d2bf1e126be38fe9af43ff75551d9060696782d22ffc0fac36f5 oid sha256:07940caef556ab7a4ff0c275a50433ab5e7dc0bb4c7571fbb5512199122e187d
size 4826322 size 5531576