forked from pool/helmfile
Accepting request 1129848 from home:manfred-h:devel:kubic
- Update to version 0.159.0: What's Changed * build(deps): bump github.com/aws/aws-sdk-go from 1.46.7 to 1.47.0 by @dependabot in #1111 * docs: fix indentation error in index.md by @tjanson in #1114 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.0 to 1.47.1 by @dependabot in #1113 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.1 to 1.47.2 by @dependabot in #1117 * fix: args ignore in diff subcommand by @yxxhero in #1118 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.2 to 1.47.3 by @dependabot in #1125 * build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #1124 * build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #1123 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.4 by @dependabot in #1126 * resolved deps even when installed=false by @jouve in #1120 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.4 to 1.47.5 by @dependabot in #1127 * build(deps): bump helm.sh/helm/v3 from 3.13.1 to 3.13.2 by @dependabot in #1128 * build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 by @dependabot in #1129 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.5 to 1.47.7 by @dependabot in #1134 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.7 to 1.47.8 by @dependabot in #1138 * fix: support large output with --enable-live-ouput by @flabatut in #1139 * bump helm to 3.13.2 by @yxxhero in #1130 * Update helmfile/chartify to v0.17.0 by @moririnson in #1140 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.9 by @dependabot in #1141 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to 1.47.10 by @dependabot in #1143 * build(deps): bump dessant/lock-threads from 4 to 5 by @dependabot in #1144 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.10 to 1.47.11 by @dependabot in #1146 * build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 by @dependabot in #1149 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.11 to 1.47.12 by @dependabot in #1150 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.12 to 1.47.13 by @dependabot in #1152 * fix checker for empty array case by @yxxhero in #1153 * build(deps): bump github.com/aws/aws-sdk-go from 1.47.13 to 1.48.0 by @dependabot in #1156 * build(deps): bump github.com/helmfile/vals from 0.28.1 to 0.29.0 by @dependabot in #1155 * Add "PostRendererArgs" option to be passed to helm by @boekhold in #1133 * build(deps): bump github.com/aws/aws-sdk-go from 1.48.0 to 1.48.1 by @dependabot in #1159 * build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #1160 * build(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to 1.48.2 by @dependabot in #1162 * update get and getOrNil docs by @yxxhero in #1164 * build(deps): bump github.com/aws/aws-sdk-go from 1.48.2 to 1.48.3 by @dependabot in #1166 OBS-URL: https://build.opensuse.org/request/show/1129848 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=97
This commit is contained in:
parent
a55567276f
commit
50a96f8b8e
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.158.1</param>
|
||||
<param name="revision">v0.159.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">0c3951097ebadd33075d38f57b56cd85491449c7</param></service></servicedata>
|
||||
<param name="changesrevision">0256c837f96530131967b2537990a7db600fac9f</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a239caa980fe2a8fd4aff81a51dafa7e811628bf3c913bdb2ef31d70ffc3b012
|
||||
size 607284
|
3
helmfile-0.159.0.tar.gz
Normal file
3
helmfile-0.159.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faa6214d3413ac8e14e5d39229eebaf348bd5bc864b14b40c48edce9c55c4276
|
||||
size 1053304
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 15:56:35 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.159.0:
|
||||
What's Changed
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.46.7 to
|
||||
1.47.0 by @dependabot in #1111
|
||||
* docs: fix indentation error in index.md by @tjanson in #1114
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.0 to
|
||||
1.47.1 by @dependabot in #1113
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.1 to
|
||||
1.47.2 by @dependabot in #1117
|
||||
* fix: args ignore in diff subcommand by @yxxhero in #1118
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.2 to
|
||||
1.47.3 by @dependabot in #1125
|
||||
* build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by
|
||||
@dependabot in #1124
|
||||
* build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
|
||||
by @dependabot in #1123
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.3 to
|
||||
1.47.4 by @dependabot in #1126
|
||||
* resolved deps even when installed=false by @jouve in #1120
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.4 to
|
||||
1.47.5 by @dependabot in #1127
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.13.1 to 3.13.2 by
|
||||
@dependabot in #1128
|
||||
* build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0
|
||||
by @dependabot in #1129
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.5 to
|
||||
1.47.7 by @dependabot in #1134
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.7 to
|
||||
1.47.8 by @dependabot in #1138
|
||||
* fix: support large output with --enable-live-ouput by
|
||||
@flabatut in #1139
|
||||
* bump helm to 3.13.2 by @yxxhero in #1130
|
||||
* Update helmfile/chartify to v0.17.0 by @moririnson in #1140
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to
|
||||
1.47.9 by @dependabot in #1141
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to
|
||||
1.47.10 by @dependabot in #1143
|
||||
* build(deps): bump dessant/lock-threads from 4 to 5
|
||||
by @dependabot in #1144
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.10 to
|
||||
1.47.11 by @dependabot in #1146
|
||||
* build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 by
|
||||
@dependabot in #1149
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.11 to
|
||||
1.47.12 by @dependabot in #1150
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.12 to
|
||||
1.47.13 by @dependabot in #1152
|
||||
* fix checker for empty array case by @yxxhero in #1153
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.13 to
|
||||
1.48.0 by @dependabot in #1156
|
||||
* build(deps): bump github.com/helmfile/vals from 0.28.1 to
|
||||
0.29.0 by @dependabot in #1155
|
||||
* Add "PostRendererArgs" option to be passed to helm by
|
||||
@boekhold in #1133
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.0 to
|
||||
1.48.1 by @dependabot in #1159
|
||||
* build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to
|
||||
3.0.1 by @dependabot in #1160
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to
|
||||
1.48.2 by @dependabot in #1162
|
||||
* update get and getOrNil docs by @yxxhero in #1164
|
||||
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.2 to
|
||||
1.48.3 by @dependabot in #1166
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 14:43:59 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 0c3951097ebadd33075d38f57b56cd85491449c7
|
||||
%define git_commit 0256c837f96530131967b2537990a7db600fac9f
|
||||
Name: helmfile
|
||||
Version: 0.158.1
|
||||
Version: 0.159.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58a26893d95bc7e4b32a387c2c039f4bb80812b29e626b7a68805024d2ae4758
|
||||
size 14903756
|
||||
oid sha256:14977d6573868830eb1e34b22b2301d9732131010848b251761d0c0b19e05f04
|
||||
size 14897565
|
||||
|
Loading…
x
Reference in New Issue
Block a user