forked from pool/skaffold
Accepting request 1174063 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1174063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skaffold?expand=0&rev=38
This commit is contained in:
commit
b458cbc84b
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.11.1</param>
|
||||
<param name="revision">v2.12.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">5431c6bcbcca066347c0de2dfafca9ff143cd88b</param></service></servicedata>
|
||||
<param name="changesrevision">f386e6c552e83c3a9445fe34442aaed8dd381ab3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92134541d0cfb7d73e238e42d7a0a37c54f13b351b274003081173f0a2c5871a
|
||||
size 187590670
|
3
skaffold-2.12.0.obscpio
Normal file
3
skaffold-2.12.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2402aa6cf7d8a12fd9397caaadd160666e3d78d0c6734680024e60bb5a673ea
|
||||
size 187817486
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 15:47:32 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 2.12.0:
|
||||
* New Features and Additions:
|
||||
- feat: add --destination flag for kaniko build #9415
|
||||
- feat(exec|verify): enabled "namespace" option for exec and
|
||||
verify commands #9307
|
||||
- feat: support templating in diagnose command #9393
|
||||
- feat(docker-network): docker.network now supports any value
|
||||
#9390
|
||||
* Fixes:
|
||||
- fix: TestGenerateMavenBuildArgs-host-platform #9410
|
||||
- fix(kaniko): delete kaniko pod on graceful shutdown #9270
|
||||
- fix(tar): data race fix #9309
|
||||
- fix: add --load flag for local buildkit #9387
|
||||
* Updates and Refactors:
|
||||
- chore: bump github/codeql-action from 3.25.1 to 3.25.2 #9402
|
||||
- chore: bump actions/upload-artifact from 4.3.2 to 4.3.3 #9403
|
||||
- chore: bump github.com/sigstore/cosign/v2 from 2.2.1 to 2.2.4
|
||||
#9385
|
||||
- chore: bump flask from 3.0.2 to 3.0.3 in
|
||||
/integration/examples #9381
|
||||
- chore: bump flask from 3.0.2 to 3.0.3 in /examples #9379
|
||||
- chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in
|
||||
/integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap
|
||||
#9396
|
||||
- chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in
|
||||
/examples/grpc-e2e-tests/service #9397
|
||||
- chore: bump golang.org/x/net from 0.22.0 to 0.23.0 in
|
||||
/hack/tools #9399
|
||||
- chore: bump golang.org/x/net from 0.22.0 to 0.23.0 #9400
|
||||
- chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in
|
||||
/integration/examples/grpc-e2e-tests/service #9398
|
||||
- chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in
|
||||
/examples/grpc-e2e-tests/cloud-spanner-bootstrap #9395
|
||||
- chore: bump actions/upload-artifact from 4.3.1 to 4.3.2 #9394
|
||||
- schema: v4beta11 #9401
|
||||
- chore: bump github/codeql-action from 3.24.9 to 3.25.1 #9391
|
||||
* Docs, Test, and Release Updates:
|
||||
- docs: add bazel cross-platform documentation #9363
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 16:09:13 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.11.1
|
||||
mtime: 1712076990
|
||||
commit: 5431c6bcbcca066347c0de2dfafca9ff143cd88b
|
||||
version: 2.12.0
|
||||
mtime: 1715695812
|
||||
commit: f386e6c552e83c3a9445fe34442aaed8dd381ab3
|
||||
|
@ -19,12 +19,12 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.11.1
|
||||
Version: 2.12.0
|
||||
Release: 0
|
||||
Summary: Easy and Repeatable Kubernetes Development
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/GoogleContainerTools/skaffold
|
||||
Source: skaffold-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4153d0c3f13857bf4a4a7e30a3e122e80b88b698bb6dacec1bbf06d30f4bad87
|
||||
size 18559828
|
||||
oid sha256:61b578094e0604dceb4b5a3f26da0bc4390400c45255f749d12ac0d4850ced7e
|
||||
size 18528720
|
||||
|
Loading…
x
Reference in New Issue
Block a user