Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps the go_modules group with 1 update in the / directory: github.com/argoproj/argo-workflows/v3.

Updates github.com/argoproj/argo-workflows/v3 from 3.7.4 to 3.7.5

Release notes

Sourced from github.com/argoproj/argo-workflows/v3's releases.

v3.7.5

What's Changed

Full Changelog: argoproj/argo-workflows@v3.7.4...v3.7.5

Changelog

Sourced from github.com/argoproj/argo-workflows/v3's changelog.

v3.7.5 (2025-12-08)

Full Changelog: v3.7.4...v3.7.5

Selected Changes

  • 505255925 Merge commit from fork
  • bff87fdcc feat: convert command (cherry-pick #14996 for 3.7) (cherry-pick #15092 for 3.7) (#15119)
  • 63953a26e fix: add urllib3 compatibility for HTTPResponse getheader methods (cherry-pick #15117 for 3.7) (#15120)
  • 100b7aaca chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in the go_modules group across 1 directory (cherry-pick #15062 for 3.7) (#15109)
  • 9effb67aa fix: skip validate dynamic templateref (cherry-pick #14850 for 3.7) (#15082)
  • 0b5b28aca fix: http template read response.Body after cancel(), sometimes it return a context canceled error (cherry-pick #14853 for 3.7) (#15075)
  • 033961ef9 fix: Fixes parameterized global artifacts resolution in exit handlers. Fixes #11610 (cherry-pick #14991 for 3.7) (#15056)
  • c9a798717 fix: preserve global scope variables in withSequence expressions (cherry-pick #14718 for 3.7) (#15049)
  • ce09c32de fix: add archive location if artifact is needed in data source. Fixes #14990 (cherry-pick #15004 for 3.7) (#15048)
  • 0f90c2dba chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group (cherry-pick #14779 for 3.7) (#15045)
  • Alan Clucas
  • AnonyScorpio
  • ItielOlenick
  • jswxstw
  • k3rnL
  • Milas Bowman
  • shuangkun
  • Tianchu Zhao
Commits
  • 5052559 Merge commit from fork
  • bff87fd feat: convert command (cherry-pick #14996 for 3.7) (cherry-pick #15092 for 3....
  • 63953a2 fix: add urllib3 compatibility for HTTPResponse getheader methods (cherry-pic...
  • 100b7aa chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in the go_modules...
  • 8f7d246 chore(otel): add support for http/protobuf OTLP metrics export (cherry pick 1...
  • 9effb67 fix: skip validate dynamic templateref (cherry-pick #14850 for 3.7) (#15082)
  • 0b5b28a fix: http template read response.Body after cancel(), sometimes it return a c...
  • 6c11b76 docs: remove sustainabilty-effort (cherry-pick #15043 for 3.7) (#15070)
  • 033961e fix: Fixes parameterized global artifacts resolution in exit handlers. Fixes ...
  • c9a7987 fix: preserve global scope variables in withSequence expressions (cherry-pick...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @tommartensen.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added auto-merge dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 9, 2025
@dependabot dependabot bot requested review from a team and rhacs-bot as code owners December 9, 2025 17:18
@rhacs-bot
Copy link
Contributor

A single node development cluster (infra-pr-1737) was allocated in production infra for this PR.

CI will attempt to deploy quay.io/rhacs-eng/infra-server: to it.

🔌 You can connect to this cluster with:

gcloud container clusters get-credentials infra-pr-1737 --zone us-central1-a --project acs-team-temp-dev

🛠️ And pull infractl from the deployed dev infra-server with:

nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

🚲 You can then use the dev infra instance e.g.:

bin/infractl -k -e localhost:8443 whoami

⚠️ Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted. ⚠️

Further Development

☕ If you make changes, you can commit and push and CI will take care of updating the development cluster.

🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:

make helm-deploy

Logs

Logs for the development infra depending on your @redhat.com authuser:

Or:

kubectl -n infra logs -l app=infra-server --tail=1 -f

Copy link
Contributor

@tommartensen tommartensen left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@tommartensen
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tommartensen
Copy link
Contributor

@dependabot recreate

Bumps the go_modules group with 1 update in the / directory: [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows).


Updates `github.com/argoproj/argo-workflows/v3` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/main/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.7.4...v3.7.5)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.5
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go_modules-de9fe496df branch from 29482a2 to 17c36c0 Compare December 9, 2025 19:55
@tommartensen tommartensen changed the title chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.4 to 3.7.5 in the go_modules group across 1 directory chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.4 to 3.7.6 in the go_modules group across 1 directory Dec 9, 2025
@tommartensen tommartensen enabled auto-merge (squash) December 9, 2025 20:06
@tommartensen tommartensen merged commit 6de274b into master Dec 9, 2025
11 checks passed
@tommartensen tommartensen deleted the dependabot/go_modules/go_modules-de9fe496df branch December 9, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge 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