Skip to content

test(deps): update dependency helmfile to v1.4.0 (main)#6088

Merged
viceice merged 1 commit intomainfrom
renovate/main-test-helmfile-1.x
Mar 3, 2026
Merged

test(deps): update dependency helmfile to v1.4.0 (main)#6088
viceice merged 1 commit intomainfrom
renovate/main-test-helmfile-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2026

This PR contains the following updates:

Package Update Change
helmfile minor v1.3.2v1.4.0

Release Notes

helmfile/helmfile (helmfile)

v1.4.0

Compare Source

Release v1.4.0

🎯 Highlight: Kubedog Integration

This release introduces kubedog-based resource tracking as a powerful alternative to Helm's native --wait flag, providing:

  • Real-time deployment progress tracking for Deployments, StatefulSets, DaemonSets, and Jobs
  • Container log streaming during deployments
  • Fine-grained resource filtering with trackKinds/skipKinds/trackResources options
  • Multi-context support with proper kubeconfig/kubeContext handling
Getting Started

Try it with the new --track-mode flag:

# Use kubedog tracking (default behavior can be configured)
helmfile apply --track-mode kubedog

# Or configure in your helmfile.yaml
releases:
  - name: myapp
    chart: ./chart
    trackMode: kubedog
    trackLogs: true
    trackKinds:
      - Deployment
      - StatefulSet

We Need Your Feedback!
🚀 This is a new feature and we'd love to hear from you!
Please try kubedog tracking in your environments and share your experience:


What's Changed

✨ New Features

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.

@viceice viceice merged commit f87fce2 into main Mar 3, 2026
56 checks passed
@viceice viceice deleted the renovate/main-test-helmfile-1.x branch March 3, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant