forked from pool/skaffold
Accepting request 1095735 from home:ojkastl_buildservice:Branch_devel_kubic
update to 2.6.0 OBS-URL: https://build.opensuse.org/request/show/1095735 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=50
This commit is contained in:
parent
7434148ace
commit
d4db930811
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.5.1</param>
|
||||
<param name="revision">v2.6.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="changesrevision">1c990f27087e8f18a7586ba4f1c2a524dde47db6</param></service></servicedata>
|
||||
<param name="changesrevision">23c5c16b9fc777b87602aa27dcbe3136291959f3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ba16b3ac7d5e9143e20ceeb372b150d871f1e45be686b1d2316e92a37370331
|
||||
size 179803150
|
3
skaffold-2.6.0.obscpio
Normal file
3
skaffold-2.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:948d13f6c3bf15806b4889e06348ce711bc31b12c6debb16f221bc1e7c34da2e
|
||||
size 180207118
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 06:12:49 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 2.6.0:
|
||||
* release: v2.6.0 (#8921)
|
||||
* feat: support tempalte parameterization for helm (#8911)
|
||||
* feat: implement skaffold delete for docker deployer using
|
||||
docker labels (#8885)
|
||||
* chore: port apply-setter krm function over to skaffold (#8902)
|
||||
* fix: Clean up dev images except the last (#8897)
|
||||
* fix: add docker to the LTS container images (#8905)
|
||||
* chore: bump github/codeql-action from 2.20.0 to 2.20.1 (#8903)
|
||||
* chore: upgrade go version (#8893)
|
||||
* feat: new verify timeout config feature (#8801)
|
||||
* chore: bump github/codeql-action from 1.0.26 to 2.20.0 (#8888)
|
||||
* fix: Go default template doesn't work for tagging (#8881)
|
||||
* fix: #8870 manifest kustomize paths using env var with absolute
|
||||
path (#8877)
|
||||
* fix: condition to not update helm deployer hook patches, is not
|
||||
needed (#8862)
|
||||
* chore: bump schema version to v4beta6 (#8849)
|
||||
* fix: logic to interrupt a k8sjob logs as soon as it fails
|
||||
(#8847)
|
||||
* chore: bump peter-evans/create-or-update-comment from 3.0.1 to
|
||||
3.0.2 (#8865)
|
||||
* fix: Always Pass skaffold binary in post-render to add labels
|
||||
for status-check (#8826)
|
||||
* chore: add lock to jib cache lookup (#8850)
|
||||
* feat: logic to only emit the tags related with verify on
|
||||
`skaffold verify` (#8851)
|
||||
* fix: conditionally drain docker logs on stop to avoid docker
|
||||
deployer to stay in infinite loop (#8838)
|
||||
* fix(ko): Ko builder push vs load behavior (#8845)
|
||||
* chore: update release build script to support internal scanning
|
||||
(#8834)
|
||||
* fix: Replace Kustomize field `patches` in examples (#8757)
|
||||
* test: increase progressDeadlineSeconds timeout to make
|
||||
TestRunUnstableChecked pass (#8833)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 19:57:16 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.5.1
|
||||
mtime: 1686340487
|
||||
commit: 1c990f27087e8f18a7586ba4f1c2a524dde47db6
|
||||
version: 2.6.0
|
||||
mtime: 1687885067
|
||||
commit: 23c5c16b9fc777b87602aa27dcbe3136291959f3
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.5.1
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Easy and Repeatable Kubernetes Development
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd5b1f3b3c4206efc5259591546937c46ca423894ad8e29b7357a5ad45a641c6
|
||||
size 17635521
|
||||
oid sha256:c074ad7bd7b94b2fadbe4f7b93455a24ed22223864035b4dd958e40e6357dc88
|
||||
size 17635729
|
||||
|
Loading…
x
Reference in New Issue
Block a user