forked from pool/skaffold
Accepting request 984823 from home:ojkastl_buildservice:Branch_devel_kubic
update to 1.39.0 OBS-URL: https://build.opensuse.org/request/show/984823 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=13
This commit is contained in:
parent
e435da7e2a
commit
40cef1fe1a
4
_service
4
_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">v1.38.0</param>
|
||||
<param name="revision">v1.39.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">skaffold-1.38.0.tar.gz</param>
|
||||
<param name="archive">skaffold-1.39.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="changesrevision">89b789ddcfe00d2fe7626fd86ef39a3eb6b455c5</param></service></servicedata>
|
||||
<param name="changesrevision">73c46de08489140e8c034407a136c7491dd073d8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91a665e7aad4a0bb290282d9b5728762b0d912a4f0a8b6af7096ca42f290a883
|
||||
size 21553120
|
3
skaffold-1.39.0.tar.gz
Normal file
3
skaffold-1.39.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2736d9cec11c14407db924cd72ae87547a01e2b1746cc295a1e41711540696
|
||||
size 21598071
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 06:14:12 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.39.0:
|
||||
* release: v1.39.0 (#7580)
|
||||
* feat: add `hostPlatform` and `targetPlatforms` (#7550) (#7559)
|
||||
* feat: Add privateWorkerPool and location configuration for gcb (#7440)
|
||||
* chore: skip config in v2 package when generating new schema, add v2beta29 version schema (#7436)
|
||||
* feat: [V1] Add helm3.1deployer no op (#7423)
|
||||
* refactor: rename helm.Deployer to helm.Deployer3 to prepare for helm.Deployer31 (#7415)
|
||||
* docs: use `image` instead of `imageKey` to improve consistency in Helm documentation (#7407)
|
||||
* fix: change error to warning for build platform (#7402) (#7404)
|
||||
* fix: fetch images by platform tag when using` --platform` (#7393)
|
||||
* feat: add tests (#7319)
|
||||
* chore: [v1] cherry pick the fix to collect cluster type on v1 branch (#7316)
|
||||
* ci: update permissions for verify-examples GitHub actions (#7291)
|
||||
* fix: fix kubectl result formatting for debug logs (#7293)
|
||||
* chore: remove `v1` config package and move it to `latest` package. (#7290)
|
||||
* chore(deps): bump actions/setup-go from 2 to 3 (#7283)
|
||||
* fix: add default value for status-check flag when no value is specified (#7278)
|
||||
* fix: add panic fix and recovery logic to reflection for yaml line number info (#7276)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 20:14:13 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 1.38.0
|
||||
Version: 1.39.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:b04f4cdcb395a51dd3a25152b7fbc58e7875fbd9c6f44e78efb4b361440aba9b
|
||||
size 16645149
|
||||
oid sha256:03e84925fca4918582d61007005fa43014238d34591e6412ef88e0251a392d65
|
||||
size 16761750
|
||||
|
Loading…
x
Reference in New Issue
Block a user