update to 0.3.2
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-dup?expand=0&rev=3
This commit is contained in:
5
_service
5
_service
@@ -3,16 +3,15 @@
|
||||
<param name="url">https://github.com/vash/dup</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.2.0</param>
|
||||
<param name="revision">v0.3.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">kubectl-dup</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">dup</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">dup-0.2.0.obscpio</param>
|
||||
</service>
|
||||
<!-- services below are running at buildtime -->
|
||||
<service name="tar" mode="buildtime">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/vash/dup</param>
|
||||
<param name="changesrevision">2beceeeab12a94d3720d9e3baf2eb34745851b00</param></service></servicedata>
|
||||
<param name="changesrevision">5edf693b0094184fd7f48980688162b521d79d35</param></service></servicedata>
|
3
kubectl-dup-0.3.2.obscpio
Normal file
3
kubectl-dup-0.3.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fe8a22e0e7aaca7185d5ceff973aeec4c2a68abb2b950580b59915690f0b3cc
|
||||
size 81419
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 06:37:28 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.3.2:
|
||||
* chore: krew original desc retag
|
||||
* chore: description change krew
|
||||
* feat: support for all CRDs, loop flag, adapters, release-prep
|
||||
* docs: asciinema
|
||||
* docs: added to krew index
|
||||
* docs: header-bg
|
||||
* docs: header img
|
||||
* chore(release): goreleaser-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 07:00:45 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
4
kubectl-dup.obsinfo
Normal file
4
kubectl-dup.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: kubectl-dup
|
||||
version: 0.3.2
|
||||
mtime: 1723927227
|
||||
commit: 5edf693b0094184fd7f48980688162b521d79d35
|
@@ -19,12 +19,12 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kubectl-dup
|
||||
Version: 0.2.0
|
||||
Version: 0.3.2
|
||||
Release: 0
|
||||
Summary: Kubectl plugin for duplication of existing kubernetes resources
|
||||
License: MIT
|
||||
URL: https://github.com/vash/dup
|
||||
Source: dup-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
@@ -37,7 +37,7 @@ simplifying the administration and general interaction with Kubernetes
|
||||
clusters.
|
||||
|
||||
%prep
|
||||
%autosetup -p 1 -a 1 -n dup-%{version}
|
||||
%autosetup -p 1 -a 1
|
||||
|
||||
%build
|
||||
go build \
|
||||
@@ -53,4 +53,5 @@ install -D -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d696fbb716dc4e9b7f1ae7b54f799c59b459292434288cf5ba3337d44968527c
|
||||
size 7954352
|
||||
oid sha256:3d0e2241efc7ab236a61e2a1e9c85f69f67fd69d2e002129145d2e0d3c16740d
|
||||
size 8279210
|
||||
|
Reference in New Issue
Block a user