forked from pool/skaffold
Accepting request 970311 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/970311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skaffold?expand=0&rev=7
This commit is contained in:
commit
f7cb0b5eed
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.37.1</param>
|
||||
<param name="revision">v1.38.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.37.1.tar.gz</param>
|
||||
<param name="archive">skaffold-1.38.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">0c33da624a8dc2c8539f4abdda631acf0ce5c1e0</param></service></servicedata>
|
||||
<param name="changesrevision">89b789ddcfe00d2fe7626fd86ef39a3eb6b455c5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d78656a1775126c151756971ba0a08ea8e51cfce0785d4fb28b38ddfeebd4741
|
||||
size 21864541
|
3
skaffold-1.38.0.tar.gz
Normal file
3
skaffold-1.38.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91a665e7aad4a0bb290282d9b5728762b0d912a4f0a8b6af7096ca42f290a883
|
||||
size 21553120
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 20:14:13 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.38.0:
|
||||
* release: v1.38.0
|
||||
* chore: PR to update pull request template (#7268)
|
||||
* fix: fix bazel-out path for `rules_docker-0.23.0` (#7251)
|
||||
* chore: update go version in actions that weren't specifying go 1.17 (#7263)
|
||||
* doc: document command-line restrictions for Go and Python (#7260)
|
||||
* chore: bump jib plugin versions (#7256)
|
||||
* docs: add skaffold config for init example in pipeline-stages (#7077)
|
||||
* chore(deps): bump flask from 2.1.0 to 2.1.1 in /examples (#7253)
|
||||
* chore(deps): bump flask from 2.1.0 to 2.1.1 in /integration/examples (#7252)
|
||||
* chore(deps): bump puma from 4.3.11 to 4.3.12 in /examples/ruby/backend (#7245)
|
||||
* chore(deps): bump puma from 4.3.11 to 4.3.12 in /integration/examples/ruby/backend (#7246)
|
||||
* chore: add v1.37.1 release to github release page (#7244)
|
||||
* chore(deps): bump flask from 2.0.3 to 2.1.0 in buildpacks-python example (#7239)
|
||||
* ci: pass `IT_PARTITION` variable when running `make integration-in-docker` (#7226)
|
||||
* fix: change GCB backoff check to use error code instead of checking the error (#7213)
|
||||
* chore(ko): Upgrade `ko` dependency to v0.11.2 (#7224)
|
||||
* fix: fix skaffold label setter to work properly for cnrm resources (#7221)
|
||||
* fix(examples/typescript): use tsc-watch --noClear to keep previous logs (#7227)
|
||||
* fix: Unmarshaling nested arrays of objects (#7217)
|
||||
* fix: add missing Argo CronWorkflow to transforms (#7205)
|
||||
* chore: remove maven-wrapper.jar and regenerate Maven wrappers (#7220)
|
||||
* chore(deps): bump peter-evans/create-or-update-comment from 1.4.5 to 2 (#7215)
|
||||
* chore(deps): bump actions/cache from 2 to 3 (#7210)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 07:04:19 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 1.37.1
|
||||
Version: 1.38.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:2a7428eb58958fc9ee09a8d144f10a910b3d6fa40894b77694937e615d2d60e4
|
||||
size 14647132
|
||||
oid sha256:b04f4cdcb395a51dd3a25152b7fbc58e7875fbd9c6f44e78efb4b361440aba9b
|
||||
size 16645149
|
||||
|
Loading…
x
Reference in New Issue
Block a user