Accepting request 1190607 from devel:kubic
- Update to version 0.167.0: * Update GoReleaser configuration for version 2 by @yxxhero in #1600 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.8 by @dependabot in #1602 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.8 to 1.54.10 by @dependabot in #1607 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.10 to 1.54.11 by @dependabot in #1608 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.12 by @dependabot in #1610 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.12 to 1.54.13 by @dependabot in #1611 * Use logger for helm output by @inteon in #1585 * build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #1616 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.13 to 1.54.14 by @dependabot in #1612 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 by @dependabot in #1617 * Fix broken links in status section of README.md by @jonathanmanton in #1618 * build(deps): bump zipp from 3.7.0 to 3.19.1 in /docs by @dependabot in #1620 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.17 by @dependabot in #1622 * build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1621 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.18 by @dependabot in #1625 * feat: bump helm to 3.15.3 by @yxxhero in #1627 * fix: inject KubeVersion and ApiVersions in Chartify rendering by @xabufr in #1624 * chore: add tests for release filters by @zhaque44 in #1629 * feat: add namespace info in syncRelease and diffRelease by @yxxhero in #1609 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.54.19 by @dependabot in #1628 * feat: add support for OCI auth through registry-config flag by @ThatsMrTalbot in #1630 * build(deps): bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in #1632 * feat: Update sops version 3.9.0 by @zhaque44 in #1634 * build(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3 by @dependabot in #1635 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 by @dependabot in #1638 * build(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in #1631 * chore: documentation updates: grammar & rm whitespace by @zhaque44 in #1639 * build(deps): bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.2 by @dependabot in #1644 * build(deps): bump github.com/aws/aws-sdk-go from 1.55.2 to 1.55.3 by @dependabot in #1645 * chore: remove unecessary check in HandleExitCoder function and streamline logic by @zhaque44 in #1646 * feat: use helm status to find helm release by @yxxhero in #1640 * build(deps): bump github.com/docker/docker from 27.0.1+incompatible to 27.1.0+incompatible by @dependabot in #1647 OBS-URL: https://build.opensuse.org/request/show/1190607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=57
This commit is contained in:
commit
bec7f73c71
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v0.166.0</param>
|
<param name="revision">v0.167.0</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||||
<param name="changesrevision">655e1f96a410738290662942a93337875b151b99</param></service></servicedata>
|
<param name="changesrevision">e640e0cb36b3390d81f7410afc6651412ed8f1dd</param></service></servicedata>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6bfcdc6e1f0428a98c729e63a32e2183f5490c2ad201b57a8ccf40cec9b46b7
|
|
||||||
size 1089414
|
|
3
helmfile-0.167.0.tar.gz
Normal file
3
helmfile-0.167.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aaa150006a6f34fa66dc05d466a81825430931707e3d4894820111701307920b
|
||||||
|
size 1090798
|
@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 07:41:07 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- Update to version 0.167.0:
|
||||||
|
* Update GoReleaser configuration for version 2 by @yxxhero
|
||||||
|
in #1600
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.7 to
|
||||||
|
1.54.8 by @dependabot in #1602
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.8 to
|
||||||
|
1.54.10 by @dependabot in #1607
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.10 to
|
||||||
|
1.54.11 by @dependabot in #1608
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.11 to
|
||||||
|
1.54.12 by @dependabot in #1610
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.12 to
|
||||||
|
1.54.13 by @dependabot in #1611
|
||||||
|
* Use logger for helm output by @inteon in #1585
|
||||||
|
* build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0
|
||||||
|
by @dependabot in #1616
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.13 to
|
||||||
|
1.54.14 by @dependabot in #1612
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.14 to
|
||||||
|
1.54.15 by @dependabot in #1617
|
||||||
|
* Fix broken links in status section of README.md by
|
||||||
|
@jonathanmanton in #1618
|
||||||
|
* build(deps): bump zipp from 3.7.0 to 3.19.1 in /docs by
|
||||||
|
@dependabot in #1620
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.15 to
|
||||||
|
1.54.17 by @dependabot in #1622
|
||||||
|
* build(deps): bump google.golang.org/grpc from 1.64.0 to
|
||||||
|
1.64.1 by @dependabot in #1621
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.17 to
|
||||||
|
1.54.18 by @dependabot in #1625
|
||||||
|
* feat: bump helm to 3.15.3 by @yxxhero in #1627
|
||||||
|
* fix: inject KubeVersion and ApiVersions in Chartify rendering
|
||||||
|
by @xabufr in #1624
|
||||||
|
* chore: add tests for release filters by @zhaque44 in #1629
|
||||||
|
* feat: add namespace info in syncRelease and diffRelease by
|
||||||
|
@yxxhero in #1609
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to
|
||||||
|
1.54.19 by @dependabot in #1628
|
||||||
|
* feat: add support for OCI auth through registry-config flag
|
||||||
|
by @ThatsMrTalbot in #1630
|
||||||
|
* build(deps): bump github.com/zclconf/go-cty from 1.14.4 to
|
||||||
|
1.15.0 by @dependabot in #1632
|
||||||
|
* feat: Update sops version 3.9.0 by @zhaque44 in #1634
|
||||||
|
* build(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3
|
||||||
|
by @dependabot in #1635
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.19 to
|
||||||
|
1.54.20 by @dependabot in #1638
|
||||||
|
* build(deps): bump github.com/goccy/go-yaml from 1.11.3 to
|
||||||
|
1.12.0 by @dependabot in #1631
|
||||||
|
* chore: documentation updates: grammar & rm whitespace by
|
||||||
|
@zhaque44 in #1639
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.54.20 to
|
||||||
|
1.55.2 by @dependabot in #1644
|
||||||
|
* build(deps): bump github.com/aws/aws-sdk-go from 1.55.2 to
|
||||||
|
1.55.3 by @dependabot in #1645
|
||||||
|
* chore: remove unecessary check in HandleExitCoder function and
|
||||||
|
streamline logic by @zhaque44 in #1646
|
||||||
|
* feat: use helm status to find helm release by @yxxhero in #1640
|
||||||
|
* build(deps): bump github.com/docker/docker from
|
||||||
|
27.0.1+incompatible to 27.1.0+incompatible by @dependabot in #1647
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 26 12:57:11 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
Wed Jun 26 12:57:11 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_commit 655e1f96a410738290662942a93337875b151b99
|
%define git_commit e640e0cb36b3390d81f7410afc6651412ed8f1dd
|
||||||
Name: helmfile
|
Name: helmfile
|
||||||
Version: 0.166.0
|
Version: 0.167.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deploy Kubernetes Helm Charts
|
Summary: Deploy Kubernetes Helm Charts
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2e6a1cc8db817fe6b3cbc11b52c7561d174af21b6aa2d569f3b18020b55e8b6a
|
oid sha256:3ef91850bb552f0c1d74ba2729b1ec6a41c1b9c15bbca554c6084fba4e6ab737
|
||||||
size 19542144
|
size 19619462
|
||||||
|
Loading…
x
Reference in New Issue
Block a user