forked from pool/skaffold
Accepting request 1032114 from home:ojkastl_buildservice:Branch_devel_kubic
update to 2.0.1 OBS-URL: https://build.opensuse.org/request/show/1032114 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=21
This commit is contained in:
parent
015237e1cc
commit
1bf84587d6
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">v2.0.0</param>
|
||||
<param name="revision">v2.0.1</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-2.0.0.tar.gz</param>
|
||||
<param name="archive">skaffold-2.0.1.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">6c50b2a6b1f3293918db05decacb175537834613</param></service></servicedata>
|
||||
<param name="changesrevision">214fbbf644a98a1de31636e3e3a7c3d6f54e98ea</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9383dcce727c9421dcf811131e0ca07b8541cc11aa6084e77c7ee0bf49b85e97
|
||||
size 40191787
|
3
skaffold-2.0.1.tar.gz
Normal file
3
skaffold-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d457609b55aa5dc90935bee5e339fbd5eeae61ac862318677a0c6f692de7b39d
|
||||
size 40210686
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 07:07:26 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 2.0.1:
|
||||
* release: v2.0.1 (#7999)
|
||||
* fix: revert "fix: no longer pass os env vars through to verify as this can cause unexpected issues with PATH, GOPATH, etc (#7949)" (#7998)
|
||||
* chore: set v3 schema as the first schema shown on v2 doc site (#7982)
|
||||
* fix: stderr of "helm template" not printed (#7986)
|
||||
* docs: Fix helm command (#7987)
|
||||
* chore: bump version deps (#7969)
|
||||
* docs: Add a copy of the buildpacks node tutorial without a skaffold.yaml (#7968)
|
||||
* chore(deps): bump peter-evans/create-or-update-comment (#7974)
|
||||
* chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1 (#7973)
|
||||
* chore: bump examples/* to apiVersion: skaffold/v3 (#7970)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 10:55:28 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
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:2932a3bf49a1e412b2d5fc846bc3d105359a512bf3b126d6d15eb3291468b110
|
||||
size 16477382
|
||||
oid sha256:293742fdebe5cce80b08e573e266ad22c6aabfe41af462d0231c6ce26c81d659
|
||||
size 16477489
|
||||
|
Loading…
x
Reference in New Issue
Block a user