Skip to content

Update dependency helmfile/helmfile to v1#134

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/helmfile-helmfile-1.x
Open

Update dependency helmfile/helmfile to v1#134
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/helmfile-helmfile-1.x

Conversation

@renovate

@renovate renovate Bot commented May 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
helmfile/helmfile major 0.150.01.5.5

Release Notes

helmfile/helmfile (helmfile/helmfile)

v1.5.5

Compare Source

v1.5.4

Compare Source

v1.5.3

Compare Source

What's Changed
  • build(deps): bump github.com/gookit/color from 1.5.4 to 1.6.1 by @​dependabot[bot] in #​2608
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.18 by @​dependabot[bot] in #​2610
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.101.0 to 1.102.0 by @​dependabot[bot] in #​2612
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.102.0 to 1.102.1 by @​dependabot[bot] in #​2613
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.18 to 1.32.20 by @​dependabot[bot] in #​2614
  • fix: support array of maps in set/setTemplate values by @​yxxhero in #​2615
  • fix: remove naked return by returning expected values by @​ceriath in #​2617
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.102.1 to 1.103.0 by @​dependabot[bot] in #​2619
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.20 to 1.32.21 by @​dependabot[bot] in #​2618
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.103.0 to 1.103.1 by @​dependabot[bot] in #​2620
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.21 to 1.32.22 by @​dependabot[bot] in #​2621
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.103.1 to 1.103.2 by @​dependabot[bot] in #​2622
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.22 to 1.32.23 by @​dependabot[bot] in #​2623
  • Bump helm-diff to v3.15.8 across runtime defaults and execution environments by @​Copilot in #​2624
  • build(deps): bump golang.org/x/sync from 0.20.0 to 0.21.0 by @​dependabot[bot] in #​2625

Full Changelog: helmfile/helmfile@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed

Full Changelog: helmfile/helmfile@v1.5.0...v1.5.1

v1.5.0

Compare Source

What's Changed

  • feat: add --write-output flag to helmfile fetch for air-gapped environments by @​yxxhero in #​2572
  • feat: add 'create' subcommand to scaffold helmfile deployment projects by @​yxxhero in #​2574
  • docs: restructure documentation and improve newcomer experience by @​yxxhero in #​2573
  • docs: deduplicate Technical Details sections in values-and-merging.md by @​yxxhero in #​2575

Full Changelog: helmfile/helmfile@v1.4.5...v1.5.0

v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.4.1...v1.4.2

v1.4.1

Compare Source

Fixed
  • Fix --kubeconfig not being passed to chartify's helm template call (#​2449)
  • Fix kubedog rate limiter configuration to prevent context cancellation (#​2446)

v1.4.0

Compare Source

Added
  • Add kubedog integration with unified resource handling for deployment monitoring (#​2383)
  • Add IP Network to supported HCL functions (#​2426)
Fixed
  • Fix local chart with external dependencies error when repos are configured (#​2433)
  • Fix values path resolution by using absolute baseDir in sequential helmfiles (#​2425)
Dependencies
  • Update helm-diff to v3.15.1
  • Bump k8s.io/client-go from 0.35.1 to 0.35.2
  • Bump k8s.io/apimachinery from 0.35.1 to 0.35.2
  • Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.1 to 1.96.2
  • Bump github.com/helmfile/vals from 0.43.5 to 0.43.6
  • Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (security)

v1.3.2

Compare Source

Added
  • Add HCL values override support (#​2402)
Fixed
  • Fix --skip-refresh only passed to helm dep build when helm repo update was run (#​2419)
  • Fix helm repo update being skipped when only OCI repos are configured (#​2420)
  • Fix helmDefaults.skipRefresh being ignored in runHelmDepBuilds (#​2415)
Dependencies
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.0 to 1.96.1
  • Bump github.com/zclconf/go-cty from 1.17.0 to 1.18.0

v1.3.1

Compare Source

Fixed
  • Fix relative path resolution in sequential helmfiles by eliminating os.Chdir (#​2410)
  • Fix helmBinary setting being ignored in multi-document YAML files (#​2414)
  • Fix support for XDG-style multiple paths in HELM_PLUGINS (#​2412)

Generated by Changesmith

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.2.3...v1.3.0

v1.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.2.2...v1.2.3

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

Full Changelog: helmfile/helmfile@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: helmfile/helmfile@v1.1.9...v1.2.0

v1.1.9

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • "before 5am every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label May 1, 2025
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 373b221 to b1653d1 Compare May 20, 2025 02:52
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from b1653d1 to 14987e9 Compare May 30, 2025 23:27
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 14987e9 to 482bea4 Compare June 12, 2025 13:05
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 482bea4 to e333c9d Compare July 11, 2025 04:04
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch 2 times, most recently from c6dd994 to 6332658 Compare August 15, 2025 01:08
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 6332658 to 8aa0d36 Compare September 3, 2025 01:34
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 8aa0d36 to 1a3d812 Compare September 13, 2025 23:38
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch 3 times, most recently from 6a54b4e to c0c0744 Compare March 3, 2026 13:39
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from c0c0744 to bba4245 Compare March 15, 2026 12:37
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from bba4245 to 01a7e59 Compare March 24, 2026 17:47
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from 01a7e59 to 5fa6117 Compare April 8, 2026 00:49
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch 2 times, most recently from f59ec85 to b365598 Compare May 3, 2026 17:14
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from b365598 to d16fd82 Compare May 11, 2026 20:26
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from d16fd82 to 9746492 Compare May 22, 2026 05:34
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch 2 times, most recently from 27f7219 to b900c72 Compare June 16, 2026 03:47
| datasource  | package           | from    | to    |
| ----------- | ----------------- | ------- | ----- |
| github-tags | helmfile/helmfile | 0.150.0 | 1.5.5 |
@renovate renovate Bot force-pushed the renovate/helmfile-helmfile-1.x branch from b900c72 to 76b4f62 Compare June 17, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants