Releases: argoproj-labs/hera
Releases · argoproj-labs/hera
v5.1.7
⭐️ Enhancements
- Make suspend template callable, add suspend examples (#601) @elliotgunton
📔 Documentation
- Fix
script_variations.py
example workflow (#604) @ericdatakelly - Add github templates (#602) @elliotgunton
- Add coinflip-recursive example (#600) @elliotgunton
- Add script_artifact_passing example (#598) @elliotgunton
- Add missing examples test (#597) @elliotgunton
- Add global_parameters upstream example (#596) @elliotgunton
- Add workflow of workflows example (#593) @elliotgunton
v5.1.6
v5.1.5
🐞 Bug Fixes
- Make context async-friendly (#590) @AchilleAsh
v5.1.4
🐞 Bug Fixes
- fix: broken URLs on Windows due to os.path.join() (#587) @abschm
- fix image pull policy validation error (#586) @sergiynesterenko90
- Fix conditional on task status to string conversion (#578) @janowskijak
v5.1.3
🐞 Bug Fixes
📔 Documentation
- Add before/after rename stats to README (#569) @flaviuvadan
- Add more examples (#566) @flaviuvadan
v5.1.2
⭐️ Enhancements
- Fix service generator, regen services (#557) @flaviuvadan
🐞 Bug Fixes
- Fix output param getter (#565) @flaviuvadan
- Fix validation error for retry strategy (#558) @lakhanjindam
v5.1.1
🐞 Bug Fixes
- Script.resources is not the same as ModelTemplate.resource (#554) @jplikesbikes
- Add missing typing extensions to docs (#555) @flaviuvadan
- Fix: Use correct parameter names for Create and Lint requests (#553) @tachylatus
- WorkflowsService doesn't respect verify_ssl=False (#551) @jplikesbikes
v5.1.0
⭐️ Enhancements
- Add a script constructor that allows for flexible script construction and add a robust runner mode (#543) @samj1912
🐞 Bug Fixes
- Fix container
resource
spec (#548) @flaviuvadan
📔 Documentation
- Add note on <5.0.0 Hera installs (#549) @flaviuvadan
v5.0.4
🐞 Bug Fixes
- Add check that auto-genned params do not have already set artifact names (#544) @flaviuvadan