GitHub / argoproj/argo-workflows issues and pull requests
#14659 - docs(cli): add usage examples for `argo template delete`
Pull Request -
State: open - Opened by downfa11 17 days ago
#14658 - docs: update CHANGELOG.md for v3.7.0-rc4
Pull Request -
State: closed - Opened by github-actions[bot] 18 days ago
#14477 - feat: non-root argoexec
Pull Request -
State: open - Opened by Joibel 2 months ago
#14476 - fix: workflow template init containers
Pull Request -
State: open - Opened by MenD32 3 months ago
#14475 - feat: add succeeded to retentionPolicy Fixes #12135
Pull Request -
State: open - Opened by antbbn 3 months ago
- 1 comment
#14474 - chore(deps): update nix to nixos-25.05
Pull Request -
State: open - Opened by renovate[bot] 3 months ago
#14473 - fix: Respect NameFilter in Workflow Archive Fixes #14069
Pull Request -
State: open - Opened by arminfriedl 3 months ago
#14472 - docs: Added Swissblock Technologies to USERS.md
Pull Request -
State: closed - Opened by bygui86 3 months ago
#14471 - feat: SSO support for Argo Workflows CLI
Pull Request -
State: open - Opened by dyatlov 3 months ago
- 1 comment
#14470 - workflowMetadata doesn't work with markdown
Issue -
State: open - Opened by ledniy 3 months ago
- 1 comment
Labels: type/bug
#14468 - Recent release notes contain broken OS detection
Issue -
State: closed - Opened by saerdnaer 3 months ago
#14467 - fix: correctly release all mutexes when multiple mutexes are held. FIxes #14461
Pull Request -
State: open - Opened by atgane 3 months ago
Labels: area/mutex-semaphore
#14466 - Postgresql SSL Certificate required while connecting to DB when sslmode is enabled
Issue -
State: open - Opened by gokul-raj-v 3 months ago
Labels: type/bug
#14465 - fix(controller): allow exit handler variables in resource template manifests. Fixes #14368
Pull Request -
State: open - Opened by mrkschneider 3 months ago
#14464 - fix(controller): support string type result for item
Pull Request -
State: open - Opened by chengjoey 3 months ago
#14463 - Auto-login with SSO
Issue -
State: open - Opened by shuangkun 3 months ago
- 1 comment
Labels: type/feature
#14462 - fix: Adjust parameter value overriding. Fixes #14426
Pull Request -
State: open - Opened by nicdard 3 months ago
- 4 comments
#14461 - The controller couldn't release the lock correct if the workflow uses multiple mutexes
Issue -
State: open - Opened by awx-fuyuanchu 3 months ago
- 1 comment
Labels: type/bug
#14460 - per-namespace parallelism doesn't have the correct perms
Issue -
State: open - Opened by isubasinghe 3 months ago
Labels: type/bug
#14459 - fix: namespace permissions for per-namespace parallelism. Fixes #14460
Pull Request -
State: open - Opened by isubasinghe 3 months ago
#14457 - feat!: don't push to docker hub
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14455 - UI fails to start with error: Failed to load version/info Error: Internal Server Error
Issue -
State: open - Opened by jbrinnand 3 months ago
- 2 comments
Labels: type/bug
#14454 - Add codespell support (config, workflow to detect/not fix) and make it fix some typos
Pull Request -
State: open - Opened by yarikoptic 3 months ago
- 4 comments
#14453 - fix: Remove nil ConfigMap reference in cache gc (cherry-pick #14442)
Pull Request -
State: closed - Opened by gcp-cherry-pick-bot[bot] 3 months ago
#14452 - fix: Reference existing attributes in example (cherry-pick #14448)
Pull Request -
State: closed - Opened by gcp-cherry-pick-bot[bot] 3 months ago
#14451 - fix: Reference existing attributes in example (cherry-pick #14448)
Pull Request -
State: closed - Opened by gcp-cherry-pick-bot[bot] 3 months ago
#14450 - feat: allow last retry variables in expressions. Fixes #10364
Pull Request -
State: open - Opened by isubasinghe 3 months ago
- 1 comment
#14449 - feat: Allow overriding the argoexec binary location
Pull Request -
State: open - Opened by mprahl 3 months ago
- 5 comments
#14448 - fix: Reference existing attributes in example
Pull Request -
State: closed - Opened by lRaulMN7 3 months ago
- 1 comment
#14446 - feat!: Introduce curated Sprig function allowlist
Pull Request -
State: open - Opened by thevilledev 3 months ago
- 2 comments
Labels: type/feature, type/tech-debt, area/templating
#14444 - fix: ensure variable sub and processing is performed. Fixes #12941
Pull Request -
State: open - Opened by isubasinghe 3 months ago
#14443 - chore: Enable nilness checker in golangci-lint
Pull Request -
State: closed - Opened by thevilledev 3 months ago
#14442 - fix: Remove nil ConfigMap reference in cache gc
Pull Request -
State: closed - Opened by thevilledev 3 months ago
- 3 comments
#14441 - Make swagger api docs available in disconnected environments
Issue -
State: open - Opened by jgreene117 3 months ago
Labels: type/feature
#14440 - Passing --loglevel error to workflow-controller does not change the log level
Issue -
State: open - Opened by bh-tt 3 months ago
- 3 comments
Labels: type/bug
#14439 - Http Template using withParam fails
Issue -
State: open - Opened by tjorourke 3 months ago
- 1 comment
Labels: type/bug
#14437 - Add UI auto-logout on RBAC deny
Issue -
State: open - Opened by qa-yannick-pfaff 3 months ago
Labels: type/feature
#14436 - `withParam` incompatible with `CronWorkflow`
Issue -
State: open - Opened by cmdoret 3 months ago
- 3 comments
Labels: type/bug
#14435 - fix: update TLS config to support ALPN. Fixes #14422
Pull Request -
State: open - Opened by MasonM 3 months ago
- 3 comments
#14433 - fix: disable ALPN in argo-server as a workaround
Pull Request -
State: closed - Opened by Joibel 3 months ago
- 2 comments
#14432 - docs: update CHANGELOG.md for v3.6.7
Pull Request -
State: closed - Opened by github-actions[bot] 3 months ago
#14431 - Incorrect installation script for release notes v3.6.3, v3.6.4 and so on.
Issue -
State: open - Opened by insukim1994 3 months ago
- 1 comment
Labels: type/bug
#14430 - fix: correct manual retry logic. Fixes #14124 (#14328) (release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14429 - fix: manual retries exit handler cleanup. Fixes #14180 (#14181) (release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14428 - fix: correct retry logic (#13734) (release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14427 - docs: Update link to X in README.md
Pull Request -
State: closed - Opened by terrytangyuan 3 months ago
- 1 comment
#14426 - Inconsistent behavior for Workflow Arguments vs Template inputs to prioritise `Value` over `ConfigMapKeyRef`
Issue -
State: open - Opened by elliotgunton 3 months ago
- 4 comments
Labels: type/bug, area/workflow-templates
#14425 - ArgoWF 3.6.5 outputs custom metrics type incorrectly in prometheus endpoint
Issue -
State: open - Opened by anderskotsalaineneqt 3 months ago
- 2 comments
Labels: type/bug, area/metrics
#14424 - chore(deps)!: update k8s and argo-events (release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14423 - "Allowing referencing template-input-parameters or workflow-parameters in outputs.parameters.valueFrom.parameter"
Issue -
State: closed - Opened by itai1357 3 months ago
- 1 comment
Labels: type/feature
#14422 - Service Unavailable: connection error: desc = "transport: authentication handshake failed: credentials: cannot check peer: missing selected ALPN property
Issue -
State: open - Opened by yukikea 3 months ago
- 5 comments
Labels: type/bug
#14421 - chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#14307) (release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14420 - fix: prevent dfs sorter infinite recursion on cycle. Fixes #13395 (cherry-pick #14391)
Pull Request -
State: closed - Opened by gcp-cherry-pick-bot[bot] 3 months ago
#14419 - fix: gracefully handle invalid CronWorkflows and simplify logic. (cherry-pick #14197)
Pull Request -
State: closed - Opened by MasonM 3 months ago
#14418 - chore: bump golang 1.23->1.24 (#14385) (cherry-pick release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14417 - chore(lint): update golangci-lint to 2.1.1 (#14390) (cherry-pick release-3.6)
Pull Request -
State: closed - Opened by Joibel 3 months ago
#14416 - fix: check metric creation before use. Fixes #14367 (cherry-pick #14383)
Pull Request -
State: closed - Opened by gcp-cherry-pick-bot[bot] 3 months ago
- 1 comment
#14414 - chore(lint): remove duplicate imports.
Pull Request -
State: closed - Opened by jswxstw 3 months ago
- 1 comment
#14413 - There doesn't seem to be a way to leverage argo workflows to generate argocd applications
Issue -
State: open - Opened by nunoo 3 months ago
Labels: type/bug
#14412 - feat: Add React Testing Library and initial component coverage
Pull Request -
State: closed - Opened by ericsengineer 3 months ago
#14411 - Make it slightly easier to use SSO with the CLI
Issue -
State: open - Opened by SJrX 3 months ago
Labels: type/feature
#14410 - feat: add `--ignore-missing` option
Pull Request -
State: open - Opened by chansuke 4 months ago
#14409 - fix(cli): resolve stdin handling issues in `argo lint --offline` by using temporary files. Fixes #12819
Pull Request -
State: open - Opened by Young-Zen 4 months ago
#14408 - when expression fails under high parallel workflow load Summary
Issue -
State: open - Opened by ferhirata 4 months ago
- 3 comments
Labels: type/bug
#14407 - chore: add additional verbs to satisfy no permissions errors
Pull Request -
State: open - Opened by afzal442 4 months ago
#14406 - YAML of output parameters
Issue -
State: closed - Opened by doteric 4 months ago
- 4 comments
Labels: type/feature, solution/workaround
#14405 - lint: remove exceptions from staticcheck linter
Issue -
State: open - Opened by Joibel 4 months ago
- 1 comment
Labels: type/feature, good first issue
#14404 - chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /ui in the deps group
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: type/dependencies, javascript
#14403 - chore(plugin): add pytorch job plugin.
Pull Request -
State: closed - Opened by shuangkun 4 months ago
- 1 comment
#14401 - fix: refactor argoKubeClient to start argo server when creating workflowServiceClient
Pull Request -
State: closed - Opened by jakkubu 4 months ago
- 4 comments
#14399 - Workflow status is `successful` even though a task failed
Issue -
State: open - Opened by hanneskaeufler 4 months ago
Labels: type/bug
#14398 - docs: update docs contributing guide. Fixes #14397
Pull Request -
State: closed - Opened by MasonM 4 months ago
Labels: area/contributing
#14397 - Enable pull request previews and visual diffs in Read the Docs
Issue -
State: closed - Opened by MasonM 4 months ago
Labels: type/feature
#14396 - docs: test pull request previews
Pull Request -
State: closed - Opened by MasonM 4 months ago
#14395 - fix: Update argo-events v1.9.6 to fix GHSA-hmp7-x699-cvhq #14394
Pull Request -
State: closed - Opened by vkamlesh 4 months ago
- 3 comments
Labels: type/security
#14394 - bump github.com/argoproj/argo-events from 1.9.1 to 1.9.6
Issue -
State: closed - Opened by vkamlesh 4 months ago
- 4 comments
Labels: type/bug
#14393 - Logging for SSO user claims
Issue -
State: open - Opened by DaraDadachanji 4 months ago
- 2 comments
Labels: type/feature, area/sso-rbac
#14392 - "Max parallelism reached" error in DAG with task level exit handlers
Issue -
State: open - Opened by igorcalabria 4 months ago
Labels: type/bug
#14391 - fix: prevent dfs sorter infinite recursion on cycle. Fixes #13395
Pull Request -
State: closed - Opened by Adrien-D 4 months ago
- 1 comment
#14390 - chore(lint): update golangci-lint to 2.1.1
Pull Request -
State: closed - Opened by Joibel 4 months ago
- 2 comments
#14389 - fix(server/auth/webhook): update GitHub webhook events list and library version
Pull Request -
State: open - Opened by malpou 4 months ago
- 2 comments
#14388 - GitHub webhook authentication fails for `workflow_run` event type but works for release event type
Issue -
State: open - Opened by mapou-dr 4 months ago
Labels: type/bug
#14387 - ArtifactGC with `archive: none` fails silently when artifact key does not end with a slash (`/`)
Issue -
State: open - Opened by alexdittmann 4 months ago
Labels: type/bug
#14385 - chore: bump golang 1.23->1.24
Pull Request -
State: closed - Opened by Joibel 4 months ago
- 2 comments
#14384 - Redirect to original page after login
Issue -
State: closed - Opened by panicboat 4 months ago
- 2 comments
Labels: type/feature, problem/more information needed
#14383 - fix: check metric creation before use. Fixes #14367
Pull Request -
State: closed - Opened by dmarquez-splunk 4 months ago
- 1 comment
#14382 - chore(deps): bump github.com/argoproj/argo-events from 1.9.1 to 1.9.6 in the go_modules group
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 2 comments
Labels: type/dependencies, go
#14381 - executor workflowtaskresult retry should use the default retry and configurable
Issue -
State: open - Opened by tczhao 4 months ago
- 1 comment
Labels: type/feature, area/executor
#14380 - Argo workflow UI doesn't display the name of node name after adding the annotation
Issue -
State: open - Opened by afzal442 4 months ago
- 3 comments
Labels: type/bug
#14379 - Logspam warnings `was unable to obtain the node for [...]`
Issue -
State: open - Opened by hanneskaeufler 4 months ago
- 1 comment
Labels: type/bug
#14377 - template annotation not available in schema, recognized by controller
Issue -
State: closed - Opened by sstaley-hioscar 4 months ago
- 5 comments
Labels: type/bug
#14376 - Update cron-backfill.yaml: regexpr has been fixed
Pull Request -
State: open - Opened by ferustigris 4 months ago
#14374 - Listing of workflows/pods should paginate to support the case where there is a large number of objects.
Issue -
State: open - Opened by isubasinghe 4 months ago
Labels: type/bug
#14373 - fix: added pagination to the workflow and pod listings. Fixes #14374
Pull Request -
State: open - Opened by isubasinghe 4 months ago
#14372 - ArtifactGC with both OnCompletion and OnDeletion as well as forceFinalizerRemoval dont work
Issue -
State: open - Opened by alexdittmann 4 months ago
Labels: type/bug
#14371 - Argo-Workflows UI does not show initContainers in logs dropdown menu, if defined in Workflow Templates
Issue -
State: open - Opened by encigem 4 months ago
- 1 comment
Labels: type/bug
#14369 - Allow saving HTTP template response body as artifact to avoid output size limits
Issue -
State: open - Opened by jackivanov 4 months ago
Labels: type/feature
#14368 - workflow of workflows fails to resolve {{workflow.failures}}
Issue -
State: open - Opened by mrkschneider 4 months ago
Labels: type/bug
#14367 - Controller crash on start up due to unchecked error after metrics creation
Issue -
State: open - Opened by dmarquez-splunk 4 months ago
- 1 comment
Labels: type/bug
#14366 - argo logs --follow with --selector hangs until workflow completes
Issue -
State: open - Opened by bobbygryzynger 4 months ago
Labels: type/bug