update to 0.8.5
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kargo-cli?expand=0&rev=15
This commit is contained in:
parent
49ebf7a42e
commit
ab293a1e8e
13
_service
13
_service
@ -3,20 +3,21 @@
|
||||
<param name="url">https://github.com/akuity/kargo</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.8.4</param>
|
||||
<param name="revision">v0.8.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">kargo-cli</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">kargo</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
<!-- services below are running at buildtime -->
|
||||
<service name="tar" mode="buildtime">
|
||||
</service>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">kargo-0.8.4.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/akuity/kargo</param>
|
||||
<param name="changesrevision">68ca409b23e1a6d4b9819fe7604b3f6c94a5a72d</param></service></servicedata>
|
||||
<param name="changesrevision">5b6cfa0e7da3d446a6dbca5253a167b63b74d304</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e09f1b53d65ba17e33a7f0eb35ad84ec6a71088e3aa5ecd558220d83ba617cc
|
||||
size 102354958
|
3
kargo-cli-0.8.5.obscpio
Normal file
3
kargo-cli-0.8.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be4fdd81384b60dca652e8964f2a1ec61c72a7b0fa7c8147df68e56fa99d0d1f
|
||||
size 102371854
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 17 07:36:46 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.8.5:
|
||||
* chore(backport release-0.8): fix(promotion): patch Application
|
||||
w/ Unstructured (#2443)
|
||||
* chore(backport release-0.8): fix(controller): improve logic to
|
||||
determine when syncing an argo cd app is required (#2442)
|
||||
* chore(backport release-0.8): fix: webhook server and controller
|
||||
permissions (#2436)
|
||||
* chore(backport release-0.8): feat(api): grant API to manage
|
||||
ConfigMap (#2434)
|
||||
* chore(backport release-0.8): fix(controller): account for
|
||||
differences in kargo, argo cd, and helm before searching for
|
||||
oci helm charts (#2412)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 09 17:01:01 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
4
kargo-cli.obsinfo
Normal file
4
kargo-cli.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: kargo-cli
|
||||
version: 0.8.5
|
||||
mtime: 1723838989
|
||||
commit: 5b6cfa0e7da3d446a6dbca5253a167b63b74d304
|
@ -21,12 +21,12 @@
|
||||
%define executable_name kargo
|
||||
|
||||
Name: kargo-cli
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
Release: 0
|
||||
Summary: CLI for the Kubernetes Application lifecycle orchestration
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/akuity/kargo
|
||||
Source: kargo-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
@ -69,7 +69,7 @@ BuildArch: noarch
|
||||
zsh command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a 1 -n kargo-%{version}
|
||||
%autosetup -p1 -a 1
|
||||
|
||||
%build
|
||||
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: kargo
|
||||
version: 0.8.4
|
||||
mtime: 1723200188
|
||||
commit: 68ca409b23e1a6d4b9819fe7604b3f6c94a5a72d
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9563b89e29b626a239f63c6c8326cfa208731a92dce4a60503d6db8ec65b60a
|
||||
size 11742528
|
||||
oid sha256:4cd976b298dd778cd3255e6150572bae5fd1f02d2e8f2b3b48ec2dd37a0bf475
|
||||
size 11742174
|
||||
|
Loading…
x
Reference in New Issue
Block a user