Accepting request 1148862 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.8.0 OBS-URL: https://build.opensuse.org/request/show/1148862 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-capacity?expand=0&rev=4
This commit is contained in:
parent
56d8ef8b58
commit
4bef9895da
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/robscott/kube-capacity</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.7.4</param>
|
||||
<param name="revision">v0.8.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -18,6 +18,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">kube-capacity-0.7.4.obscpio</param>
|
||||
<param name="archive">kube-capacity-0.8.0.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/robscott/kube-capacity</param>
|
||||
<param name="changesrevision">807764563371f82047bed8f55f5a037aae3e1298</param></service></servicedata>
|
||||
<param name="changesrevision">7fa39ff17079baf65a09bb4be892c7a6536220fe</param></service></servicedata>
|
3
kube-capacity-0.8.0.obscpio
Normal file
3
kube-capacity-0.8.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99e62c26dfa0661d973ecbb3e37420c41cb86e14d954d76510d40b6cbe502c80
|
||||
size 130571
|
@ -1,4 +1,4 @@
|
||||
name: kube-capacity
|
||||
version: 0.7.4
|
||||
mtime: 1676269463
|
||||
commit: 807764563371f82047bed8f55f5a037aae3e1298
|
||||
version: 0.8.0
|
||||
mtime: 1708490243
|
||||
commit: 7fa39ff17079baf65a09bb4be892c7a6536220fe
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 17:54:16 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.8.0:
|
||||
* Bump the actions group with 1 update
|
||||
* Bump the actions group with 5 updates
|
||||
* chore(goreleaser): fix name_template
|
||||
* chore(goreleaser): fix the deprecation warning
|
||||
* chore(goreleaser): fix the deprecation warning
|
||||
* Bumping go version to v1.21
|
||||
* Add dependabot contribution to prevent immediate PRs
|
||||
* Add dependabot
|
||||
* fix: reorder arguments calling NewClientSet (#118)
|
||||
* FIX PR #98 -- advanced node taint querying (#113)
|
||||
* refactor: Add option struct to optimize parameter transfer
|
||||
(#112)
|
||||
* Add flags for user and group impersonation
|
||||
* FIX PR #93 (#110)
|
||||
* Updating dependencies
|
||||
* chore(deps): upgrade cobra to 1.7.0 to fix zsh autocompletion
|
||||
sourcing
|
||||
* Update README to include --no-taint
|
||||
* Fix goreleaser
|
||||
* Add a flag to exclude tainted nodes
|
||||
* update golang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 05:11:38 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kubectl-capacity
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kubectl-capacity
|
||||
Version: 0.7.4
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Show resource requests, limits, and utilization in a Kubernetes cluster
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3e4bd4495b7175d191f5c58346f6e846bc1022c25354f920d31b236b2caad1f
|
||||
size 5606948
|
||||
oid sha256:ed2b38760c1c8b9f28e840c9bd833d22197f86f2290216fdf06223e14a3d3a4f
|
||||
size 6068890
|
||||
|
Loading…
Reference in New Issue
Block a user