forked from pool/skaffold
Accepting request 1137872 from home:ojkastl_buildservice:Branch_devel_kubic
update to 2.10.0 OBS-URL: https://build.opensuse.org/request/show/1137872 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=66
This commit is contained in:
parent
199e4604a8
commit
e1c002f857
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.9.0</param>
|
||||
<param name="revision">v2.10.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">6071a3f7574702c8666a243d89254e9b0d8ff4d7</param></service></servicedata>
|
||||
<param name="changesrevision">cbc665bfc1fe7253df466e70dd48e3851d935a3e</param></service></servicedata>
|
3
skaffold-2.10.0.obscpio
Normal file
3
skaffold-2.10.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce2907f3e8ef147a6d32f70197809f89bf23bba338687f92901d83af161f39e2
|
||||
size 185061902
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7376be01e947adb3f8d8c2b61281db09cfd9db29a3e8ef4b06ea892813de17d
|
||||
size 184579598
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 09 20:16:17 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 2.10.0:
|
||||
* docs: update changelog for v2.10.0 (#9247)
|
||||
* chore: bump puma in /integration/examples/ruby/backend (#9244)
|
||||
* fix: helm-deploy-chart-path-template (#9243)
|
||||
* fix: apply-setter and transformer should ignore
|
||||
non-k8s-resource for kustomize paramterization (#9240)
|
||||
* chore: bump github/codeql-action from 3.22.12 to 3.23.0 (#9241)
|
||||
* chore: bump golang.org/x/crypto from 0.12.0 to 0.17.0 (#9227)
|
||||
* feat: Skaffold post renderer (#9203)
|
||||
* fix: Scope Issue with the 'entry' variable when looking up
|
||||
remote images and tests additions (#9211)
|
||||
* chore: bump github/codeql-action from 2.22.9 to 3.22.12 (#9231)
|
||||
* chore: bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0
|
||||
(#9234)
|
||||
* chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in
|
||||
/hack/tools (#9228)
|
||||
* chore: clean up example project deps (#9216)
|
||||
* chore: bump actions/upload-artifact from 3.1.3 to 4.0.0 (#9226)
|
||||
* chore: inject imageInfo when expanding templates for ko builder
|
||||
(#9207)
|
||||
* chore: change bazel example (#9218)
|
||||
* fix: remove global helm flags from flags sent to `skaffold
|
||||
filter` (#9212)
|
||||
* chore: bump github/codeql-action from 2.22.8 to 2.22.9 (#9214)
|
||||
* fix: add riscv64 to the install-golint.sh script (#9210)
|
||||
* chore: generate schema v4beta9 (#9204)
|
||||
* chore: bump github/codeql-action from 2.22.7 to 2.22.8 (#9193)
|
||||
* fix: puling images when working with a remote repository
|
||||
(#9177) (#9181)
|
||||
* chore: bump github/codeql-action from 2.22.6 to 2.22.7 (#9180)
|
||||
* docs: Add missing template field (#9186)
|
||||
* fix: custom crd not printing streams logs (#9136)
|
||||
* fix: non-crossplatform should not use cli (#9178)
|
||||
* fix: panic in Logger.Stop (#9159)
|
||||
* chore: bump github/codeql-action from 2.22.5 to 2.22.6 (#9173)
|
||||
* fix: sync slow (#9167)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 08 05:55:01 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.9.0
|
||||
mtime: 1699390927
|
||||
commit: 6071a3f7574702c8666a243d89254e9b0d8ff4d7
|
||||
version: 2.10.0
|
||||
mtime: 1704817508
|
||||
commit: cbc665bfc1fe7253df466e70dd48e3851d935a3e
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package skaffold
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.9.0
|
||||
Version: 2.10.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:c5ff12d928eaa11690e83f8180f4e6d1605a59c41310b65bae5e1a56b9220c08
|
||||
size 18092762
|
||||
oid sha256:e6be37a48f5a91e0a03e8aebfebcabc5463a5ed35eeb1dbfcc7562e937e7d3f4
|
||||
size 18122749
|
||||
|
Loading…
x
Reference in New Issue
Block a user