Skip to content

Bump github.com/arttor/helmify from 0.4.18 to 0.4.19#638

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/github.com/arttor/helmify-0.4.19
Open

Bump github.com/arttor/helmify from 0.4.18 to 0.4.19#638
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/github.com/arttor/helmify-0.4.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Bumps github.com/arttor/helmify from 0.4.18 to 0.4.19.

Release notes

Sourced from github.com/arttor/helmify's releases.

v0.4.19

Changelog

  • #175 - add nodeSelector, tolerations and topologySpreadContraints fields to values.yaml
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
@nais-mergebot nais-mergebot Bot enabled auto-merge (squash) December 22, 2025 08:04
@Starefossen
Copy link
Copy Markdown
Member

On hold due to arttor/helmify#175 and arttor/helmify#188

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/arttor/helmify-0.4.19 branch from 174706c to 43607bf Compare December 22, 2025 12:31
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/arttor/helmify-0.4.19 branch 2 times, most recently from 28dee08 to 5e24616 Compare January 6, 2026 12:24
Bumps [github.com/arttor/helmify](https://github.com/arttor/helmify) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/arttor/helmify/releases)
- [Commits](arttor/helmify@v0.4.18...v0.4.19)

---
updated-dependencies:
- dependency-name: github.com/arttor/helmify
  dependency-version: 0.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/arttor/helmify-0.4.19 branch from 5e24616 to b2be2bd Compare January 19, 2026 08:45
@Starefossen Starefossen disabled auto-merge February 23, 2026 11:10
Copilot AI review requested due to automatic review settings February 23, 2026 11:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is a Dependabot-generated PR that bumps the github.com/arttor/helmify dependency from version 0.4.18 to 0.4.19. The helmify tool is used in this project to generate Helm charts from Kustomize configurations. According to the release notes, version 0.4.19 adds support for nodeSelector, tolerations, and topologySpreadConstraints fields in values.yaml, and includes a fix to backport the serviceAccount manifest from helm.sh defaults.

Changes:

  • Updated helmify dependency version in go.mod from 0.4.18 to 0.4.19
  • Updated corresponding checksums in go.sum

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updated helmify dependency version to 0.4.19 with outdated/contradictory comment
go.sum Updated checksums for the new helmify version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
github.com/alexkohler/prealloc v1.0.0 // indirect
github.com/alingse/asasalint v0.0.11 // indirect
github.com/arttor/helmify v0.4.18 // pinned: 0.4.19 breaks ServiceAccount naming (see https://github.com/arttor/helmify/commit/85f89d48)
github.com/arttor/helmify v0.4.19 // pinned: 0.4.19 breaks ServiceAccount naming (see https://github.com/arttor/helmify/commit/85f89d48)
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment states "pinned: 0.4.19 breaks ServiceAccount naming" but this PR is upgrading TO version 0.4.19, which is contradictory. According to the release notes for v0.4.19, commit b975e66 includes "fix: backport serviceAccount manifest from helm.sh default", suggesting that 0.4.19 actually fixes ServiceAccount issues rather than breaks them. Either the comment should be updated to reflect that this version actually fixes the issue, or if 0.4.19 truly breaks ServiceAccount naming, this upgrade should not proceed.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants