Skip to content

chore(deps): bump github.com/argoproj-labs/argocd-image-updater from 1.0.0 to 1.0.2#2002

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj-labs/argocd-image-updater-1.0.2
Closed

chore(deps): bump github.com/argoproj-labs/argocd-image-updater from 1.0.0 to 1.0.2#2002
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj-labs/argocd-image-updater-1.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps github.com/argoproj-labs/argocd-image-updater from 1.0.0 to 1.0.2.

Release notes

Sourced from github.com/argoproj-labs/argocd-image-updater's releases.

v1.0.2

What's Changed

Full Changelog: argoproj-labs/argocd-image-updater@v1.0.1...v1.0.2

v1.0.1

What's Changed

Full Changelog: argoproj-labs/argocd-image-updater@v1.0.0...v1.0.1

Commits
  • 176fc6c Release 1.0.2 (#1400)
  • 242ee80 chore: update github.com/argoproj-labs/argocd-image-updater/registry-scanner ...
  • 89e1158 Merge PR #1395: Merge release v1.0.2 commits into release-1.0
  • baa8615 fix: resolve goroutine closure bug causing incorrect application logging (#1390)
  • eb73c82 fix: Digest strategy inconsistently writes tag names causing infinite commit ...
  • 43c5021 chore(build): upgrade controller-tools to v0.19.0 (#1388)
  • a84ba03 fix: preserve existing Helm tag parameter when image has no tag (#1351) (#1379)
  • fc8ccc6 fix: set leader node only when cache is warmed (#1369)
  • d65e8ba fix(config): install Image Updater into argocd namespace by default (#1356)
  • 66fc318 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.27.2 (#1317)
  • Additional commits viewable in compare view

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 Jan 6, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 6, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj-labs/argocd-image-updater-1.0.2 branch from 56d537a to 1999082 Compare January 6, 2026 10:37
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj-labs/argocd-image-updater-1.0.2 branch from 1999082 to 11d8055 Compare January 19, 2026 21:30
@olivergondza
Copy link
Copy Markdown
Collaborator

@chengfang, do we want to have this managed by the dependabot? If so, are there any guidelines on when (not) to mere image-updater updates?

Bumps [github.com/argoproj-labs/argocd-image-updater](https://github.com/argoproj-labs/argocd-image-updater) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/argoproj-labs/argocd-image-updater/releases)
- [Changelog](https://github.com/argoproj-labs/argocd-image-updater/blob/master/CHANGELOG.md)
- [Commits](argoproj-labs/argocd-image-updater@v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/argoproj-labs/argocd-image-updater
  dependency-version: 1.0.2
  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/argoproj-labs/argocd-image-updater-1.0.2 branch from 11d8055 to 245edab Compare February 3, 2026 16:33
@chengfang
Copy link
Copy Markdown
Contributor

I'd say maybe yes for patch versions, but not for minor or major versions, because the latter may have api or configuration changes and will invovle more changes than version bump. But it's good to see the CI test results with a new version. @dkarpele WDYT?

@dkarpele
Copy link
Copy Markdown
Contributor

dkarpele commented Feb 3, 2026

I agree, currently we should manage this ourselves. Version 1.1 will most probably have API changes.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/argoproj-labs/argocd-image-updater-1.0.2 branch February 9, 2026 04:33
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.

4 participants