Skip to content

chore(deps): update dependency helmfile/helmfile to v1.4.1#744

Merged
patrick-hermann-sva merged 1 commit intomainfrom
renovate/helmfile-helmfile-1.x
Mar 3, 2026
Merged

chore(deps): update dependency helmfile/helmfile to v1.4.1#744
patrick-hermann-sva merged 1 commit intomainfrom
renovate/helmfile-helmfile-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Update Change
helmfile/helmfile minor 1.3.21.4.1

Release Notes

helmfile/helmfile (helmfile/helmfile)

v1.4.1

Compare Source

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 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 changed the title chore(deps): update dependency helmfile/helmfile to v1.4.0 chore(deps): update dependency helmfile/helmfile to v1.4.1 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/helmfile-helmfile-1.x branch from db2db96 to 845f875 Compare March 3, 2026 13:22
@patrick-hermann-sva patrick-hermann-sva merged commit 4b889dd into main Mar 3, 2026
@patrick-hermann-sva patrick-hermann-sva deleted the renovate/helmfile-helmfile-1.x branch March 3, 2026 14:03
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