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.5.5 to 3.5.9 #249

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps github.com/argoproj/argo-workflows/v3 from 3.5.5 to 3.5.9.

Release notes

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

v3.5.9

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

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.9/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.5.9/argo-linux-amd64.gz
Unzip
gunzip argo-linux-amd64.gz
Make binary executable
chmod +x argo-linux-amd64
</tr></table>

... (truncated)

Changelog

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

v3.5.9 (2024-07-30)

Full Changelog: v3.5.8...v3.5.9

Selected Changes

  • Alan Clucas
  • Alex
  • Andrew Fenner
  • Anton Gilgur
  • Dillen Padhiar
  • Gongpu Zhu
  • Miltiadis Alexis
  • Tianchu Zhao
  • Yuan Tang
  • github-actions[bot]
  • instauro
  • jswxstw
  • linzhengen
  • sh.yoon
  • shuangkun tian
  • spaced
  • 名白

... (truncated)

Commits
  • 45b59a6 chore: modify backported codegen mock WorkflowArchive.go
  • 630f815 fix(ui): hide Workflow gone message when workflow is archived (#13308)
  • 12871f7 fix: correct pod names for inline templates. Fixes #12895 (#13261)
  • 38bb8d3 fix(ui): Use proper podname for containersets. Fixes #13038 (#13039)
  • b1c51df refactor: simplify getPodName and make consistent with back-end (#12964)
  • 5e81697 ci: Temporarily ignore false positive Snyk vulnerability for jackc/pgx/v4 (#1...
  • fbc56d4 fix(cli): argo lint with strict should report case-sensitive errors. Fixes ...
  • e64ee22 fix: improve get archived workflow query performance during controller estima...
  • 861ec70 fix(server): don't return undefined SA NS (#13347)
  • a828b9d fix(resource): don't use -f when patch file is provided (#13317)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.5.5 to 3.5.9.
- [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.5.5...v3.5.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
@dependabot dependabot bot requested a review from SarthakJain26 as a code owner July 30, 2024 12:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #250.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.5.9 branch August 1, 2024 13:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants