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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

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 <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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 16, 2023
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.4.11 to 3.5.0.
- [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.11...v3.5.0)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.5.0 branch from 337e0c9 to 2bcc53b Compare October 16, 2023 16:57
Copy link
Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #41.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.5.0 branch November 6, 2023 05:30
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.

0 participants