Skip to content

Commit

Permalink
docs: add deprecations to upgrading guide (#13757)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel authored Oct 17, 2024
1 parent 5be8cbf commit b5a7a88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summar

## Upgrading to v3.6

### Deprecations

The following features are deprecated and will be removed in a future verison of Argo Workflows:

* The Python SDK is deprecated, we recommend migrating to [Hera](https:/argoproj-labs/hera)
* `schedule` in CronWorkflows, `podPriority`, `mutex` and `semaphore` in Workflows and WorkflowTemplates.

For more information on how to migrate these see [deprecations](deprecations.md)

### Fixed Server `--basehref` inconsistency

For consistency, the Server now uses `--base-href` and `ARGO_BASE_HREF`.
Expand Down

0 comments on commit b5a7a88

Please sign in to comment.