Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6fe72a

Browse files
docs: update CHANGELOG.md for v3.7.2 (#14849)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Alan Clucas <[email protected]> Co-authored-by: Joibel <[email protected]> Co-authored-by: Alan Clucas <[email protected]>
1 parent a49773c commit e6fe72a

File tree

1 file changed

+87
-1
lines changed

1 file changed

+87
-1
lines changed

CHANGELOG.md

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## v3.7.2 (2025-09-11)
4+
5+
Full Changelog: [v3.7.1...v3.7.2](https://github.com/argoproj/argo-workflows/compare/v3.7.1...v3.7.2)
6+
7+
### Selected Changes
8+
9+
* [cf605b548](https://github.com/argoproj/argo-workflows/commit/cf605b548f1b0137836dde2032517707ba87c6ae) fix: cluster workflow template store is not initialized in namespace mode. Fixes #14763 (cherry-pick release-3.7) (#14826)
10+
* [ea660143b](https://github.com/argoproj/argo-workflows/commit/ea660143bc10981b1b6f0d67c7ff90e871511c47) fix: reset the taskgroup. fixes #14769 (cherry-pick release-3.7) (#14848)
11+
* [34d8c7031](https://github.com/argoproj/argo-workflows/commit/34d8c70312058e13782aeb345386d5ca88dde746) fix: Makefile refers to lint-go
12+
* [20df38afa](https://github.com/argoproj/argo-workflows/commit/20df38afaab40aeec453c9c0b6d893d1a7d04cb1) fix: ensure pod used container templates are copies (cherry-pick release-3.7) (#14829)
13+
* [4d507951d](https://github.com/argoproj/argo-workflows/commit/4d507951d59e7071a85f480e6639913b15b6fca4) fix: pod controller log (#14841)
14+
* [80cd73980](https://github.com/argoproj/argo-workflows/commit/80cd739804149216abbe865ff08163801949a94a) chore(deps): bump superagent to 10.2.3 (cherry-pick release-3.7) (#14845)
15+
* [913346747](https://github.com/argoproj/argo-workflows/commit/913346747cae68b0f6a9d8a1ea9806d2fb165c25) fix(controller): check optional artifacts in node output validation (cherry-pick release-3.7) (#14837)
16+
* [74f14d244](https://github.com/argoproj/argo-workflows/commit/74f14d244330a9c9a602e61116675ffb1a53a6c9) fix: retry strategy being ignored by daemoned nodes. Fix #14715 (cherry-pick release-3.7) (#14835)
17+
* [8aac93371](https://github.com/argoproj/argo-workflows/commit/8aac9337150dac43ac77181ebe5e4f39342beb53) fix: ci step titles MySQL->Database (cherry-pick release-3.7) (#14817)
18+
* [026c6b738](https://github.com/argoproj/argo-workflows/commit/026c6b738786461c55fbabece47bcbedd4b2a825) fix: Fixes git over azure devops Fixes #11705 (cherry-pick release-3.7) (#14828)
19+
* [0a05502f9](https://github.com/argoproj/argo-workflows/commit/0a05502f97f6d07482ebca468be31c50cc8ccc6e) fix: only reset failed or error retry node. Fixes #14796 (cherry-pick release-3.7) (#14834)
20+
* [78cfddda5](https://github.com/argoproj/argo-workflows/commit/78cfddda5ecdc5651c7b1f7bb91e4d3d631e32c0) fix: Add default value for creationtimestamp column addition. Fixes #… (cherry-pick release-3.7) (#14824)
21+
* [9e49e90a0](https://github.com/argoproj/argo-workflows/commit/9e49e90a06ba2cb43a1179bb1d8c9c0f50233ce1) fix: moved off deprecated bitnami Docker images. Fixes 14785 (cherry-pick release-3.7) (#14822)
22+
23+
<details><summary><h3>Contributors</h3></summary>
24+
25+
* Alan Clucas
26+
* chenrui
27+
* Eduardo Rodrigues
28+
* Isitha Subasinghe
29+
* jswxstw
30+
* Marcus Weiner
31+
* okzw999
32+
* Tim Collins
33+
* tooptoop4
34+
* Xavier Hardy
35+
* Yuan Tang
36+
37+
</details>
38+
339
## v3.7.1 (2025-08-12)
440

541
Full Changelog: [v3.7.0...v3.7.1](https://github.com/argoproj/argo-workflows/compare/v3.7.0...v3.7.1)
@@ -119,7 +155,7 @@ Full Changelog: [v3.7.0-rc1...v3.7.0-rc2](https://github.com/argoproj/argo-workf
119155

120156
## v3.7.0-rc1 (2025-06-04)
121157

122-
Full Changelog: [v3.6.10...v3.7.0-rc1](https://github.com/argoproj/argo-workflows/compare/v3.6.10...v3.7.0-rc1)
158+
Full Changelog: [v3.6.11...v3.7.0-rc1](https://github.com/argoproj/argo-workflows/compare/v3.6.11...v3.7.0-rc1)
123159

124160
### Selected Changes
125161

@@ -329,6 +365,56 @@ Full Changelog: [v3.6.10...v3.7.0-rc1](https://github.com/argoproj/argo-workflow
329365

330366
</details>
331367

368+
## v3.6.11 (2025-09-11)
369+
370+
Full Changelog: [v3.6.10...v3.6.11](https://github.com/argoproj/argo-workflows/compare/v3.6.10...v3.6.11)
371+
372+
### Selected Changes
373+
374+
* [522392471](https://github.com/argoproj/argo-workflows/commit/5223924713319cfb6be8b50aa3cb2e9a28b06322) fix: pod controller log (#14841) (release-3.6) (#14847)
375+
* [954e41c2d](https://github.com/argoproj/argo-workflows/commit/954e41c2d90d2b51a442b4458ab344c617b73289) fix(controller): check optional artifacts in node output validation (cherry-pick release-3.6) (#14836)
376+
* [9e6df792d](https://github.com/argoproj/argo-workflows/commit/9e6df792df6e14d049288a144cc5202db6a51ae3) fix: ensure pod used container templates are copies (cherry-pick release-3.6) (#14830)
377+
* [f65b6d77d](https://github.com/argoproj/argo-workflows/commit/f65b6d77d543f752b4b17be31d272506afe0f5c9) chore(deps): bump superagent to 10.2.3 (cherry-pick release-3.6) (#14846)
378+
* [9a667cc1e](https://github.com/argoproj/argo-workflows/commit/9a667cc1e403f7f1719071bd909d7f52584d5502) fix: Fixes git over azure devops Fixes #11705 (cherry-pick release-3.6) (#14827)
379+
* [21eaef187](https://github.com/argoproj/argo-workflows/commit/21eaef18753dc82701df31c25a095e73402e43ce) fix: moved off deprecated bitnami Docker images. Fixes 14785 (cherry-pick release-3.6) (#14823)
380+
* [e0087045b](https://github.com/argoproj/argo-workflows/commit/e0087045b262ce5d5ceee6864ab522cb1e1fd6b5) fix: process aggregate outputs for steps node with retries. Fixes #14647 (#14651) (release-3.6) (#14746)
381+
* [bef1cf5e1](https://github.com/argoproj/argo-workflows/commit/bef1cf5e1400489e0d1863a9e271a4608a21b541) fix: watch for dynamic changes to the Controller ConfigMap in its installation namespace. Fixes #14673 (#14675) (release-3.6) (#14751)
382+
* [3e983d4ed](https://github.com/argoproj/argo-workflows/commit/3e983d4ed6b535a501d4c1c6044d4446734f3bb9) fix: support ALPN and H2C with gRPC. Fixes #14627 (#14567) (cherry-pick release-3.6) (#14742)
383+
* [62eb9ceb1](https://github.com/argoproj/argo-workflows/commit/62eb9ceb148d8071883e4da149e97bd1e312f8de) fix: use Float64ObservableCounter for counter metrics. Fixes #14425 (… (#14740)
384+
* [bac42f187](https://github.com/argoproj/argo-workflows/commit/bac42f187881abd01f8e6c527961fb29f5e021ab) fix: prevent thundering herd on cache save/load. Fixes #14701 (#14703) (#14739)
385+
* [d0d25f592](https://github.com/argoproj/argo-workflows/commit/d0d25f592bc045d9ee1f27cac81dc469b8827ed2) fix: cron patch use defaultRetry. Fixes #14712 (#14713) (#14737)
386+
* [ef7a8cfa2](https://github.com/argoproj/argo-workflows/commit/ef7a8cfa241497b7cef772cfcf99deb363b5e351) fix: GC realtime metrics after workflow completed. Fixes #14694 (cherry-pick #14696) (#14697)
387+
* [1e7fac04c](https://github.com/argoproj/argo-workflows/commit/1e7fac04c987c0d2940670fdba84fa712242acf2) fix: Sidecar terminates itself after the main container is finished. Closes #10612 (cherry-pick #14633) (#14686)
388+
* [86631c584](https://github.com/argoproj/argo-workflows/commit/86631c58414bef2f5b12478a2a74700c04a0d17b) fix: only remove when pending namespace queue exists. Fixes:#14669 (cherry-pick #14670) (#14674)
389+
* [d77c09e6f](https://github.com/argoproj/argo-workflows/commit/d77c09e6fde524ac5aa10835a08a7a7fc17a696e) fix: create task results only once. Fixes: #14617 (cherry-pick #14618) (#14622)
390+
* [a4e167081](https://github.com/argoproj/argo-workflows/commit/a4e16708177fbd533028716695493c734f760337) chore(deps): bump golang version (cherry-pick #14596) (#14616)
391+
* [8c8a3ad6e](https://github.com/argoproj/argo-workflows/commit/8c8a3ad6e33b53939dea05a205a09fa720e84f59) fix: prevent running workflow throttle by parallelism (cherry-pick #14606) (#14609)
392+
* [94246fdc8](https://github.com/argoproj/argo-workflows/commit/94246fdc8e11b2b234f67bd205ceefdb3bdf9318) fix: merge template defaults before processing. Fixes #13691 (cherry-pick #14298) (#14575)
393+
* [270777b9a](https://github.com/argoproj/argo-workflows/commit/270777b9acb5215ff3c9386594e52983c59dff4e) fix: remove unnecessary init container status checks. Fixes #14495 (cherry-pick #14510) (#14582)
394+
* [bdb3a0e8f](https://github.com/argoproj/argo-workflows/commit/bdb3a0e8fec9672907c1539dc9a2d3a59ea52d76) fix: process aggregate outputs for nodes with retries. Fixes #14228 (cherry-pick #14299) (#14581)
395+
396+
<details><summary><h3>Contributors</h3></summary>
397+
398+
* Alan Clucas
399+
* antoinetran
400+
* chenrui
401+
* Darko Janjic
402+
* downfa11
403+
* Eduardo Rodrigues
404+
* edward
405+
* Isitha Subasinghe
406+
* Jose M. Abuin
407+
* jswxstw
408+
* Mason Malone
409+
* shuangkun tian
410+
* Tianchu Zhao
411+
* Tim Collins
412+
* tooptoop4
413+
* Xavier Hardy
414+
* Yuan Tang
415+
416+
</details>
417+
332418
## v3.6.10 (2025-06-04)
333419

334420
Full Changelog: [v3.6.9...v3.6.10](https://github.com/argoproj/argo-workflows/compare/v3.6.9...v3.6.10)

0 commit comments

Comments
 (0)