Skip to content

Update dependency helmfile/helmfile to v1.4.3#9477

Merged
renovate[bot] merged 1 commit intodevelfrom
renovate/helmfile-helmfile-1.x
Apr 12, 2026
Merged

Update dependency helmfile/helmfile to v1.4.3#9477
renovate[bot] merged 1 commit intodevelfrom
renovate/helmfile-helmfile-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 12, 2026

This PR contains the following updates:

Package Update Change Pending
helmfile/helmfile minor 1.2.21.4.3 v1.4.4

Release Notes

helmfile/helmfile (helmfile/helmfile)

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

What's Changed

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

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

v1.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: helmfile/helmfile@v1.3.1...v1.3.2

v1.3.1

Compare Source

What's Changed

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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 Apr 12, 2026
@renovate renovate bot enabled auto-merge April 12, 2026 20:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 12, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot added this pull request to the merge queue Apr 12, 2026
Merged via the queue into devel with commit 6a92227 Apr 12, 2026
58 checks passed
@renovate renovate bot deleted the renovate/helmfile-helmfile-1.x branch April 12, 2026 20:31
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