Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/argoproj/argo-workflows/v3 from 3.1.8 to 3.2.11 #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

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.gz
Unzip
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.gz
Unzip
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)

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)

... (truncated)

Commits
  • 8faf269 fix: Remove binaries from Windows image. Fixes #8417 (#8420)
  • 0a44a46 chore: Invalidate CI lint cache.
  • cdb32a2 ci: change CI to run make lint (#8428)
  • 566aeb8 chore: Skip TestRunAsNonRootWithOutputParams
  • 877216e fix: Added artifact Content-Security-Policy (#8585)
  • ce91d7b fix(controller): fix pod stuck in running when using podSpecPatch and emissar...
  • 95c153b chore: build argoexec-image before running E2E tests (#7147)
  • f9268c9 fix: e2e
  • f581d19 fix: panic on synchronization if workflow has mutex and semaphore (#8025)
  • 192c6b6 fix: Fix broken Windows build (#7933)
  • 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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.1.8 to 3.2.11.
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.1.8...v3.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jonathan-innis as a code owner May 23, 2022 20:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 23, 2022
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.

None yet

0 participants