Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-21 | 2.0 kB | |
v5.24.0 source code.tar.gz | 2025-08-21 | 818.4 kB | |
v5.24.0 source code.zip | 2025-08-21 | 1.6 MB | |
Totals: 3 Items | 2.4 MB | 0 |
⭐️ Enhancements
- Allow initialisation of templates in Steps/DAG contexts (#1474) @elliotgunton
- Add
set_next_defaults
function forTask
and allow multipleon
values (#1457) @elliotgunton - Format Python code output from Hera CLI using black (#1465) @jeongukjae
- Add
get_outputs_as_arguments
function for tasks/steps (#1451) @elliotgunton
🐞 Bug Fixes
- Add Hera
RetryStrategy
toTemplateMixin
andWorkflow
(#1455) @elliotgunton
📔 Documentation
- Add example using
with_items
for step/dag decorators (#1490) @elliotgunton - Add "Types of Workflows" section to the walkthrough (#1487) @elliotgunton
- Update
resources
examples and addlarge_artifacts_in_init_container
example (#1459) @elliotgunton - Fix command for complex_expr example (#1449) @elliotgunton
⛏ Dependency Upgrades
- Bump the minors-patches group with 4 updates (#1491) @dependabot[bot]
- Bump types-pyyaml from 6.0.12.20250516 to 6.0.12.20250809 (#1476) @dependabot[bot]
- Bump types-requests from 2.32.4.20250611 to 2.32.4.20250809 (#1477) @dependabot[bot]
- Bump ruff from 0.12.7 to 0.12.8 in the patches group (#1478) @dependabot[bot]
- Bump actions/checkout from 4 to 5 (#1479) @dependabot[bot]
- Bump ruff from 0.12.4 to 0.12.7 in the patches group (#1467) @dependabot[bot]
- Bump cappa from 0.28.1 to 0.29.1 (#1468) @dependabot[bot]
- Bump build from 1.2.2.post1 to 1.3.0 (#1469) @dependabot[bot]
🚧 Tasks
- Fix doubled volume class names; add deprecated aliases (#1481) @ketanjani21
- Fix incorrect types and comments throughout mixins (#1472) @elliotgunton
- Update on-cluster testing (#1466) @elliotgunton