Bump github.com/argoproj/argo-workflows/v3 from 3.1.8 to 3.2.11
Bumps github.com/argoproj/argo-workflows/v3 from 3.1.8 to 3.2.11.
Release notes
Sourced from github.com/argoproj/argo-workflows/v3's releases.
v3.2.11
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
See upgrading.
Argo CLI
Mac
Available via
curl# Download the binary curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.2.11/argo-darwin-amd64.gzUnzip
gunzip argo-darwin-amd64.gz
Make binary executable
chmod +x argo-darwin-amd64
Move binary to path
mv ./argo-darwin-amd64 /usr/local/bin/argo
Test installation
argo version
Linux
Available via
curl# Download the binary curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.2.11/argo-linux-amd64.gzUnzip
gunzip argo-linux-amd64.gz
Make binary executable
chmod +x argo-linux-amd64
Move binary to path
mv ./argo-linux-amd64 /usr/local/bin/argo </tr></table>
... (truncated)
Changelog
Sourced from github.com/argoproj/argo-workflows/v3's changelog.
v3.2.11 (2022-05-03)
Contributors
- Markus Lippert
v3.2.10 (2022-05-03)
Contributors
- Alex Collins
v3.2.9 (2022-03-02)
- ce91d7b1d fix(controller): fix pod stuck in running when using podSpecPatch and emissary (#7407)
- f9268c9a7 fix: e2e
- f581d1920 fix: panic on synchronization if workflow has mutex and semaphore (#8025)
- 192c6b6a4 fix: Fix broken Windows build (#7933)
Contributors
- Markus Lippert
- Saravanan Balasubramanian
- Yuan (Bob) Gong
v3.2.8 (2022-02-04)
- 8de5416ac fix: Missed workflow should not trigger if Forbidden Concurreny with no StartingDeadlineSeconds (#7746)
Contributors
- Saravanan Balasubramanian
v3.2.7 (2022-01-27)
- 342e44a28 fix: Match cli display pod names with k8s. Fixes #7646 (#7653)
- 3429b1617 fix: Retry with DAG. Fixes #7617 (#7652)
- 7a3b766d4 fix: Support artifact ref from tmpl in UI. Fixes #7587 (#7591)
- e7a628cca fix: Support inputs for inline DAG template. Fixes #7432 (#7439)
- 3f889c484 fix: Fix inconsistent ordering of workflows with the list command. Fixes #7581 (#7594)
- 77499bd38 fix: fix nil point about Outputs.ExitCode. Fixes #7458 (#7459)
- 74ed83a28 fix: Global param value incorrectly overridden when loading from configmaps (#7515)
- db58583d2 fix: only aggregates output from successful nodes (#7517)
- 38fdf4c44 fix: out of range in MustUnmarshal (#7485)
- e69f2d790 fix: Support terminating with
templateRef. Fixes #7214 (#7657)
... (truncated)
Commits
8faf269fix: Remove binaries from Windows image. Fixes #8417 (#8420)0a44a46chore: Invalidate CI lint cache.cdb32a2ci: change CI to runmake lint(#8428)566aeb8chore: SkipTestRunAsNonRootWithOutputParams877216efix: Added artifact Content-Security-Policy (#8585)ce91d7bfix(controller): fix pod stuck in running when using podSpecPatch and emissar...95c153bchore: buildargoexec-imagebefore running E2E tests (#7147)f9268c9fix: e2ef581d19fix: panic on synchronization if workflow has mutex and semaphore (#8025)192c6b6fix: Fix broken Windows build (#7933)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.