Accepting request 1177027 from home:manfred-h:devel:kubic

- Update to version 0.165.0:
  What's Changed
  * build(deps): bump github.com/aws/aws-sdk-go from 1.51.32 to
    1.52.0 by @dependabot in #1496
  * build(deps): bump github.com/helmfile/vals from 0.37.0 to
    0.37.1 by @dependabot in #1500
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.0 to
    1.52.1 by @dependabot in #1499
  * build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs by
    @dependabot in #1505
  * build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0
    by @dependabot in #1502
  * build(deps): bump github.com/helmfile/chartify from 0.20.0
    to 0.20.1 by @dependabot in #1503
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.1 to
    1.52.2 by @dependabot in #1501
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to
    1.52.3 by @dependabot in #1507
  * build(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #1506
  * Remove config key order check by @drivelikebrazil in #1504
  * Relax the helmfile.lock helmfile binary version constraint
    by @mumoshu in #1511
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.3 to
    1.52.4 by @dependabot in #1509
  * v1: Document experimental features by @mumoshu in #1512
  * Update the project status with invitation to v1 rc testers
    by @mumoshu in #1513
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.4 to
    1.52.5 by @dependabot in #1514
  * chore: upgrade kubectl to v1.28.9 by @rtomadpg in #1516
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.5 to
    1.52.6 by @dependabot in #1518
  * bump helm-diff to v3.9.6 by @yxxhero in #1517
  * Add helmfile template --show-only by @jim-barber-he in #1494
  * build(deps): bump github.com/aws/aws-sdk-go from 1.52.6 to
    1.53.0 by @dependabot in #1519
  * build(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.1
    by @dependabot in #1521
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to
    1.53.2 by @dependabot in #1520
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.2 to
    1.53.3 by @dependabot in #1525
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.3 to
    1.53.4 by @dependabot in #1526
  * Fix typo and link for supported backends by @koenpunt in #1529
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.4 to
    1.53.5 by @dependabot in #1528
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.5 to
    1.53.6 by @dependabot in #1531
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.6 to
    1.53.7 by @dependabot in #1532
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.7 to
    1.53.8 by @dependabot in #1534
  * feat: bump helm to v3.15.1 by @yxxhero in #1523
  * build(deps): bump github.com/aws/aws-sdk-go from 1.53.8 to
    1.53.9 by @dependabot in #1535
  * bump helm-diff to 3.9.7 by @yxxhero in #1536

OBS-URL: https://build.opensuse.org/request/show/1177027
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=111
This commit is contained in:
Manfred Hollstein 2024-05-27 06:31:33 +00:00 committed by Git OBS Bridge
parent 3465ed4569
commit 486f3051cf
7 changed files with 70 additions and 9 deletions

View File

@ -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.164.0</param> <param name="revision">v0.165.0</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service name="recompress" mode="manual"> <service name="recompress" mode="manual">

View File

@ -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">7637ecd22960d5077a9ecd08a85a563c8ccf0101</param></service></servicedata> <param name="changesrevision">2f408163cff1ac89e1e24affa38d78125216b241</param></service></servicedata>

View File

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

3
helmfile-0.165.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon May 27 06:06:47 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.165.0:
What's Changed
* build(deps): bump github.com/aws/aws-sdk-go from 1.51.32 to
1.52.0 by @dependabot in #1496
* build(deps): bump github.com/helmfile/vals from 0.37.0 to
0.37.1 by @dependabot in #1500
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.0 to
1.52.1 by @dependabot in #1499
* build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs by
@dependabot in #1505
* build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0
by @dependabot in #1502
* build(deps): bump github.com/helmfile/chartify from 0.20.0
to 0.20.1 by @dependabot in #1503
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.1 to
1.52.2 by @dependabot in #1501
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to
1.52.3 by @dependabot in #1507
* build(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #1506
* Remove config key order check by @drivelikebrazil in #1504
* Relax the helmfile.lock helmfile binary version constraint
by @mumoshu in #1511
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.3 to
1.52.4 by @dependabot in #1509
* v1: Document experimental features by @mumoshu in #1512
* Update the project status with invitation to v1 rc testers
by @mumoshu in #1513
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.4 to
1.52.5 by @dependabot in #1514
* chore: upgrade kubectl to v1.28.9 by @rtomadpg in #1516
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.5 to
1.52.6 by @dependabot in #1518
* bump helm-diff to v3.9.6 by @yxxhero in #1517
* Add helmfile template --show-only by @jim-barber-he in #1494
* build(deps): bump github.com/aws/aws-sdk-go from 1.52.6 to
1.53.0 by @dependabot in #1519
* build(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.1
by @dependabot in #1521
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to
1.53.2 by @dependabot in #1520
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.2 to
1.53.3 by @dependabot in #1525
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.3 to
1.53.4 by @dependabot in #1526
* Fix typo and link for supported backends by @koenpunt in #1529
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.4 to
1.53.5 by @dependabot in #1528
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.5 to
1.53.6 by @dependabot in #1531
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.6 to
1.53.7 by @dependabot in #1532
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.7 to
1.53.8 by @dependabot in #1534
* feat: bump helm to v3.15.1 by @yxxhero in #1523
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.8 to
1.53.9 by @dependabot in #1535
* bump helm-diff to 3.9.7 by @yxxhero in #1536
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 07:38:51 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> Fri May 3 07:38:51 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>

View File

@ -17,9 +17,9 @@
# #
%define git_commit 7637ecd22960d5077a9ecd08a85a563c8ccf0101 %define git_commit 2f408163cff1ac89e1e24affa38d78125216b241
Name: helmfile Name: helmfile
Version: 0.164.0 Version: 0.165.0
Release: 0 Release: 0
Summary: Deploy Kubernetes Helm Charts Summary: Deploy Kubernetes Helm Charts
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:fc2d233dd3a1a442dfed08d715557c800b364ededdbc80ea792ef8dc08a51bd3 oid sha256:c30c89bd5051acba09ecdab0e1008300294476783fa597b83842337e469c903f
size 16915504 size 17075820