forked from pool/skaffold
Accepting request 1089334 from home:ojkastl_buildservice:Branch_devel_kubic
update to 2.5.0 OBS-URL: https://build.opensuse.org/request/show/1089334 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=46
This commit is contained in:
parent
be8358d6ed
commit
d5a7a0f1ac
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.4.1</param>
|
||||
<param name="revision">v2.5.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">fa03604c21fcf1db798a118dd7f8c11d086f0174</param></service></servicedata>
|
||||
<param name="changesrevision">4b5118b88718c5742efd18790aad59d163ed148e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af220f43428ed3ecddfaa25db020a16a79be1ede0ecfeb682edcaeee0a38e093
|
||||
size 176401422
|
3
skaffold-2.5.0.obscpio
Normal file
3
skaffold-2.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35714c2bb9246f95970e3f832b1e20207a758f20c8c93c52adffc05ade9a3b20
|
||||
size 179802638
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 10:46:34 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 2.5.0:
|
||||
* release: v2.5.0 (#8823)
|
||||
* docs: doc page for Custom Actions and skaffold exec (#8809)
|
||||
* docs: Fix reference to `dateTime` tagger (#8813)
|
||||
* chore: update various container deps. (#8810)
|
||||
* docs: update skaffold.yaml page to show latest schema version
|
||||
(#8808)
|
||||
* test: disable failing buildpacks tests (#8812)
|
||||
* docs: first pass at adding overrides and jobManifestPath to
|
||||
verify docs (#8762)
|
||||
* chore: add script to update lts dependencies (#8773)
|
||||
* chore: update go deps (#8789)
|
||||
* feat: new k8s task and exec env for custom actions (#8755)
|
||||
* chore: update Dockerfile bin deps (#8774)
|
||||
* chore: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
|
||||
(#8771)
|
||||
* chore: bump github.com/docker/distribution (#8772)
|
||||
* release: v2.4.1 (#8769)
|
||||
* fix: discard standout from helm dep command to not have
|
||||
corrupted data in output yaml file (#8756)
|
||||
* fix: resolve issue where hack/release.sh wouldn't mark schema
|
||||
as released (#8752)
|
||||
* fix: resolve issues with hack/new-version.sh so it works w/ no
|
||||
manual changes necessary (#8750)
|
||||
* chore: include third_party deps licenses in repo and add check
|
||||
(#8747)
|
||||
* chore: updated examples/ to updated schema version (#8748)
|
||||
* chore: bump flask from 2.3.1 to 2.3.2 in /integration/examples
|
||||
(#8734)
|
||||
* chore: bump flask from 2.3.1 to 2.3.2 in /examples (#8735)
|
||||
* chore: bump flask from 1.0 to 2.2.5 in
|
||||
/examples/hot-reload/python (#8744)
|
||||
* fix: scanning filter not working properly due to version
|
||||
sorting (#8727)
|
||||
* chore: bump peter-evans/create-or-update-comment from 3.0.0 to
|
||||
3.0.1 (#8736)
|
||||
* chore: bump flask in /integration/examples/hot-reload/python
|
||||
(#8738)
|
||||
* chore: bump github.com/sigstore/rekor from 1.0.1 to 1.1.1
|
||||
(#8741)
|
||||
* release: v2.4.0 (#8739)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 19:20:11 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.4.1
|
||||
mtime: 1683670285
|
||||
commit: fa03604c21fcf1db798a118dd7f8c11d086f0174
|
||||
version: 2.5.0
|
||||
mtime: 1685056141
|
||||
commit: 4b5118b88718c5742efd18790aad59d163ed148e
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.4.1
|
||||
Version: 2.5.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:a711af43d95b943c2bacf13feccfb6d1ba638a4699ab1b1b7fe5277256f2d003
|
||||
size 17468113
|
||||
oid sha256:2451f0b910277fb3257841bacfab545a17c520c693de86ddf7e0d89230ff2635
|
||||
size 17635705
|
||||
|
Loading…
x
Reference in New Issue
Block a user