Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps github.com/argoproj/argo-workflows/v3 from 3.4.4 to 3.4.5.

Release notes

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

v3.4.5

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.5/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.5/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.5 (2023-02-06)

  • dc30da81f fix: return if nil pointer in dag.go. Fixes #10401 (#10402)
  • 7d2a8c3d2 fix(docs): container-set-template workflow example (#10452)
  • 3f329080e chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 (#10467)
  • 79c012e19 chore(deps): bump docker/build-push-action from 3 to 4 (#10464)
  • 898f0649f fix: Return correct http error codes. Fixes #9237 (#9916)
  • 49647896e chore(deps-dev): bump sass from 1.57.1 to 1.58.0 in /ui (#10446)
  • cfdf80ea1 chore(deps): bump react-datepicker and @​types/react-datepicker in /ui (#10437)
  • fd6fd79e7 chore(deps): bump react-moment from 1.1.2 to 1.1.3 in /ui (#10355)
  • 2a0e91b44 fix(controller): Add locking for read operationin controller. Fixes #… (#9985)
  • f48717ccf Fixes #10003: retries force exit handlers (#10159)
  • 6bb290638 feat: support set generateName in the eventbinding (#10371)
  • e7b5b25ef fix(executor): make the comment of reportOutputs clearer (#10443)
  • d46d5e9fb HasArtifactGC() can't access Status through execWf (#10423)
  • 1d87b45cc fix: add message when parse of private key fails due to existing sso secret. Fixes #10420 (#10421)
  • f9e392f2f chore(deps): bump moment-timezone from 0.5.39 to 0.5.40 in /ui (#10438)
  • 5ad423eed chore(deps): bump cronstrue from 2.21.0 to 2.22.0 in /ui (#10436)
  • 133b4a384 Fix: Enable users to use Archived Workflows functionality when RBAC is Namespace delegated (#10399)
  • 8e7c73447 feat: allow switching timezone for date rendering. Fixes #3474 (#10120)
  • 22fa3403a fix: in gcs driver ensure prefix omitted if folder. Fixes #9732 (#10214)
  • 605d590ec chore(deps): bump github.com/go-openapi/jsonreference from 0.20.0 to 0.20.2 (#10382)
  • b690d3889 chore(deps-dev): bump babel-jest from 29.3.1 to 29.4.1 in /ui (#10417)
  • 689df36af chore(deps): bump superagent from 8.0.8 to 8.0.9 in /ui (#10416)
  • c3c71b955 chore(deps): bump golang.org/x/time from 0.1.0 to 0.3.0 (#10412)
  • 4d1e1c07b chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.1.0 to 1.2.1 (#10411)
  • bca7e7ba1 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.9.0 to 2.10.0 (#10414)
  • e1be54ed3 chore(deps): bump github.com/antonmedv/expr from 1.10.1 to 1.10.5 (#10413)
  • 0bad1bb0a chore(deps): bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#10410)
  • 5a5de6728 chore(deps): bump google.golang.org/api from 0.107.0 to 0.108.0 (#10385)
  • 9e35c9cc0 chore(deps): bump github.com/antonmedv/expr from 1.9.0 to 1.10.1 (#10384)
  • b37cf46b8 chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#10380)
  • ba0b7338e chore(deps-dev): bump glob from 8.0.3 to 8.1.0 in /ui (#10387)
  • 7fc6ecc84 chore(deps): bump superagent from 8.0.6 to 8.0.8 in /ui (#10386)
  • adc7a7060 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.8.0 to 2.9.0 (#10383)
  • 782717980 chore(deps): bump cloud.google.com/go/storage from 1.28.0 to 1.29.0 (#10381)
  • 651ec79ae chore(deps): bump google.golang.org/api from 0.106.0 to 0.107.0 (#10353)
  • 548f53261 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.45 to 7.0.47 (#10352)
  • a1db45a60 fix: fix not working dex deployment in quickstart manifests (#10346)
  • 0e981e44b chore(deps-dev): bump @​babel/core from 7.20.7 to 7.20.12 in /ui (#10330)
  • f1959c8de chore(deps): bump google.golang.org/api from 0.105.0 to 0.106.0 (#10325)
  • 08ef2928e fix: print template and pod name in workflow controller logs for node failure scenario (#10332)
  • b386d03e0 chore(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#10323)
  • 13adf5e4a chore(deps): bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.5.0 (#10324)
  • b414ab4c6 chore(deps-dev): bump @​types/superagent from 4.1.15 to 4.1.16 in /ui (#10326)
  • 2c580b31c chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#10322)
  • 75ce0af25 fix: fix minio image at older working version (#10314)
  • 12e1b985c feat: cleanup code (#10316)
  • 0f58387c7 feat: HTTP Template respect podMetadata. Fixes #10062 (#10274)
  • a06e83182 fix: improve rate at which we catch transient gcp errors in artifact driver Fixes #10282 #10174 (#10292)

... (truncated)

Commits
  • 1253f44 Merge remote-tracking branch 'upstream/master' into release-3.4
  • ad39810 ci: Pin buildx action version to fix release workflow (#10471)
  • ca644f9 docs: Update OWNERS from membership meeting (#10470)
  • dc30da8 fix: return if nil pointer in dag.go. Fixes #10401 (#10402)
  • 7f311a9 docs: Clarify MinIO in artifact repo doc (#10448)
  • 7d2a8c3 fix(docs): container-set-template workflow example (#10452)
  • 6a2fd77 docs: fix typo in enhanced-depends-logic.md (#10456)
  • 4f7ea5e docs: Add monthly community meeting info (#10453)
  • 3f32908 chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 (#10467)
  • 79c012e chore(deps): bump docker/build-push-action from 3 to 4 (#10464)
  • 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)

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.4.4 to 3.4.5.
- [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.4...v3.4.5)

---
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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #9 (1830745) into main (cd2c8f4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   36.75%   36.75%           
=======================================
  Files           2        2           
  Lines         185      185           
=======================================
  Hits           68       68           
  Misses        115      115           
  Partials        2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant