Accepting request 1239983 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1239983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skaffold?expand=0&rev=42
This commit is contained in:
commit
2bf6dfc592
2
_service
2
_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.13.2</param>
|
||||
<param name="revision">v2.14.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
|
||||
<param name="changesrevision">64621312014d9d749790bfee13cb459895a0cd5f</param></service></servicedata>
|
||||
<param name="changesrevision">f132ab25adf1599c7fbdce733144991126565386</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7076886ab41f5bba1cf5c45ec1a5feafee9a36df94589853b37fde4ba3b6d1f1
|
||||
size 187837454
|
3
skaffold-2.14.0.obscpio
Normal file
3
skaffold-2.14.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cf893049bfd5eda9132f17bdec234d06b5e49dc3023dc4f26eda01ee0678f7d
|
||||
size 204449806
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: skaffold
|
||||
version: 2.13.2
|
||||
mtime: 1724255647
|
||||
commit: 64621312014d9d749790bfee13cb459895a0cd5f
|
||||
version: 2.14.0
|
||||
mtime: 1737645298
|
||||
commit: f132ab25adf1599c7fbdce733144991126565386
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76b8cb31445f5e5bfc916a696cfef235f57f2b6778e53d7707013c06f029c80e
|
||||
size 18528754
|
||||
oid sha256:c40134e6fcc97a12a37e46d8d68f0b5a4c466d0ca5d3ba15d1a1c97b99091b28
|
||||
size 20521949
|
||||
|
Loading…
x
Reference in New Issue
Block a user