forked from pool/skaffold
Accepting request 1036392 from home:ojkastl_buildservice:Branch_devel_kubic
update to 2.0.2 OBS-URL: https://build.opensuse.org/request/show/1036392 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=23
This commit is contained in:
parent
1bf84587d6
commit
aa354c9f66
4
_service
4
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v2.0.1</param>
|
<param name="revision">v2.0.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
@ -16,6 +16,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">skaffold-2.0.1.tar.gz</param>
|
<param name="archive">skaffold-2.0.2.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||||
<param name="changesrevision">214fbbf644a98a1de31636e3e3a7c3d6f54e98ea</param></service></servicedata>
|
<param name="changesrevision">d45fee5c7f7441d551aeed9c90750a1ff4fe1cbc</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d457609b55aa5dc90935bee5e339fbd5eeae61ac862318677a0c6f692de7b39d
|
|
||||||
size 40210686
|
|
3
skaffold-2.0.2.tar.gz
Normal file
3
skaffold-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53a4def2c6488f070bd52c5a39e4393ae00c9f5c125807769f9a1458f1dddf89
|
||||||
|
size 42052960
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 17 06:17:45 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 2.0.2:
|
||||||
|
* release: v2.0.2 (#8102)
|
||||||
|
* docs: add detailed information on how to use helm rendering with v2.X.Y as well as how post-renderer usage works (#8093)
|
||||||
|
* fix: correct issues with current upgrade logic for artifactOverrides with helm imageStrategy + multiple-images (#8066)
|
||||||
|
* chore: reduce gcp integration test time (#8080)
|
||||||
|
* feat: completion for the Fish shell (#8097)
|
||||||
|
* refactor: use exclude directives instead of replace directives for pinning (#8056)
|
||||||
|
* chore: remove uncessary server bins (#8092)
|
||||||
|
* fix: add unique tag to test image to avoid collisions with other tests using the same image (#8087)
|
||||||
|
* fix: resolve issue where skaffold filter command did not properly configure the filter allow & deny lists (#8085)
|
||||||
|
* fix: override protocols argument pass to helm post-renderer (#8083)
|
||||||
|
* chore: update changelog.md to include v1.39.4 (#8078)
|
||||||
|
* chore: update examples/* repos to use v3 schema (revert 3f82f13b02117f823694125d7149bca06a8d64f3) (#8079)
|
||||||
|
* chore: update examples/* repos to use v4beta1 schema (#8065)
|
||||||
|
* release: v2.0.2 (#8061)
|
||||||
|
* feat: add --tolerate-failures-until-deadline flag and deploy.tolerateFailuresUntilDeadline config for improved ci/cd usage (#8047)
|
||||||
|
* fix(sec): upgrade runc version v1.0.2 -> v1.1.2 (#8050)
|
||||||
|
* docs: update skaffold examples and documentation to properly reflect v1 ->v2 artifactOverrides changes - 2nd attempt (#8019)
|
||||||
|
* Linked to the Google Cloud Solutions Template (#8054)
|
||||||
|
* chore(deps): bump some .github/workflows deps (#8051)
|
||||||
|
* feat: add support for deploying Cloud Run Jobs. (#7915)
|
||||||
|
* fix: use default signal package over custom code and delete tests (#8046)
|
||||||
|
* chore: update examples/getting-started to go 1.19 (#8043)
|
||||||
|
* fix: docker image push to kind cluster (#8007)
|
||||||
|
* chore: update workflow files (#8001)
|
||||||
|
* fix: log duplications when using multiple deployers (#8042)
|
||||||
|
* fix: cleanup not called when using helm deployer alone (#8040)
|
||||||
|
* fix: Avoid nil context error (#8038)
|
||||||
|
* chore(doc): note that filesync works for debug (#8044)
|
||||||
|
* fix: preserve configs order when creating renderers and deployers (#8028)
|
||||||
|
* docs: update skaffold.gliffy diagram with updated information for skaffold v2 (#8035)
|
||||||
|
* fix: properly add RemoteManifests support to skaffold v2 (#8036)
|
||||||
|
* feat: add skipTests to ignore helm test directory on manifest generation (#8011)
|
||||||
|
* chore: bump skaffold schema version to v4beta1 (#8034)
|
||||||
|
* feat: context copy retry. If we add a for loop and execute the kubectlcli.Run method for copying context to kaniko pod , this makes more reliable and less prune to network failures (#7887)
|
||||||
|
* docs: migrate v2 docs -> skaffold.dev and v1 docs -> skaffold-v1.web.app (#7966)
|
||||||
|
* feat: Add an example e2e test environment / e2e tests for GRPC service. (#7932)
|
||||||
|
* fix: add description to StatusCheck TaskEvent (#8017)
|
||||||
|
* feat: new dockerfiles and cloudbuild config for slim image (#7996)
|
||||||
|
* chore: add v1.39.3 release CHANGELOG.md entry (#7991)
|
||||||
|
* fix: not print error message if it is empty (#8005)
|
||||||
|
* docs: update skaffold examples and documentation to properly reflect v1 ->v2 artifactOverrides changes (#8013)
|
||||||
|
* chore: upgrade jib plugin versions to 3.3.1 (#8003)
|
||||||
|
* chore: make syncstore generic (#8000)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 29 07:07:26 UTC 2022 - kastl@b1-systems.de
|
Sat Oct 29 07:07:26 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: skaffold
|
Name: skaffold
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Easy and Repeatable Kubernetes Development
|
Summary: Easy and Repeatable Kubernetes Development
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:293742fdebe5cce80b08e573e266ad22c6aabfe41af462d0231c6ce26c81d659
|
oid sha256:8b851cf86128a3da4528c7d9306db667260846eecf35163d014492059ee92e18
|
||||||
size 16477489
|
size 16466163
|
||||||
|
Loading…
x
Reference in New Issue
Block a user