forked from pool/skaffold
Accepting request 1084505 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1084505 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skaffold?expand=0&rev=22
This commit is contained in:
commit
66698909a4
3
_service
3
_service
@ -3,13 +3,12 @@
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.3.1</param>
|
||||
<param name="revision">v2.4.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">skaffold</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="changesrevision">701c45c772e185c0ee937eb027fe36e8d417c4a7</param></service></servicedata>
|
||||
<param name="changesrevision">8f9209c755b4b2a041e564c7f98c723f868c0e80</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1db733a80b02beb9c8bfabfc15efbd66dc681e1c8c93ceca4b7a7a8087f6a8a5
|
||||
size 82607118
|
3
skaffold-2.4.0.obscpio
Normal file
3
skaffold-2.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b6d7cc57948697288477c7b0bdeecb34759b610a001f8454c5878bea4eb1cb1
|
||||
size 176401422
|
@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 04 04:39:31 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 2.4.0:
|
||||
* fix: missing Sessionable ID in exported metrics (#8737)
|
||||
* chore: vendor deps (#8725)
|
||||
* test: comment last line of expected log due to issue #8728
|
||||
(#8729)
|
||||
* release: v2.4.0 (#8726)
|
||||
* fix: new `remove` method in docker client to use in custom
|
||||
actions and don't get the error related with prune (#8710)
|
||||
* chore: increase vulns scanning window (#8723)
|
||||
* docs: Tutorial: Go coverage profiles for e2e tests (#8558)
|
||||
* fix: resolve issue where skaffold logger could hang
|
||||
indefinitely if k8s job pod wasn't created (#8717)
|
||||
* feat: change inspect executionMode list to list all actions
|
||||
exec mode per default (#8719)
|
||||
* chore: bump flask from 2.2.3 to 2.3.1 in /integration/examples
|
||||
(#8706)
|
||||
* chore: bump flask from 2.2.3 to 2.3.1 in /examples (#8707)
|
||||
* feat: new exec command to execute a custom action (#8696)
|
||||
* fix: delete does not working properly (#8702)
|
||||
* feat: extend `inspect jobManifestPaths [list|modify]` to
|
||||
include custom actions info (#8703)
|
||||
* chore: bump google.golang.org/protobuf from 1.29.0 to 1.29.1
|
||||
(#8705)
|
||||
* chore: update go version and related deps to enhance security
|
||||
(#8704)
|
||||
* chore: Update ko builder to use ko v0.13.0 (#8699)
|
||||
* feat: add wait group in docker and k8s job logger to avoid race
|
||||
condition (#8695)
|
||||
* feat: add custom actions execution modes to `inspect
|
||||
executionModes list` (#8697)
|
||||
* chore: remove kaniko NoPush field from skaffold schemas as it
|
||||
does not work currently (#8591)
|
||||
* fix: change util pkg import to use ParseEnvVariablesFromFile
|
||||
(#8700)
|
||||
* feat: support set value file for render (#8647)
|
||||
* docs: update helm renderer docs to use correct manifests vs
|
||||
deploy syntax (#8667)
|
||||
* ci: Use Go 1.20 in GitHub Actions workflows (#8691)
|
||||
* feat: logic to create a new ActionsRunner (#8681)
|
||||
* chore: add v2.0.8 release to CHANGELOG.md (#8685)
|
||||
* feat: new docker exec env and task (#8662)
|
||||
* fix: add curl to skaffold docker image (#8669)
|
||||
* chore: add v2.3.1 release to CHANGELOG.md (#8663)
|
||||
* fix: create new docker network only when the --docker-network
|
||||
flag is not set (#8649)
|
||||
* docs: update templating.md to reflect chartPath addition +
|
||||
minor field fixes (#8661)
|
||||
* fix: update skaffold verify to respect deploy default namespace
|
||||
field (#8660)
|
||||
* feat: better Job support by allowing skaffold to re-apply Jobs
|
||||
by removing child pod label transform (#8659)
|
||||
* feat: custom actions interfaces and actions runner
|
||||
implementation (#8563)
|
||||
* feat: add template support for `chartPath` (#8645)
|
||||
* feat: add new 'skaffold inspect executionModes' command (#8651)
|
||||
* docs: fix typo in render page (#8638)
|
||||
* feat: add support for deployment cancellation and error surface
|
||||
when admission webhook blocks pod skaffold is waiting on
|
||||
(#8624)
|
||||
* feat: read firelog API key from embedded file (#8646)
|
||||
* feat: standarize renders to inject namespace only if
|
||||
--namespace or render specific config is set (#8561)
|
||||
* fix: add the LOG_STREAM_RUN_GCLOUD_NOT_FOUND code in the proto
|
||||
file and run of ./hack/generate-proto.sh (#8644)
|
||||
* chore: bump peter-evans/create-or-update-comment from 2.1.1 to
|
||||
3.0.0 (#8639)
|
||||
* chore: bump github.com/docker/docker (#8636)
|
||||
* feat: extend schema to support customActions stanza (#8616)
|
||||
* fix: deploy to multiple namespaces (#8623)
|
||||
* fix: fix issue where verify would panic if a jobManifestPath
|
||||
with no spec.template.spec.metadata.labels existed (#8618)
|
||||
* fix: remove printing errors from IsKubernetesManifest and
|
||||
change doApply to not use this method but
|
||||
ParseKubernetesObjects to retrieve the error (#8559)
|
||||
* feat: set firelog API key (#8617)
|
||||
* docs: update verify docs to reflect k8s job support (#8601)
|
||||
* chore: bump image deps (#8612)
|
||||
* chore: bump xt0rted/pull-request-comment-branch from 1.4.0 to
|
||||
2.0.0 (#8613)
|
||||
* chore: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#8614)
|
||||
* fix: use active gcp account (#8584)
|
||||
* docs: minor edits to Cloud Build docs (#8571)
|
||||
* chore: upgrade docker and make integration-in-docker to use
|
||||
docker dependencies from pr (#8596)
|
||||
* chore: restore firelog exporter (#8555) (#8599)
|
||||
* chore: bump examples/ schema versions (#8607)
|
||||
* feat: helm dependency build on render (#8486)
|
||||
* chore: bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
|
||||
(#8602)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 09:27:02 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.3.1
|
||||
mtime: 1681234162
|
||||
commit: 701c45c772e185c0ee937eb027fe36e8d417c4a7
|
||||
version: 2.4.0
|
||||
mtime: 1683129497
|
||||
commit: 8f9209c755b4b2a041e564c7f98c723f868c0e80
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: skaffold
|
||||
Version: 2.3.1
|
||||
Version: 2.4.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:4c6e07d77c792a131e50fd3e8fb365d510a13b4cf642a84b49824fd44fc6223e
|
||||
size 17420104
|
||||
oid sha256:400290d2648aa09de9ea6d82f11e9a9c7439c0d2636e52a4bc6e4f407eecfb82
|
||||
size 17468189
|
||||
|
Loading…
x
Reference in New Issue
Block a user