keikoproj / addon-manager

Manage addons in a Kubernetes cluster
Apache License 2.0
71 stars 25 forks source link

Bump github.com/argoproj/argo-workflows/v3 from 3.4.8 to 3.4.11 #271

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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 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)
tekenstam commented 1 year ago

@dependabot rebase

tekenstam commented 1 year ago

@dependabot rebase

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: 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           

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