Argo Workflows - 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)
  • 5b450f6d7 chore(deps): bump nick-fields/retry from 2.8.2 to 2.8.3 (#10293)
  • 002641262 chore(deps): bump superagent from 8.0.5 to 8.0.6 in /ui (#10208)
  • eeaf2c415 Update USERS.md (#10241)
  • 28a9ee593 fix: remove url encoding/decoding on user-supplied URL. Fixes #9935 (#9944)
  • 4e25739cb remove debug println (#10252)
  • 2607867ab fix: use podname in failure podName instead of ID. Fixes #10124 (#10268)
  • 13620fad8 Skip Artifact GC test if Workflow fails (#10298)
  • 6078d6fd5 chore(deps-dev): bump @babel/core from 7.20.2 to 7.20.7 in /ui (#10277)
  • 511c6f973 chore(deps-dev): bump sass from 1.56.2 to 1.57.1 in /ui (#10275)
  • f4a65b11a feat: support finalizers in workflowMetadata (#10243)
  • 6c5b50678 chore(deps): bump github.com/prometheus/common from 0.38.0 to 0.39.0 (#10247)
  • ae93d0316 chore(deps): bump google.golang.org/api from 0.104.0 to 0.105.0 (#10245)
  • cd9a9f2bf chore(deps): bump github.com/gavv/httpexpect/v2 from 2.7.0 to 2.8.0 (#10246)
  • 4ed945425 fix: ensure metadata is not undefined when accessing label. Fixes #10227 (#10228)
  • 896830dd3 fix: ensure HTTP reconciliation occurs for onExit step nodes (#10195)
  • b0f0c589e fix: Auto update workflow controller configmap (#10218)
  • 7b34cb1cf chore(deps): bump golang.org/x/net from 0.2.0 to 0.4.0 (#10204)
  • 9283b40b6 chore(deps): bump google.golang.org/api from 0.103.0 to 0.104.0 (#10206)
  • a37c3f0a5 chore(deps): bump github.com/prometheus/common from 0.37.0 to 0.38.0 (#10205)
  • a57e0fd6b chore(deps-dev): bump sass from 1.56.1 to 1.56.2 in /ui (#10209)
  • 5775c12c5 chore(deps): bump cronstrue from 2.20.0 to 2.21.0 in /ui (#10210)
  • 54e4e4899 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.6.1 to 2.7.0 (#10202)
  • 4e2471aa2 chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0 (#10201)
  • f390f6128 fix: Artifact GC should not reference execWf.Status (#10160)
  • 898f738c0 fix: add omitted children to the dag Fixes #9852 (#9918)
  • 5634c2f21 chore(deps-dev): bump @types/react-helmet from 6.1.5 to 6.1.6 in /ui (#10169)
  • 73771ab7d chore(deps): bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 (#10164)
  • 5caf65efa chore(deps): bump superagent from 8.0.4 to 8.0.5 in /ui (#10166)
  • b9a96c0d5 chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#10163)
  • f9931743d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.44 to 7.0.45 (#10162)
  • 18aa5615b chore(deps): bump cronstrue from 2.19.0 to 2.20.0 in /ui (#10161)
  • 55e96972e fix: Make jq work. Fixes #9860 (#10150)
  • a6aca18e1 fix (argo wait): use functions to constrain ctx instead of blocks (#10140)
  • d91544212 fix: go-git error empty git-upload-pack given. Fixes #9613 (#9982)
  • 22c4fca36 feat(server): add kube-api throttle options (#10110)
  • 6166464aa feat: Ignore SIGURG in argoexec emissary. Fixes #10129 (#10141)
  • 652970c39 feat: implement backoff when deleting artifacts. Fixes #9294. (#10088)
  • f9f231e9f fix: emissary detects tty and wraps command in pseudo terminal. Fixes #9179 (#10039)
  • c7310079e fix: Ensure the SSO http client takes into consideration http proxies, Fixes #9259 (#10046)
  • 51625c2c5 fix: Add --tls-certificate-secret-name parameter to server command. Fixes #5582 (#9789)
  • 1225d8b54 fix: error component showing inaccurate errors. Fixes #9274 (#10128)

Contributors

  • Alex Collins
  • Dana Pieluszczak
  • Dillen Padhiar
  • Isitha Subasinghe
  • Jiacheng Xu
  • Jordan (Tao Zhang)
  • Julie Vogelman
  • Kazuki Suda
  • Kevin Holmes
  • Mayursinh Sarvaiya
  • Nandita
  • Paolo Quadri
  • Rick
  • Rohan Kumar
  • Ruben Jenster
  • Sarah Henkens
  • Saravanan Balasubramanian
  • Sushant20
  • Takahiro Yoshikawa
  • Tianchu Zhao
  • Vladimir Ivanov
  • Yuuki Takahashi
  • dependabot[bot]
  • huiwq1990
  • jessonzj
  • shiraOvadia
  • wangxiang

Details

date
Feb. 6, 2023, midnight
name
v3.4.5
type
Patch
👇
Register or login to:
  • 🔍View and search all Argo Workflows releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or