update to 0.8.1
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kargo-cli?expand=0&rev=11
This commit is contained in:
parent
acb483debd
commit
058688ce79
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/akuity/kargo</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.8.0</param>
|
||||
<param name="revision">v0.8.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -17,6 +17,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">kargo-0.8.0.obscpio</param>
|
||||
<param name="archive">kargo-0.8.1.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">63933a128f5c002d01f15f8fe5e5130e4a5208ea</param></service></servicedata>
|
||||
<param name="changesrevision">fc64b2fe2eab04d6177c73755d02f6bab6b75a1c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9338b90ce7e689845ab93380198db63be993efadc46febb1166d9f81463d7bab
|
||||
size 102350350
|
3
kargo-0.8.1.obscpio
Normal file
3
kargo-0.8.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58617c8e9a3767a2bfd75043434b26cae78ea14cad6a60275c450c4f5ab0471e
|
||||
size 102350862
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 26 04:44:04 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.8.1:
|
||||
* fix(ui): update colors hook (#2347)
|
||||
* chore(backport release-0.8): fix(ui): stop relying on
|
||||
deprecated field in images table (#2345)
|
||||
* chore(backport release-0.8): fix(ui): hide promotion button for
|
||||
control flow stages (#2343)
|
||||
* chore(backport release-0.8): fix(ui): properly display stage
|
||||
indicators in timeline after migration (#2337)
|
||||
* chore(backport release-0.8): fix(ui): incorrect DAG rendering
|
||||
for singular forward connection to node with multiple backward
|
||||
connections (#2335)
|
||||
* chore(backport release-0.8): docs: Update README.md (#2332)
|
||||
* chore(backport release-0.8): fix(ui): crash in stage details
|
||||
popover (#2331)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 09:32:19 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define executable_name kargo
|
||||
|
||||
Name: kargo-cli
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: CLI for the Kubernetes Application lifecycle orchestration
|
||||
License: Apache-2.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: kargo
|
||||
version: 0.8.0
|
||||
mtime: 1721418781
|
||||
commit: 63933a128f5c002d01f15f8fe5e5130e4a5208ea
|
||||
version: 0.8.1
|
||||
mtime: 1721934123
|
||||
commit: fc64b2fe2eab04d6177c73755d02f6bab6b75a1c
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a9a32810f5334fdd4df02717e41381751bb42721d79fdbe632aa6d997d1234a
|
||||
size 11741906
|
||||
oid sha256:b3862bf87964909270cf56175e8b310344853eac747bcd5ac5f5fbd7438453e0
|
||||
size 11742080
|
||||
|
Loading…
x
Reference in New Issue
Block a user