
Rate of breaking changes is painful · argoproj-labs hera - GitHub
I will try my best to offer an explanation of why these changes were required, how we plan to slow down, not introduce such breaking changes anymore, and some history. I used to be the only …
Python 3.13 support · Issue #1233 · argoproj-labs/hera · GitHub
Oct 14, 2024 · Hera supports 3.13 for the core features, but cicd (make test specifically) is blocked by the tests for new decorators breaking - varname seems to have a compatibility …
hera/src/hera/workflows/script.py at main · argoproj-labs/hera
" Please turn on experimental features by setting " '`hera.shared.global_config.experimental_features [" {}"] = True`.' " Note that experimental …
Allow using Pydantic I/O in with-based code #1192 - GitHub
Sep 5, 2024 · Even allowing mixing the two syntaxes with the newer decorator feature flag as done in the PR will likely result in user code being stuck between the two syntaxes and then us …
Dynamically mapping Task inputs to Artifact fields #204 - GitHub
Jul 8, 2022 · I'm not 100% on-board on my own suggestion myself, as I think there are some collisions with pre-existing concepts which will probably lead to breaking changes.
Remove internal `v1` module · Issue #41 · argoproj-labs/hera
Jan 9, 2022 · Removing v1 (and the concept of internal library versioning) introduces a breaking change in which we can safely deploy the necessary SSL verification changes you requested.
Rate of breaking changes is painful · Issue #501 - GitHub
Mar 30, 2023 · I will try my best to offer an explanation of why these changes were required, how we plan to slow down, not introduce such breaking changes anymore, and some history. I …
hera/CHANGELOG.md at main · argoproj-labs/hera · GitHub
if you introduce a breaking change (removing arguments, removing objects, restructuring code such that it affects imports, etc.), increment the MAJOR version The general format is:
Hera Workflows Don't show on Argo Dashboard #194 - GitHub
Jun 16, 2022 · I believe only the workflow objects should have the namespace and the service be agnostic to the namespace. I will add this as a breaking change in a future release. In the …
hera/CHANGELOG.md at main · argoproj-labs/hera · GitHub
- if you introduce a breaking change (removing arguments, removing objects, restructuring code such that it affects imports, etc.), increment the MAJOR version The general format is: ``` # …