diff --git a/_service b/_service
index 90c78ca..04cc2a2 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/GoogleContainerTools/skaffold
git
.git
- v2.13.2
+ v2.14.0
@PARENT_TAG@
enable
v(.*)
diff --git a/_servicedata b/_servicedata
index 2c88b32..466b765 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/GoogleContainerTools/skaffold
- 64621312014d9d749790bfee13cb459895a0cd5f
\ No newline at end of file
+ f132ab25adf1599c7fbdce733144991126565386
\ No newline at end of file
diff --git a/skaffold-2.13.2.obscpio b/skaffold-2.13.2.obscpio
deleted file mode 100644
index a0adaa3..0000000
--- a/skaffold-2.13.2.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7076886ab41f5bba1cf5c45ec1a5feafee9a36df94589853b37fde4ba3b6d1f1
-size 187837454
diff --git a/skaffold-2.14.0.obscpio b/skaffold-2.14.0.obscpio
new file mode 100644
index 0000000..9f915c8
--- /dev/null
+++ b/skaffold-2.14.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0cf893049bfd5eda9132f17bdec234d06b5e49dc3023dc4f26eda01ee0678f7d
+size 204449806
diff --git a/skaffold.changes b/skaffold.changes
index 8cb9f4d..b1e95f1 100644
--- a/skaffold.changes
+++ b/skaffold.changes
@@ -1,3 +1,65 @@
+-------------------------------------------------------------------
+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
diff --git a/skaffold.obsinfo b/skaffold.obsinfo
index 6541e62..d7770bd 100644
--- a/skaffold.obsinfo
+++ b/skaffold.obsinfo
@@ -1,4 +1,4 @@
name: skaffold
-version: 2.13.2
-mtime: 1724255647
-commit: 64621312014d9d749790bfee13cb459895a0cd5f
+version: 2.14.0
+mtime: 1737645298
+commit: f132ab25adf1599c7fbdce733144991126565386
diff --git a/skaffold.spec b/skaffold.spec
index 5f96ef0..3ce04e2 100644
--- a/skaffold.spec
+++ b/skaffold.spec
@@ -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.2
+Version: 2.14.0
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
@@ -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,16 +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
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{name}
+%{_datarootdir}/zsh/site-functions/_%{name}
%changelog
diff --git a/vendor.tar.gz b/vendor.tar.gz
index d9ed6e5..041d880 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:76b8cb31445f5e5bfc916a696cfef235f57f2b6778e53d7707013c06f029c80e
-size 18528754
+oid sha256:c40134e6fcc97a12a37e46d8d68f0b5a4c466d0ca5d3ba15d1a1c97b99091b28
+size 20521949