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.11 to 3.5.0 #290

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v3.5.0

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.0/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.0/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.0 (2023-10-13)

  • bf735a2e8 fix(windows): prevent infinite run. Fixes #11810 (#11993)
  • 375a860b5 fix: Fix gRPC and HTTP2 high vulnerabilities (#11986)
  • f01dbb1df fix: Permit enums w/o values. Fixes #11471. (#11736)
  • 96d964375 fix(ui): remove "last month" default date filter mention from New Version Modal (#11982)
  • 6b0f04794 fix(ui): faulty setInterval -> setTimeout in clipboard (#11945)
  • 7576abcee fix: show pagination warning on all pages (fixes #11968) (#11973)
  • a45afc0c8 fix: Replace antonmedv/expr with expr-lang/expr (#11971)
  • 8fa8f7970 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.1 to 1.8.0 (#11958)
  • f9aa01fe3 chore(deps-dev): bump sass from 1.67.0 to 1.69.0 in /ui (#11960)
  • 05c6db12a fix(ui): ClipboardText tooltip properly positioned (#11946)
  • 743d29750 fix(ui): ensure WorkflowsRow message is not too long (#11908)
  • 26481a214 refactor(ui): convert WorkflowsList + WorkflowsFilter to functional components (#11891)
  • 89667b609 chore(deps-dev): bump @​types/prop-types from 15.7.5 to 15.7.7 in /ui (#11911)
  • bdc536252 chore(deps): bump google.golang.org/api from 0.138.0 to 0.143.0 (#11915)
  • 7a5ba7972 chore(deps-dev): bump @​types/react-autocomplete from 1.8.6 to 1.8.7 in /ui (#11913)
  • 9469a1bf0 fix(ui): use popup.confirm instead of browser confirm (#11907)
  • a363e6a58 refactor(ui): optimize Link functionality (#11743)
  • 14df2e400 refactor(ui): convert ParametersInput to functional components (#11894)
  • 68ad03938 refactor(ui): InputFilter and WorkflowTimeline components from class to functional (#11899)
  • e91c2737f fix: Correctly retry an archived wf even when it exists in the cluster. Fixes #11903 (#11906)
  • c86a5cdb1 fix: Automate nix updates with renovate (#11887)
  • 2e4f28142 refactor(ui): use async/await in several components (#11882)
  • b5f69a882 fix: Fixed running multiple workflows with mutex and memo concurrently is broken (#11883)
  • 148d97a85 chore(deps-dev): bump @​types/js-yaml from 4.0.5 to 4.0.6 in /ui (#11832)
  • b2c6b55fa chore(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#11873)
  • 3bad9c557 chore(deps-dev): bump @​types/dagre from 0.7.49 to 0.7.50 in /ui (#11874)
  • baa65c5c3 chore(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (#11870)
  • 361af5aaf chore(deps): bump github.com/antonmedv/expr from 1.14.0 to 1.15.3 (#11871)
  • 24c1c1083 chore(deps): bump github.com/aliyun/aliyun-oss-go-sdk from 2.2.8+incompatible to 2.2.9+incompatible (#11866)
  • a83df9721 chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#11869)
  • eae277cbe chore(deps): bump github.com/tidwall/gjson from 1.15.0 to 1.17.0 (#11867)
  • 5def5289a feat: show history about completed runs in each cron workflow (#11811)
  • 6fbfedf81 refactor(ui): migrate UserInfo to functional component (#11793)
  • 0fde6800c fix: when key not present assume NodeRunning. Fixes 11843 (#11847)
  • c6fdb0311 refactor(ui): migrate Reports to functional component and split files (#11794)
  • 27132d956 refactor(ui): convert a few components to use hooks (#11800)
  • fbe9375d5 fix: shouldn't fail to run cronworkflow because previous got shutdown on its own (race condition) (#11845)

Contributors

  • Anton Gilgur
  • Isitha Subasinghe
  • Julie Vogelman
  • Justice
  • Matt Farmer
  • Michael Weibel
  • Ruin09
  • Sebast1aan

... (truncated)

Commits
  • bf735a2 fix(windows): prevent infinite run. Fixes #11810 (#11993)
  • 3f56eb3 chore: Fix typo in prometheus-deployment.yaml and gc_controller_test.go (...
  • 375a860 fix: Fix gRPC and HTTP2 high vulnerabilities (#11986)
  • f01dbb1 fix: Permit enums w/o values. Fixes #11471. (#11736)
  • cd11a8b build: fix GH Codespaces building indefinitely (#11981)
  • 96d9643 fix(ui): remove "last month" default date filter mention from New Version Mod...
  • b2e3676 docs: fix anchor for real-time-metrics (#11974)
  • 6b0f047 fix(ui): faulty setInterval -> setTimeout in clipboard (#11945)
  • e3ea1ab docs: specify where activeDeadlineSeconds can be set (#11942)
  • 7576abc fix: show pagination warning on all pages (fixes #11968) (#11973)
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #290 (3100644) into master (ef27eb5) will decrease coverage by 0.53%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #290      +/-   ##
==========================================
- Coverage   56.20%   55.67%   -0.53%     
==========================================
  Files          14       14              
  Lines        1893     1893              
==========================================
- Hits         1064     1054      -10     
- Misses        715      723       +8     
- Partials      114      116       +2     

see 1 file with indirect coverage changes

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

dependabot[bot] commented 1 year ago

Superseded by #299.