Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v4 from 4.0.2 to 4.0.5 in the go_modules group across 1 directory#1817

Merged
rhacs-bot merged 1 commit intomasterfrom
dependabot/go_modules/go_modules-20e67fd720
Apr 23, 2026
Merged

chore(deps): bump github.com/argoproj/argo-workflows/v4 from 4.0.2 to 4.0.5 in the go_modules group across 1 directory#1817
rhacs-bot merged 1 commit intomasterfrom
dependabot/go_modules/go_modules-20e67fd720

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

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

Updates github.com/argoproj/argo-workflows/v4 from 4.0.2 to 4.0.5

Release notes

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

v4.0.5

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Check the upgrading guide and search for existing issues on GitHub.

Installation

CLI

Mac / Linux

Available via curl

# Detect OS
ARGO_OS="darwin"
if [[ "$(uname -s)" != "Darwin" ]]; then
  ARGO_OS="linux"
fi
Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v4.0.5/argo-$ARGO_OS-amd64.gz"
Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
Test installation
argo version

Controller and Server

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v4.0.5/install.yaml

v4.0.4

... (truncated)

Changelog

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

v4.0.5 (2026-04-23)

Full Changelog: v4.0.4...v4.0.5

Selected Changes

  • 0ab145214 chore(deps): update module github.com/jackc/pgx/v5 to v5.9.2 [security] (release-4.0) (#16027)
  • 0954bb218 fix(ui): respect target field in workflow-list scope links (cherry-pick #16021 for 4.0) (#16022)
  • 2727f3f70 Merge commit from fork
  • 7abb4de6c Merge commit from fork
  • 09fff05e0 Merge commit from fork
  • c4cc17d0c Merge commit from fork
  • 4fe54e529 Merge commit from fork
  • bdd409085 Merge commit from fork
  • 91697ce35 fix: delete stale TaskGroup children on retry with parameter override. Fixes #15802 (cherry-pick #15827 for 4.0) (#16010)
  • 16f4914ce fix: prevent failed to get a template when using inline template. Fixes #15051 (cherry-pick #15574 for 4.0) (#16007)
  • 245cb9b74 fix(controller): guard realtime workflow.duration against zero StartedAt (cherry-pick #15935 for 4.0) (#16005)
  • adb055138 fix: 401s when accessing artifact directories with SSO enabled. Fixes #15800 (cherry-pick #15994 for 4.0) (#15998)
  • b65e27e8f chore(deps): update module github.com/go-git/go-git/v5 to v5.18.0 [security] (release-4.0) (#15990)
  • 7a5ecf7b5 chore(deps): update module github.com/moby/spdystream to v0.5.1 [security] (release-4.0) (#15957)
  • d54c13ff0 chore(deps): update k8s.io/gengo digest to 25e2208 (release-4.0) (#15980)
  • bfb330f82 chore(deps): update k8s.io/utils digest to 28399d8 (release-4.0) (#15981)
  • 7761ec8e2 chore(deps): update module github.com/jackc/pgx/v5 to v5.9.0 [security] (release-4.0) (#15947)
  • 63ae70510 chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to v1.43.0 [security] (release-4.0) (#15891)
  • 97d616cca chore(deps): update minio-go to include non-DualStack region fix (#2205) (cherry-pick #15838 for 4.0) (#15928)
  • 66a384d28 chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.5 [security] (release-4.0) (#15858)
  • 8a8c7325e chore(deps): update module go.opentelemetry.io/otel/sdk to v1.43.0 [security] (release-4.0) (#15902)
  • 288da9183 fix: changed log level (cherry-pick #15898 for 4.0) (#15899)
  • 65d2b618a chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] (release-4.0) (#15883)
  • aa8ee507a chore(deps): update module go.opentelemetry.io/otel/sdk to v1.43.0 [security] (release-4.0) (#15892)
  • Alan Clucas
  • AsKc2000
  • Claude Opus 4.6
  • Claude Opus 4.7 (1M context)
  • Isitha Subasinghe
  • Mason Malone
  • panicboat
  • Ville Vesilehto
  • Yu-Hong Shen

v4.0.4 (2026-04-02)

Full Changelog: v4.0.3...v4.0.4

Selected Changes

... (truncated)

Commits
  • 0ab1452 chore(deps): update module github.com/jackc/pgx/v5 to v5.9.2 [security] (rele...
  • 0954bb2 fix(ui): respect target field in workflow-list scope links (cherry-pick #1602...
  • ac91a47 chore: lint fix
  • 2727f3f Merge commit from fork
  • 7abb4de Merge commit from fork
  • 09fff05 Merge commit from fork
  • c4cc17d Merge commit from fork
  • 4fe54e5 Merge commit from fork
  • bdd4090 Merge commit from fork
  • 91697ce fix: delete stale TaskGroup children on retry with parameter override. Fixes ...
  • 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 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 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.

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


Updates `github.com/argoproj/argo-workflows/v4` from 4.0.2 to 4.0.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@v4.0.2...v4.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added auto-merge dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 23, 2026
@dependabot dependabot Bot requested review from a team and rhacs-bot as code owners April 23, 2026 21:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code auto-merge labels Apr 23, 2026
@rhacs-bot rhacs-bot enabled auto-merge (squash) April 23, 2026 21:40
@rhacs-bot
Copy link
Copy Markdown
Contributor

A single node development cluster (infra-pr-1817) 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-1817 --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

@rhacs-bot rhacs-bot merged commit 72bf357 into master Apr 23, 2026
11 checks passed
@rhacs-bot rhacs-bot deleted the dependabot/go_modules/go_modules-20e67fd720 branch April 23, 2026 22:00
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.

1 participant