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 #164

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 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 21, 2023 19:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 21, 2023
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #164 (0ca2ca0) into master (f44132d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   67.22%   67.22%           
=======================================
  Files           3        3           
  Lines        1141     1141           
=======================================
  Hits          767      767           
  Misses        296      296           
  Partials       78       78           

see 1 file with indirect coverage changes

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

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch 2 times, most recently from 9f510e3 to 719db8a Compare September 21, 2023 21:30
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch from 719db8a to 0ca2ca0 Compare September 21, 2023 21:36
@tekenstam tekenstam enabled auto-merge (squash) September 21, 2023 21:37
@tekenstam tekenstam merged commit 13edc1f into master Sep 21, 2023
4 checks passed
@tekenstam tekenstam deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.4.11 branch September 21, 2023 21:40
@tekenstam tekenstam mentioned this pull request Sep 21, 2023
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

1 participant