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.2.11 to 3.4.6 #230

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/argoproj/argo-workflows/v3 from 3.2.11 to 3.4.6.

Release notes

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

v3.4.6

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Can be found in the installation guide.

Installation

CLI

Mac

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.6/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.6/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.6 (2023-03-30)

Contributors

  • Alex Collins
  • Ciprian Anton
  • GoshaDo
  • Isitha Subasinghe
  • Jiacheng Xu
  • John Daniel Maguire
  • Petri Kivikangas
  • Sandeep Vagulapuram
  • Shraddha
  • Yuan Tang
  • kolorful
  • wangxiang
  • weafscast

v3.4.5 (2023-02-06)

... (truncated)

Commits
  • 988706d fix: Support v1 PDB in k8s v1.25+. Fixes #10649 (#10712)
  • 72a0e5b fix: Update GitHub RSA SSH host key (#10779)
  • 8eedf94 fix: metrics don't get emitted properly during retry. Fixes #8207 #10463 (#10...
  • edc0083 fix: Immediately release locks by pending workflows that are shutting down. F...
  • 1819e30 fix: DB sessions are recreated whenever controller configmap updates. Fixes #...
  • e715488 fix: Workflow stuck at running when init container failed but wait container ...
  • a3d64b2 fix: Improve templating diagnostics. Fixes #8311 (#10741)
  • 99105c1 fix: ensure children containers are killed for container sets. Fixes #10491 (...
  • 86b82f3 fix: PVC in wf.status should be reset when retrying workflow (#10685)
  • c56f655 fix: ensure error returns before attrs is accessed. Fixes #10691 (#10692)
  • 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[bot] commented 1 year ago

Superseded by #232.