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.4.8 to 3.4.11 #271

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps github.com/argoproj/argo-workflows/v3 from 3.4.8 to 3.4.11.

Release notes

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

v3.4.11

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.4.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.4.11/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.4.11 (2023-09-06)

Contributors

  • Alan Clucas
  • Anton Gilgur
  • Antonio Gurgel
  • Cheng Wang
  • Isitha Subasinghe
  • Jinsu Park
  • LEE EUI JOO
  • Ruin09
  • Son Bui
  • Suraj Banakar(बानकर) | スラジ
  • Yuan Tang
  • gussan
  • happyso
  • younggil
  • 一条肥鱼
  • 张志强

v3.4.10 (2023-08-15)

... (truncated)

Commits
  • ee939bb fix: Support OOMKilled with container-set. Fixes #10063. FOR 3.4.11 only (#1...
  • e731cc0 fix: Argo DB init conflict when deploy workflow-controller with multiple repl...
  • aab2160 fix: override storedWorkflowSpec when override parameter (#11631) (#11634)
  • 1662e7e fix: Fix merge conflicts and unit tests
  • edfde16 fix: Apply the creator labels about the user who resubmitted a Workflow (#11415)
  • b0909c6 fix: upgrade base image for security and build support arm64 #10435 (#11613)
  • 80a0cd5 fix: deprecated Link(Help-Contact) Issue (#11627)
  • 51107db fix: do not process withParams when task/step Skipped. Fixes #10173 (#11570)
  • 453f846 fix: Print valid JSON/YAML when workflow list empty #10873 (#11681)
  • a2a045c fix: argo logs completion (#11645)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner September 14, 2023 21:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 14, 2023
@tekenstam
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch from 7a09981 to b445e66 Compare September 15, 2023 16:41
@tekenstam
Copy link
Member

@dependabot rebase

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.4.8 to 3.4.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.4.8...v3.4.11)

---
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 force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch from b445e66 to c2d96d5 Compare September 15, 2023 16:59
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

❗ No coverage uploaded for pull request base (master@f0e22fd). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #271   +/-   ##
=========================================
  Coverage          ?   51.22%           
=========================================
  Files             ?       14           
  Lines             ?     1917           
  Branches          ?        0           
=========================================
  Hits              ?      982           
  Misses            ?      806           
  Partials          ?      129           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tekenstam tekenstam merged commit 8d92035 into master Sep 15, 2023
7 checks passed
@tekenstam tekenstam deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch September 15, 2023 17:13
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.

1 participant