dependabot[bot]
b4e7a68ec1
build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.0 ( #1226 )
...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) from 0.28.4 to 0.29.0.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.28.4...v0.29.0 )
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 13:58:11 +08:00
dependabot[bot]
e3aa090c4b
build(deps): bump github.com/aws/aws-sdk-go from 1.49.1 to 1.49.2 ( #1227 )
2023-12-15 04:08:36 +08:00
yxxhero
e99cde01ce
bump helm version to 3.13.3 ( #1225 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-12-14 10:26:17 +08:00
dependabot[bot]
00943a0aec
build(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.1 ( #1223 )
2023-12-14 05:33:09 +08:00
yxxhero
cb6b91c5dc
fix: ConditionEnabled panic issue ( #1221 )
2023-12-13 15:04:20 +08:00
Cyril Jouve
eb21377f39
replace custom diff in tests using testify ( #1215 )
2023-12-13 06:32:38 +08:00
dependabot[bot]
473820cd6f
build(deps): bump github.com/aws/aws-sdk-go from 1.48.16 to 1.49.0 ( #1214 )
2023-12-13 05:35:33 +08:00
dependabot[bot]
b767f35f71
build(deps): bump github.com/aws/aws-sdk-go from 1.48.15 to 1.48.16 ( #1211 )
2023-12-12 06:31:34 +08:00
Cyril Jouve
e0f1f765c5
simplify multierr usage with standard errors ( #1208 )
2023-12-10 20:04:05 +08:00
Cyril Jouve
9f2264ce24
consistently use Masterminds/semver ( #1209 )
2023-12-10 19:05:07 +08:00
Enrique Fernández
017bcf22ae
chore: add bluelabs to list of helmfile users ( #1206 )
...
Signed-off-by: Enrique Fernandez <enrique@bluelabs.eu>
2023-12-09 20:22:46 +08:00
dependabot[bot]
4fa14fab63
build(deps): bump github.com/aws/aws-sdk-go from 1.48.14 to 1.48.15 ( #1202 )
2023-12-09 07:00:12 +08:00
Tunahan Sezen
c731227e9a
fix: --state-values-set unable to set booleans ( #1199 )
...
This pr fixes auto-wrapping of booleans and integers into quotes when using --state-values-set by:
- Adding: --state-values-set-string flag for intentional string set of boolean or integer
- Changing: --state-values-set flag not wrapping now
- Removing -
Resolves https://github.com/roboll/helmfile/issues/1347
Signed-off-by: Tunahan Sezen <sezentunahan@outlook.com>
2023-12-08 21:42:40 +08:00
dependabot[bot]
7159e7c1ea
build(deps): bump github.com/aws/aws-sdk-go from 1.48.13 to 1.48.14 ( #1200 )
2023-12-08 07:44:54 +08:00
Joseph Gardner
0ebe15295b
chore(docs): Add missing template funcs ( #1201 )
2023-12-08 03:14:10 +08:00
dependabot[bot]
38f06b1dc4
build(deps): bump github.com/aws/aws-sdk-go from 1.48.12 to 1.48.13 ( #1195 )
2023-12-07 06:56:51 +08:00
dependabot[bot]
3c23fb10d1
build(deps): bump actions/setup-go from 4 to 5 ( #1196 )
2023-12-07 06:56:12 +08:00
Joseph Gardner
45d63335fa
chore(docs): update link ( #1198 )
2023-12-07 06:55:46 +08:00
Joseph Gardner
763da8e0ac
fix(docs): pin python to 3.11 ( #1197 )
2023-12-07 04:49:35 +08:00
dependabot[bot]
f0df13774d
build(deps): bump github.com/helmfile/vals from 0.29.0 to 0.30.0 ( #1192 )
...
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/helmfile/vals/releases )
- [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml )
- [Commits](https://github.com/helmfile/vals/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/vals
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 07:55:44 +08:00
yxxhero
1e5201c414
fix(docs): typo in templating_funcs.md ( #1194 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-12-06 07:55:06 +08:00
Joseph Gardner
991c907607
fix(docs): specify python version ( #1193 )
2023-12-06 07:38:41 +08:00
dependabot[bot]
57e4132bcf
build(deps): bump github.com/aws/aws-sdk-go from 1.48.11 to 1.48.12 ( #1191 )
2023-12-06 07:37:47 +08:00
Oleksandr Vorona
29caac793e
Allow secrets to be excluded from release template inheritance ( #1189 )
...
* Allow secrets to be excluded from inheritance, small docs update
Signed-off-by: Alex Vorona <alex@vorona.com.ua>
* Fix typo in docs
Signed-off-by: Alex Vorona <alex@vorona.com.ua>
---------
Signed-off-by: Alex Vorona <alex@vorona.com.ua>
2023-12-05 18:17:48 +08:00
Virgínia Tavares
b10692dc9b
Create DeleteWait and DeleteTimeout parameters for Destroy ( #1177 )
...
* Create DeleteWait and DeleteTimeout parameters
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create tests for deleteWait and deleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.48.7 (#1176 )
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.6 to 1.48.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.6...v1.48.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update temp_test.go with DeleteWait and DeleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create deleteWait function in state.go
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Fix comments from review
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
---------
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Virginia Tavares <virginia.tavares@ericsson.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 08:38:37 +08:00
dependabot[bot]
4659b2fdd8
build(deps): bump github.com/aws/aws-sdk-go from 1.48.10 to 1.48.11 ( #1190 )
2023-12-05 07:51:02 +08:00
yxxhero
7d6ed97333
feat: include func support ( #1187 )
...
* feat: include func support
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-12-04 21:51:01 +08:00
Cyril Jouve
06504477f6
[dockerfile] update latest kustomize ( #1188 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2023-12-02 19:58:24 +08:00
Cyril Jouve
4d1ab0246e
[dockerfile] latest kubectl 1.25 ( #1184 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2023-12-02 07:48:42 +08:00
Cyril Jouve
aa970ce92b
[dockerfile] age 1.1.1 ( #1183 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2023-12-02 07:48:19 +08:00
Cyril Jouve
a62d2bca14
[dockerfile] update plugins ( #1182 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2023-12-02 07:47:54 +08:00
Cyril Jouve
2a7e5775cb
[dockerfile] latest sops ( #1185 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2023-12-02 07:47:22 +08:00
dependabot[bot]
a8851e88f5
build(deps): bump github.com/aws/aws-sdk-go from 1.48.9 to 1.48.10 ( #1181 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.9 to 1.48.10.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.9...v1.48.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-02 07:46:40 +08:00
Joseph Gardner
f7069df972
Fix failing docs build ( #1186 )
...
The [readthedocs build](https://readthedocs.org/projects/helmfile/builds/ ) is failing due to a missing required `build.os`
```
Error
Problem in your project's configuration. Invalid configuration option "build.os": build not found
```
Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com>
2023-12-02 07:46:16 +08:00
dependabot[bot]
257e89dd30
build(deps): bump github.com/aws/aws-sdk-go from 1.48.7 to 1.48.9 ( #1179 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.7 to 1.48.9.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.7...v1.48.9 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 21:36:51 +08:00
dependabot[bot]
6638dd46ab
build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.48.7 ( #1176 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.6 to 1.48.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.6...v1.48.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 17:04:53 +08:00
dependabot[bot]
360292f475
build(deps): bump github.com/aws/aws-sdk-go from 1.48.4 to 1.48.6 ( #1173 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.4 to 1.48.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.4...v1.48.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 00:26:08 +08:00
dependabot[bot]
e876d60498
build(deps): bump github.com/aws/aws-sdk-go from 1.48.3 to 1.48.4 ( #1171 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.3 to 1.48.4.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.3...v1.48.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 07:50:28 +08:00
dependabot[bot]
2913cd5f29
build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 ( #1170 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/term/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 07:50:08 +08:00
dependabot[bot]
0256c837f9
build(deps): bump github.com/aws/aws-sdk-go from 1.48.2 to 1.48.3 ( #1166 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.2 to 1.48.3.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.2...v1.48.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-24 08:42:06 +08:00
yxxhero
4c1a8198df
update get and getOrNil docs ( #1164 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-11-23 17:10:21 +08:00
dependabot[bot]
6192741ec4
build(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to 1.48.2 ( #1162 )
2023-11-23 07:36:06 +08:00
dependabot[bot]
4e3a60ab88
build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 ( #1160 )
2023-11-22 07:05:20 +08:00
dependabot[bot]
30a9d67316
build(deps): bump github.com/aws/aws-sdk-go from 1.48.0 to 1.48.1 ( #1159 )
2023-11-22 07:04:53 +08:00
Maarten Boekhold
d0b8d7ee5e
Add "PostRendererArgs" option to be passed to helm ( #1133 )
...
* Add "PostRendererArgs" option to be passed to helm
This allows using PowerShell scripts on Windows as Post Renderer.
Signed-off-by: Maarten Boekhold <maarten.boekhold@finastra.com>
2023-11-21 21:32:14 +08:00
dependabot[bot]
b764b4ceed
build(deps): bump github.com/helmfile/vals from 0.28.1 to 0.29.0 ( #1155 )
...
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals ) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/helmfile/vals/releases )
- [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml )
- [Commits](https://github.com/helmfile/vals/compare/v0.28.1...v0.29.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/vals
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 07:56:26 +08:00
dependabot[bot]
e008679fe9
build(deps): bump github.com/aws/aws-sdk-go from 1.47.13 to 1.48.0 ( #1156 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.47.13 to 1.48.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.47.13...v1.48.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 07:56:03 +08:00
yxxhero
0199b5f764
fix checker for empty array case ( #1153 )
2023-11-20 16:34:24 +08:00
dependabot[bot]
4651723fef
build(deps): bump github.com/aws/aws-sdk-go from 1.47.12 to 1.47.13 ( #1152 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.47.12 to 1.47.13.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.47.12...v1.47.13 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-18 06:54:05 +08:00
dependabot[bot]
663520fad0
build(deps): bump github.com/aws/aws-sdk-go from 1.47.11 to 1.47.12 ( #1150 )
2023-11-17 07:32:50 +08:00