Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.14#1471

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.14
Open

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.14#1471
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.14.

Release notes

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

v3.7.14

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 / Linux

Available via curl

# Detect OS
ARGO_OS="darwin"
if [[ "$(uname -s)" != "Darwin" ]]; then
  ARGO_OS="linux"
fi
Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.7.14/argo-$ARGO_OS-amd64.gz"
Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
Test installation
argo version

Controller and Server

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.14/install.yaml

v3.7.13

... (truncated)

Changelog

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

v3.7.14 (2026-04-23)

Full Changelog: v3.7.13...v3.7.14

Selected Changes

  • ca37b537c chore(deps): update module github.com/jackc/pgx/v5 to v5.9.2 [security] (release-3.7) (#16026)
  • 251bb231d Merge commit from fork
  • d05b0d8da Merge commit from fork
  • 0b6da1f0e Merge commit from fork
  • cc220db1e fix: delete stale TaskGroup children on retry with parameter override. Fixes #15802 (cherry-pick #15827 for 3.7) (#16011)
  • c4def9d9a fix: prevent failed to get a template when using inline template. Fixes #15051 (cherry-pick #15574 for 3.7) (#16009)
  • 6e3df1f21 fix(controller): guard realtime workflow.duration against zero StartedAt (cherry-pick #15935 for 3.7) (#16004)
  • dd8224565 fix: 401s when accessing artifact directories with SSO enabled. Fixes #15800 (cherry-pick #15994 for 3.7) (#15997)
  • 9391a3eaf chore(deps): update module github.com/go-git/go-git/v5 to v5.18.0 [security] (release-3.7) (#15989)
  • 6b9d2779e chore(deps): update k8s.io/utils digest to 28399d8 (release-3.7) (#15979)
  • b2760b1c4 chore(deps): update module github.com/moby/spdystream to v0.5.1 [security] (release-3.7) (#15958)
  • bbc2cdf12 chore(deps): update k8s.io/gengo digest to 25e2208 (release-3.7) (#15978)
  • be2c067e9 chore(deps): update module github.com/jackc/pgx/v5 to v5.9.0 [security] (release-3.7) (#15946)
  • 4653cb0da chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to v1.43.0 [security] (release-3.7) (#15889)
  • ce6a91d10 chore(deps): update minio-go to include non-DualStack region fix (#2205) (cherry-pick #15838 for 3.7) (#15929)
  • f035bf0a4 fix: changed log level (cherry-pick #15898 for 3.7) (#15927)
  • fbd203449 chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.5 [security] (release-3.7) (#15857)
  • 09a1a5457 chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] (release-3.7) (#15882)
  • b31539beb chore(deps): update module go.opentelemetry.io/otel/sdk to v1.43.0 [security] (release-3.7) (#15890)
  • Alan Clucas
  • AsKc2000
  • Claude Opus 4.6
  • Isitha Subasinghe
  • Mason Malone
  • Ville Vesilehto
  • Yu-Hong Shen

v3.7.13 (2026-04-02)

Full Changelog: v3.7.12...v3.7.13

Selected Changes

  • 8204ae19a fix: tolerate expression template runtime failures when allowUnresolved is true. Fixes #15832, #15824 (cherry-pick #15839 for 3.7) (#15851)
  • e21bd1e59 fix: populate scope with empty values for outputs of skipped/omitted DAG ancestors (cherry-pick #15841 for 3.7) (#15848)
  • 013a2a7dd fix(ui): add tooltips to tab icons (cherry-pick #15840 for 3.7) (#15847)
  • 92efea2f9 chore(deps): update module github.com/go-git/go-git/v5 to v5.17.1 [security] (release-3.7) (#15830)
  • 0aabc74ad chore(deps): update module github.com/docker/cli to v29 [security] (release-3.7) (#15812)
  • f8f212033 fix: remove holder from waiting list when semaphore lock is acquired. (cherry-pick #15239 for 3.7) (#15822)

... (truncated)

Commits
  • ca37b53 chore(deps): update module github.com/jackc/pgx/v5 to v5.9.2 [security] (rele...
  • 251bb23 Merge commit from fork
  • d05b0d8 Merge commit from fork
  • 0b6da1f Merge commit from fork
  • cc220db fix: delete stale TaskGroup children on retry with parameter override. Fixes ...
  • c4def9d fix: prevent failed to get a template when using inline template. Fixes #15...
  • 6e3df1f fix(controller): guard realtime workflow.duration against zero StartedAt (che...
  • dd82245 fix: 401s when accessing artifact directories with SSO enabled. Fixes #15800 ...
  • 9391a3e chore(deps): update module github.com/go-git/go-git/v5 to v5.18.0 [security] ...
  • 6b9d277 chore(deps): update k8s.io/utils digest to 28399d8 (release-3.7) (#15979)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 23, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

📊 Performance Benchmark Results

Comparing PR (dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.14) vs main branch — click to expand
goos: linux
goarch: amd64
pkg: github.com/kai-scheduler/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
                                    │ main-bench.txt │           pr-bench.txt            │
                                    │     sec/op     │   sec/op     vs base              │
AllocateAction_SmallCluster-4            108.2m ± 8%   108.1m ± 0%       ~ (p=0.065 n=6)
AllocateAction_MediumCluster-4           136.0m ± 0%   135.3m ± 0%  -0.51% (p=0.009 n=6)
AllocateAction_LargeCluster-4            211.6m ± 7%   210.0m ± 1%       ~ (p=0.065 n=6)
ReclaimAction_SmallCluster-4             103.0m ± 0%   102.8m ± 0%  -0.20% (p=0.009 n=6)
ReclaimAction_MediumCluster-4            106.0m ± 0%   105.5m ± 0%  -0.46% (p=0.002 n=6)
PreemptAction_SmallCluster-4             103.7m ± 0%   103.5m ± 0%  -0.17% (p=0.002 n=6)
PreemptAction_MediumCluster-4            111.0m ± 1%   110.3m ± 1%  -0.65% (p=0.009 n=6)
ConsolidationAction_SmallCluster-4       125.0m ± 1%   124.5m ± 1%       ~ (p=0.093 n=6)
ConsolidationAction_MediumCluster-4      291.0m ± 1%   286.3m ± 1%  -1.63% (p=0.004 n=6)
FullSchedulingCycle_SmallCluster-4       105.6m ± 0%   105.3m ± 0%  -0.25% (p=0.002 n=6)
FullSchedulingCycle_MediumCluster-4      121.5m ± 1%   121.3m ± 2%       ~ (p=0.699 n=6)
FullSchedulingCycle_LargeCluster-4       162.3m ± 1%   161.1m ± 1%       ~ (p=0.132 n=6)
ManyQueues_MediumCluster-4               138.9m ± 2%   138.8m ± 1%       ~ (p=0.589 n=6)
GangScheduling_MediumCluster-4           160.4m ± 1%   159.2m ± 1%  -0.75% (p=0.041 n=6)
geomean                                  134.9m        134.2m       -0.49%

                                    │ main-bench.txt │            pr-bench.txt            │
                                    │      B/op      │     B/op      vs base              │
AllocateAction_SmallCluster-4           2.197Mi ± 1%   2.194Mi ± 0%       ~ (p=0.180 n=6)
AllocateAction_MediumCluster-4          11.96Mi ± 0%   11.96Mi ± 0%       ~ (p=0.240 n=6)
AllocateAction_LargeCluster-4           41.45Mi ± 0%   41.45Mi ± 0%       ~ (p=0.937 n=6)
ReclaimAction_SmallCluster-4            916.6Ki ± 2%   912.4Ki ± 1%       ~ (p=0.394 n=6)
ReclaimAction_MediumCluster-4           3.000Mi ± 0%   3.000Mi ± 0%       ~ (p=0.589 n=6)
PreemptAction_SmallCluster-4            1.042Mi ± 1%   1.042Mi ± 0%       ~ (p=0.974 n=6)
PreemptAction_MediumCluster-4           4.243Mi ± 0%   4.243Mi ± 0%       ~ (p=0.394 n=6)
ConsolidationAction_SmallCluster-4      9.939Mi ± 0%   9.936Mi ± 0%       ~ (p=0.180 n=6)
ConsolidationAction_MediumCluster-4     89.35Mi ± 0%   89.36Mi ± 0%       ~ (p=0.394 n=6)
FullSchedulingCycle_SmallCluster-4      1.404Mi ± 0%   1.405Mi ± 1%       ~ (p=0.485 n=6)
FullSchedulingCycle_MediumCluster-4     6.979Mi ± 0%   6.980Mi ± 0%       ~ (p=0.132 n=6)
FullSchedulingCycle_LargeCluster-4      22.99Mi ± 0%   22.99Mi ± 0%       ~ (p=0.589 n=6)
ManyQueues_MediumCluster-4              16.42Mi ± 0%   16.42Mi ± 0%       ~ (p=0.589 n=6)
GangScheduling_MediumCluster-4          17.24Mi ± 0%   17.24Mi ± 0%       ~ (p=0.310 n=6)
geomean                                 7.039Mi        7.036Mi       -0.04%

                                    │ main-bench.txt │           pr-bench.txt            │
                                    │   allocs/op    │  allocs/op   vs base              │
AllocateAction_SmallCluster-4            35.01k ± 0%   35.01k ± 0%       ~ (p=0.288 n=6)
AllocateAction_MediumCluster-4           312.8k ± 0%   312.8k ± 0%       ~ (p=0.496 n=6)
AllocateAction_LargeCluster-4            1.338M ± 0%   1.338M ± 0%       ~ (p=0.974 n=6)
ReclaimAction_SmallCluster-4             8.204k ± 0%   8.201k ± 0%       ~ (p=0.372 n=6)
ReclaimAction_MediumCluster-4            26.14k ± 0%   26.14k ± 0%       ~ (p=1.000 n=6)
PreemptAction_SmallCluster-4             11.04k ± 0%   11.04k ± 0%       ~ (p=1.000 n=6)
PreemptAction_MediumCluster-4            38.58k ± 0%   38.58k ± 0%       ~ (p=0.716 n=6)
ConsolidationAction_SmallCluster-4       129.8k ± 0%   129.8k ± 0%       ~ (p=0.974 n=6)
ConsolidationAction_MediumCluster-4      1.306M ± 0%   1.306M ± 0%       ~ (p=0.394 n=6)
FullSchedulingCycle_SmallCluster-4       20.66k ± 0%   20.67k ± 0%       ~ (p=0.225 n=6)
FullSchedulingCycle_MediumCluster-4      168.3k ± 0%   168.3k ± 0%       ~ (p=0.364 n=6)
FullSchedulingCycle_LargeCluster-4       698.6k ± 0%   698.6k ± 0%       ~ (p=0.851 n=6)
ManyQueues_MediumCluster-4               350.6k ± 0%   350.6k ± 0%       ~ (p=0.974 n=6)
GangScheduling_MediumCluster-4           571.8k ± 0%   571.8k ± 0%       ~ (p=0.933 n=6)
geomean                                  118.7k        118.7k       -0.00%

pkg: github.com/kai-scheduler/KAI-scheduler/pkg/scheduler/actions/integration_tests/reclaim
                            │ main-bench.txt │           pr-bench.txt            │
                            │     sec/op     │   sec/op     vs base              │
ReclaimLargeJobs_10Node-4        105.5m ± 0%   105.2m ± 1%       ~ (p=0.093 n=6)
ReclaimLargeJobs_50Node-4        228.7m ± 1%   229.0m ± 1%       ~ (p=1.000 n=6)
ReclaimLargeJobs_100Node-4       377.7m ± 8%   376.0m ± 1%  -0.44% (p=0.015 n=6)
ReclaimLargeJobs_200Node-4       751.9m ± 4%   750.1m ± 5%       ~ (p=0.589 n=6)
ReclaimLargeJobs_500Node-4        2.363 ± 1%    2.354 ± 1%       ~ (p=0.180 n=6)
ReclaimLargeJobs_1000Node-4       6.950 ± 1%    6.947 ± 0%       ~ (p=1.000 n=6)
geomean                          694.8m        693.4m       -0.20%

                            │ main-bench.txt │            pr-bench.txt            │
                            │      B/op      │     B/op      vs base              │
ReclaimLargeJobs_10Node-4       2.008Mi ± 3%   2.008Mi ± 2%       ~ (p=1.000 n=6)
ReclaimLargeJobs_50Node-4       60.66Mi ± 0%   60.68Mi ± 0%       ~ (p=0.240 n=6)
ReclaimLargeJobs_100Node-4      121.4Mi ± 0%   121.4Mi ± 0%       ~ (p=0.310 n=6)
ReclaimLargeJobs_200Node-4      245.0Mi ± 0%   245.0Mi ± 0%       ~ (p=0.699 n=6)
ReclaimLargeJobs_500Node-4      628.3Mi ± 0%   628.3Mi ± 0%       ~ (p=0.818 n=6)
ReclaimLargeJobs_1000Node-4     1.281Gi ± 0%   1.281Gi ± 0%       ~ (p=0.937 n=6)
geomean                         120.0Mi        120.0Mi       +0.01%

                            │ main-bench.txt │           pr-bench.txt            │
                            │   allocs/op    │  allocs/op   vs base              │
ReclaimLargeJobs_10Node-4        22.21k ± 2%   22.21k ± 2%       ~ (p=0.615 n=6)
ReclaimLargeJobs_50Node-4        814.3k ± 0%   814.3k ± 0%       ~ (p=0.457 n=6)
ReclaimLargeJobs_100Node-4       1.620M ± 0%   1.620M ± 0%       ~ (p=0.615 n=6)
ReclaimLargeJobs_200Node-4       3.229M ± 0%   3.229M ± 0%       ~ (p=0.132 n=6)
ReclaimLargeJobs_500Node-4       8.081M ± 0%   8.081M ± 0%       ~ (p=0.818 n=6)
ReclaimLargeJobs_1000Node-4      16.25M ± 0%   16.25M ± 0%       ~ (p=0.394 n=6)
geomean                          1.522M        1.522M       +0.00%

Legend

  • 📉 Negative delta = Performance improvement (faster)
  • 📈 Positive delta = Performance regression (slower)
  • p-value < 0.05 indicates statistically significant change
Raw benchmark data

PR branch:

goos: linux
goarch: amd64
pkg: github.com/kai-scheduler/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkAllocateAction_SmallCluster-4         	      10	 108101070 ns/op	 2304142 B/op	   35020 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 107969808 ns/op	 2297572 B/op	   35002 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108013544 ns/op	 2301271 B/op	   35010 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108090004 ns/op	 2301189 B/op	   35011 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108153274 ns/op	 2297584 B/op	   35001 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 107889277 ns/op	 2300028 B/op	   35005 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135349409 ns/op	12543084 B/op	  312790 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 134778290 ns/op	12542325 B/op	  312783 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135012020 ns/op	12546011 B/op	  312792 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135185308 ns/op	12543221 B/op	  312787 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135924087 ns/op	12547197 B/op	  312790 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135520382 ns/op	12545451 B/op	  312771 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 209782478 ns/op	43476340 B/op	 1338167 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 208932834 ns/op	43461011 B/op	 1338168 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 210214896 ns/op	43458873 B/op	 1338156 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 211640131 ns/op	43459065 B/op	 1338147 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 210950068 ns/op	43475587 B/op	 1338166 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 209187513 ns/op	43461828 B/op	 1338174 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102888468 ns/op	  922050 B/op	    8171 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102848894 ns/op	  933154 B/op	    8186 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102746478 ns/op	  933954 B/op	    8200 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102749719 ns/op	  938652 B/op	    8204 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102857560 ns/op	  934656 B/op	    8202 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102776525 ns/op	  938514 B/op	    8203 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105471695 ns/op	 3146203 B/op	   26147 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105574760 ns/op	 3145871 B/op	   26145 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105637331 ns/op	 3147114 B/op	   26145 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105675634 ns/op	 3141914 B/op	   26144 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105508754 ns/op	 3141749 B/op	   26143 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105514491 ns/op	 3145999 B/op	   26145 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103511356 ns/op	 1091095 B/op	   11043 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103349577 ns/op	 1094986 B/op	   11044 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103571940 ns/op	 1095076 B/op	   11044 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103412458 ns/op	 1095122 B/op	   11044 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103536656 ns/op	 1091152 B/op	   11042 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103470655 ns/op	 1091103 B/op	   11043 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110508148 ns/op	 4449072 B/op	   38576 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110023291 ns/op	 4445819 B/op	   38577 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110281722 ns/op	 4452024 B/op	   38576 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110944895 ns/op	 4441603 B/op	   38575 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110319858 ns/op	 4449004 B/op	   38576 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 109964396 ns/op	 4449237 B/op	   38577 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 123670758 ns/op	10421018 B/op	  129797 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 124381936 ns/op	10422376 B/op	  129808 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 124969737 ns/op	10414736 B/op	  129742 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 124786743 ns/op	10417180 B/op	  129768 allocs/op

Main branch:

goos: linux
goarch: amd64
pkg: github.com/kai-scheduler/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkAllocateAction_SmallCluster-4         	       9	 116517416 ns/op	 2325103 B/op	   35016 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108049964 ns/op	 2303257 B/op	   35017 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108417190 ns/op	 2303838 B/op	   35011 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108054126 ns/op	 2300224 B/op	   35009 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108281554 ns/op	 2299347 B/op	   35005 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108154264 ns/op	 2306428 B/op	   35012 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 136479316 ns/op	12543894 B/op	  312787 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135530384 ns/op	12542419 B/op	  312786 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135985301 ns/op	12544151 B/op	  312782 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 136193168 ns/op	12540703 B/op	  312775 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135947686 ns/op	12542201 B/op	  312786 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 135693750 ns/op	12543227 B/op	  312791 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 211316617 ns/op	43491204 B/op	 1338170 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 210217784 ns/op	43464681 B/op	 1338157 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 209815078 ns/op	43458918 B/op	 1338151 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 211860005 ns/op	43460483 B/op	 1338163 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 225421082 ns/op	43466156 B/op	 1338175 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 212006629 ns/op	43459584 B/op	 1338156 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102944415 ns/op	  918837 B/op	    8176 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102856002 ns/op	  933839 B/op	    8193 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 103042631 ns/op	  941748 B/op	    8203 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 103037412 ns/op	  938559 B/op	    8204 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102994597 ns/op	  938644 B/op	    8204 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 103049505 ns/op	  938684 B/op	    8204 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106096432 ns/op	 3145916 B/op	   26146 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106039166 ns/op	 3145997 B/op	   26146 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106031032 ns/op	 3143149 B/op	   26143 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106153004 ns/op	 3145690 B/op	   26144 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105925529 ns/op	 3138280 B/op	   26143 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105991188 ns/op	 3146008 B/op	   26146 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103709771 ns/op	 1095076 B/op	   11045 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103647965 ns/op	 1091101 B/op	   11043 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103709801 ns/op	 1091199 B/op	   11043 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103681602 ns/op	 1095188 B/op	   11045 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103626661 ns/op	 1087205 B/op	   11041 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103649232 ns/op	 1094924 B/op	   11043 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110962776 ns/op	 4449337 B/op	   38577 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110829493 ns/op	 4449641 B/op	   38578 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 111092735 ns/op	 4452102 B/op	   38576 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 111719867 ns/op	 4449230 B/op	   38577 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 111414718 ns/op	 4445401 B/op	   38575 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	      10	 110831421 ns/op	 4449058 B/op	   38576 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 124234191 ns/op	10419920 B/op	  129789 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 125027986 ns/op	10424652 B/op	  129820 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 125394604 ns/op	10418609 B/op	  129768 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 125366443 ns/op	10438778 B/op	  129802 allocs/op

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.11 to 3.7.14.
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/main/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.7.11...v3.7.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.14 branch from 6bfd6cb to 8102688 Compare April 26, 2026 10:43
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