v0.162.0
版本发布时间: 2024-02-18 18:45:58
helmfile/helmfile最新发布版本:v1.0.0-rc.4(2024-08-04 10:30:02)
New feature
- add suppress output line regex support by @yxxhero in https://github.com/helmfile/helmfile/pull/1329 see more: https://github.com/helmfile/helmfile/blob/v0.162.0/test/integration/test-cases/suppress-output-line-regex/input/helmfile.yaml.gotmpl
helmDefaults:
suppressOutputLineRegex:
- "helm.sh/chart"
- "app.kubernetes.io/version"
repositories:
- name: ingress-nginx
url: https://kubernetes.github.io/ingress-nginx
releases:
- name: ingress-nginx
namespace: ingress-nginx
chart: ingress-nginx/ingress-nginx
version: {{ env "SUPPRESS_OUTPUT_LINE_REGEX_INGRESS_NGINX_VERSION" | default "4.8.3" }}
What's Changed
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.1 to 1.50.2 by @dependabot in https://github.com/helmfile/helmfile/pull/1309
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.2 to 1.50.3 by @dependabot in https://github.com/helmfile/helmfile/pull/1312
- feat: document that jsonPatches et al can be files by @rsrchboy in https://github.com/helmfile/helmfile/pull/1313
- build(deps): bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 by @dependabot in https://github.com/helmfile/helmfile/pull/1314
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.3 to 1.50.4 by @dependabot in https://github.com/helmfile/helmfile/pull/1315
- feat: Bump helm-diff to 3.9.4 by @yxxhero in https://github.com/helmfile/helmfile/pull/1316
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.4 to 1.50.5 by @dependabot in https://github.com/helmfile/helmfile/pull/1318
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.5 to 1.50.6 by @dependabot in https://github.com/helmfile/helmfile/pull/1319
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.6 to 1.50.7 by @dependabot in https://github.com/helmfile/helmfile/pull/1321
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.7 to 1.50.8 by @dependabot in https://github.com/helmfile/helmfile/pull/1322
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.9 by @dependabot in https://github.com/helmfile/helmfile/pull/1323
- disable version check for sops while building container image by @itscaro in https://github.com/helmfile/helmfile/pull/1320
- build(deps): bump github.com/helmfile/vals from 0.33.0 to 0.33.1 by @dependabot in https://github.com/helmfile/helmfile/pull/1325
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.10 by @dependabot in https://github.com/helmfile/helmfile/pull/1324
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.11 by @dependabot in https://github.com/helmfile/helmfile/pull/1328
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.11 to 1.50.12 by @dependabot in https://github.com/helmfile/helmfile/pull/1330
- feat: update to use go 1.22 by @chenrui333 in https://github.com/helmfile/helmfile/pull/1332
- build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in https://github.com/helmfile/helmfile/pull/1334
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.12 to 1.50.13 by @dependabot in https://github.com/helmfile/helmfile/pull/1333
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.13 to 1.50.14 by @dependabot in https://github.com/helmfile/helmfile/pull/1336
- build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in https://github.com/helmfile/helmfile/pull/1338
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.14 to 1.50.15 by @dependabot in https://github.com/helmfile/helmfile/pull/1337
- build(deps): bump github.com/helmfile/vals from 0.33.1 to 0.34.1 by @dependabot in https://github.com/helmfile/helmfile/pull/1339
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.15 to 1.50.17 by @dependabot in https://github.com/helmfile/helmfile/pull/1342
- build(deps): bump github.com/helmfile/chartify from 0.17.0 to 0.18.1 by @dependabot in https://github.com/helmfile/helmfile/pull/1341
- fix: use finer-grained locking when listing releases for diff by @steved in https://github.com/helmfile/helmfile/pull/1343
- run deps without chart preparation by @jouve in https://github.com/helmfile/helmfile/pull/1011
- build(deps): bump k8s.io/apimachinery from 0.29.1 to 0.29.2 by @dependabot in https://github.com/helmfile/helmfile/pull/1348
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.17 to 1.50.18 by @dependabot in https://github.com/helmfile/helmfile/pull/1347
- build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 by @dependabot in https://github.com/helmfile/helmfile/pull/1346
- fix: version path issue by @yxxhero in https://github.com/helmfile/helmfile/pull/1344
- Make it clear that the plugin install prompt is a question by @wallrj in https://github.com/helmfile/helmfile/pull/1355
- Update Helm version to v3.14.1 by @yxxhero in https://github.com/helmfile/helmfile/pull/1352
- build(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to 1.50.19 by @dependabot in https://github.com/helmfile/helmfile/pull/1357
- feat: add suppress output line regex support by @yxxhero in https://github.com/helmfile/helmfile/pull/1329
New Contributors
- @rsrchboy made their first contribution in https://github.com/helmfile/helmfile/pull/1313
- @steved made their first contribution in https://github.com/helmfile/helmfile/pull/1343
- @wallrj made their first contribution in https://github.com/helmfile/helmfile/pull/1355
Full Changelog: https://github.com/helmfile/helmfile/compare/v0.161.0...v0.162.0
1、 helmfile_0.162.0_checksums.txt 820B
2、 helmfile_0.162.0_darwin_amd64.tar.gz 21.82MB
3、 helmfile_0.162.0_darwin_arm64.tar.gz 20.52MB
4、 helmfile_0.162.0_linux_386.tar.gz 19.68MB
5、 helmfile_0.162.0_linux_amd64.tar.gz 21.48MB
6、 helmfile_0.162.0_linux_arm64.tar.gz 19.61MB
7、 helmfile_0.162.0_windows_386.tar.gz 20.58MB
8、 helmfile_0.162.0_windows_amd64.tar.gz 21.93MB
9、 helmfile_0.162.0_windows_arm64.tar.gz 19.63MB