SHA256
1
0
forked from pool/skaffold

Compare commits

...

6 Commits

8 changed files with 99 additions and 24 deletions

View File

@ -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.13.1</param>
<param name="revision">v2.14.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
<param name="changesrevision">9bf608b553673654891eaa4d79ef84b21749ef0c</param></service></servicedata>
<param name="changesrevision">62fba6a236833db0d0d689a33e0b1007518d3456</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cf6333d875484a7b8b874237a2c2bd4355ecea1d15352f6742c0c5b15f8784d
size 187834382

3
skaffold-2.14.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd9916af6b65fbf278f74856680e0361c95ea333eb8a67859bc377f2da648688
size 204452878

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Fri Feb 07 16:58:54 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 2.14.1:
* feat: revert "feat: transform imagePullPolicy when using local
cluster (#9495)" (#9703) (#9708)
* fix(helm): Fix helm package installation order (#9693) (#9709)
* fix: (helm) Add expand env template for dependsOn, fix
concurrent installation (#9689) (#9707)
-------------------------------------------------------------------
Thu Jan 23 19:34:31 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 2.14.0:
Large update, please see the full changelog at
https://github.com/GoogleContainerTools/skaffold/releases/tag/v2.14.0
* New Features and Additions:
- feat: default to ADC when gcloud cred helper is configured in
docker/config.json when using docker go library #9469
- feat: added retry on files sync error #9261
- Use bazel info workspace to get workspace, check for
MODULE.bazel #9445
- feat(git): added commit hash support to git.ref #9430
- feat(kaniko): Add kaniko cache run layers flag #9465
- feat: new gcs client using cloud client libraries #9518
- feat(sync): Add pod filter using FieldSelector #9493
- feat(cluster): Add labels to cluster config #9553
- feat(bin): Add graceful shutdown for helm command #9520
- feat: Optimize helm deploy by using goroutines #9451
- feat: transform imagePullPolicy when using local cluster
#9495
- Support TemplateField for build.artifacts.docker.cliFlags
#9582
- feat(kaniko): Optimize kaniko build by 50% using compression
and add progress #9476
- feat(verify.go): Add pod fail reason and message to output
#9589
- feat(helm): Add helm dependencies support #9624
- feat: implement kaniko.imagePullSecret for pulling images
from private registry w/ auth #9665
* Fixes:
- fix: send maxRetries property when it is specified by the
user in a cloud run job manifest #9475
- fix: keep the original template if template expansion fails
#9503
- fix(wait): Add panic prevent WaitForPodInitialized #9511
- fix(kaniko): replaces kaniko --snapshotMode argument with
--snapshot-mode #9458
- fix: emit CloudRunServiceReady event even if default url is
disabled #9523
- fix: Set the client DialContext to the connhelper dialer
DOCKER_HOST is present #9521
- fix(config): Replace json tag with yaml for VerifyEnvVar
#9558
- fix: Continue deployment even if ContainerRemove call returns
error #9561
- fix: Wrap errors when unmarshal Cloud Run deploy manifests
fail. #9578
- fix: Handle StandalonePods Succeeded case when checking
status #9580
- fix(sync): log a warning for empty pods #9599
- fix: kustomize render should support components #9636
- fix: Update the k8s Job container logic for custom actions to
match v… #9584
- fix: Helm deploy was not working with variable templatinging
chart path #9600
- fix: retry on errors when watching pods #9373
- fix: Make defaultNamespace warning more useful #9669
- fix: Add Dockerfile for digest calculation #9666
- fix: make IMAGE_TAG available in buildArgs when used in
docker FROM 9664
-------------------------------------------------------------------
Fri Sep 13 18:47:50 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 2.13.2:
* fix: keep the original template if template expansion fails
(#9503) (#9504)
-------------------------------------------------------------------
Wed Jul 24 17:43:15 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: skaffold
version: 2.13.1
mtime: 1721835514
commit: 9bf608b553673654891eaa4d79ef84b21749ef0c
version: 2.14.1
mtime: 1738700354
commit: 62fba6a236833db0d0d689a33e0b1007518d3456

View File

@ -1,7 +1,7 @@
#
# spec file for package skaffold
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,17 +16,18 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: skaffold
Version: 2.13.1
Version: 2.14.1
Release: 0
Summary: Easy and Repeatable Kubernetes Development
License: Apache-2.0
URL: https://github.com/GoogleContainerTools/skaffold
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.22
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: go >= 1.23
BuildRequires: zsh
%description
Skaffold is a command line tool that facilitates continuous development for
@ -77,7 +78,7 @@ go build \
-buildmode=pie \
-ldflags=" \
-X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.version=%{version} \
-X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.buildDate=$BUILD_DATE" \
-X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.buildDate=${BUILD_DATE}" \
-o bin/%{name} ./cmd/%{name}
%install
@ -93,8 +94,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
# create the zsh completion file
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
%files
%doc README.md
@ -102,17 +103,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{name}
%files -n %{name}-bash-completion
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{name}
%files -n %{name}-fish-completion
%dir %{_datarootdir}/fish
%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
%files -n %{name}-zsh-completion
%defattr(-,root,root)
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{name}
%{_datarootdir}/zsh/site-functions/_%{name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:006a6d56957916835f045c6851da0131184704c61f63506c92bd71eb921dc707
size 18528554
oid sha256:63aa8b70082c7ce5803cd90b8f03fed7e999e3c02455d76912bac73707968193
size 20548393