Skip to content

Releases: argoproj-labs/hera

v5.15.1

26 Apr 12:00
2e0112a
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix compatibility with pydantic==1.10.15 (Check pydantic.VERSION in place of find_spec) (#1049) @elliotgunton
  • enable CronWorkflow.from_dict() to work with subclasses (#1039) @crflynn

⛏ Dependency Upgrades

🚧 Tasks

v5.15.0

22 Apr 08:12
190c49e
Compare
Choose a tag to compare

⛏ Dependency Upgrades

v5.14.4

16 Apr 10:37
7ad6874
Compare
Choose a tag to compare

🐞 Bug Fixes

📔 Documentation

⛏ Dependency Upgrades

v5.14.3

17 Mar 04:06
61bf73c
Compare
Choose a tag to compare

📔 Documentation

⛏ Dependency Upgrades

v5.14.2

05 Mar 09:52
e50e29f
Compare
Choose a tag to compare

🐞 Bug Fixes

⛏ Dependency Upgrades

v5.14.1

20 Feb 10:59
6c5e515
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix(UserContainer): Fix a small bug in ImagePullPolicy mapper and add tests for error cases (#963) @KengoA

⛏ Dependency Upgrades

v5.14.0

12 Feb 13:00
5c5b665
Compare
Choose a tag to compare

⭐️ Enhancements

  • Add experimental Pydantic IO models for use with Hera Runner (#920 / #938) @elliotgunton
  • feat: Validate k8s resource requirements for CPU, Memory and Ephemeral Volumes (#944) @KengoA
  • fix: Handle multiline strings in yaml serialization. (#935) @DanCardin
  • Save dummy outputs when runner script raises an exception (#949) @elliotgunton

🐞 Bug Fixes

  • Support passing Hera Parameter/ModelParameter as dictionary input to tasks (#937) @flaviuvadan
  • fix: Improve linting/editor experience for hera models. (#950) @DanCardin

📔 Documentation

⛏ Dependency Upgrades

v5.13.1

17 Jan 16:15
7982f90
Compare
Choose a tag to compare

🐞 Bug Fixes

📔 Documentation

  • Add new ml pipeline example using spacy in use-cases folder (#901) @paravatha

⛏ Dependency Upgrades

v5.13.0

11 Jan 09:14
6979d06
Compare
Choose a tag to compare

⭐️ Enhancements

  • feat: Add --include and --exclude to the hera generate yaml command. (#904) @DanCardin

🐞 Bug Fixes

⛏ Dependency Upgrades

v5.12.0

05 Jan 16:04
ecd0c70
Compare
Choose a tag to compare

⭐️ Enhancements

🐞 Bug Fixes

  • Fix mypy default args issues in Workflow (#918) @mshatkhin23
  • feat: Perform dynamic import such that local relative imports functio… (#906) @DanCardin

📔 Documentation

⛏ Dependency Upgrades

🚧 Tasks