Skip to content

feat(deps): update dependency aqua:helmfile/helmfile ( 1.3.2 ➔ 1.4.0 )#4187

Merged
unsc-oni-ancilla[bot] merged 1 commit into
mainfrom
renovate/mise
Mar 2, 2026
Merged

feat(deps): update dependency aqua:helmfile/helmfile ( 1.3.2 ➔ 1.4.0 )#4187
unsc-oni-ancilla[bot] merged 1 commit into
mainfrom
renovate/mise

Conversation

@unsc-oni-ancilla

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
aqua:helmfile/helmfile minor 1.3.21.4.0

Release Notes

helmfile/helmfile (aqua: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: 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 has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla Bot merged commit 186d56c into main Mar 2, 2026
9 checks passed
@unsc-oni-ancilla unsc-oni-ancilla Bot deleted the renovate/mise branch March 2, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants