About 13 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. CronWorkflow update command · Issue #133 · argoproj-labs/hera

    Maybe it's time to remove that from Hera and, since it's a breaking change, it will be released under version 3.0.0. I will mark this as an enhancement! 👍 1 kitagry reacted with thumbs up …

  5. 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: ``` # …

  6. 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.

  7. 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 …

  8. Suggestion: Set up release automation and changelog #334

    So you can decide before merging how to bump - especially also because with a major version bump we expect breaking changes so you'd want to use it carefully, possibly restricting who …

  9. 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:

  10. Dynamically mapping Task inputs to Artifact fields #204 - GitHub

    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.