Arcaflow

Latest version: v0.19.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.9.1

What's Changed
* Update Executor Tests by mfleader in https://github.com/arcalot/arcaflow-engine/pull/131
* Wait For validation by mfleader in https://github.com/arcalot/arcaflow-engine/pull/133
* Fix load context bug by mfleader in https://github.com/arcalot/arcaflow-engine/pull/137
* Update Python Deployer Version by mfleader in https://github.com/arcalot/arcaflow-engine/pull/139


**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.9.0...v0.9.1

0.9.0

This PR has breaking changes:

Breaking Changes
- The podman deployer removed some duplicate fields. Follow the docker deployer's schema for the changed fields.
- Updated workflow format version to v0.2.0.
- the format
`plugin: <image tag here>`
has been changed to:

plugin:
src: <image tag here>
deployment_type: image

- The same format applies to python-deployments (not to be confused with containerized Python plugins).

plugin:
src: <python module here>
deployment_type: python

- The config for the deployer has been updated to have the prior config nested within its deployment type.
- Example:

deployers:
python:
deployer_name: python
modulePullPolicy: IfNotPresent
pythonPath: <path to python?
workdir: <a path goes here>
image:
deployer_name: docker


Changes
- Added deployment types. This means that you can seamlessly have multiple plugins of different types within the same workflow. For example, both Python and Image steps.
- Allow waiting for started
- Graceful shutdown is improved now with ctrl-C
- `wait_for` now works with foreach steps.
- Bug fixes

PRs
* Deployer types by mfleader in https://github.com/arcalot/arcaflow-engine/pull/117
* Update module go.flow.arcalot.io/podmandeployer to v0.6.1 by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/120
* Allow waiting for starting complete by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/119
* bump podman deployer for image pull fix by dustinblack in https://github.com/arcalot/arcaflow-engine/pull/118
* only unserialize input to parse validity by mfleader in https://github.com/arcalot/arcaflow-engine/pull/121
* Added graceful shutdown for ctrl-C by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/123
* Only report error when error is present by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/124
* Update module go.flow.arcalot.io/podmandeployer to v0.6.2 by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/126
* describe workflow schema changes by mfleader in https://github.com/arcalot/arcaflow-engine/pull/127
* add wait for to foreach schema by mfleader in https://github.com/arcalot/arcaflow-engine/pull/128
* Pin dependencies by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/104
* Test Deployer Mismatch by mfleader in https://github.com/arcalot/arcaflow-engine/pull/130


**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.8.0...v0.9.0

0.9.0beta3

Breaking changes:
- The podman deployer removed some duplicate fields. Follow the docker deployer's schema.
Noteworthy changes:
- Graceful shutdown is improved now with ctrl-C
- wait_for now works with foreach steps.
- Bug fixes

PRs
* Added graceful shutdown for ctrl-C by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/123
* Only report error when error is present by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/124
* Update module go.flow.arcalot.io/podmandeployer to v0.6.2 by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/126
* describe workflow schema changes by mfleader in https://github.com/arcalot/arcaflow-engine/pull/127
* add wait for to foreach schema by mfleader in https://github.com/arcalot/arcaflow-engine/pull/128
* Pin dependencies by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/104


**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.9.0-beta2...v0.9.0-beta3

0.9.0beta2

What's Changed
* Update module go.flow.arcalot.io/podmandeployer to v0.6.1 by platform-engineering-bot in https://github.com/arcalot/arcaflow-engine/pull/120
* Allow waiting for starting complete by jaredoconnell in https://github.com/arcalot/arcaflow-engine/pull/119
* bump podman deployer for image pull fix by dustinblack in https://github.com/arcalot/arcaflow-engine/pull/118
* only unserialize input to parse validity by mfleader in https://github.com/arcalot/arcaflow-engine/pull/121


**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.9.0-beta1...v0.9.0-beta2

0.9.0beta1

This PR has breaking changes:

Changes
- Added deployment types. This means that you can seamlessly have multiple plugins of different types within the same workflow. For example, both Python and Image steps.
- Updated workflow format version to v0.2.0.
- the format
`plugin: <image tag here>`
has been changed to:

plugin:
src: <image tag here>
deployment_type: image

- The same format applies to python-deployments (not to be confused with containerized Python plugins).

plugin:
src: <python module here>
deployment_type: python

- The config for the deployer has been updated to have the prior config nested within its deployment type.
- Example:

deployers:
python:
deployer_name: python
modulePullPolicy: IfNotPresent
pythonPath: <path to python?
workdir: <a path goes here>
image:
deployer_name: docker

Contributions
* Deployer types by mfleader in https://github.com/arcalot/arcaflow-engine/pull/117

**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.8.0...v0.9.0-beta1

0.8.1

**Full Changelog**: https://github.com/arcalot/arcaflow-engine/compare/v0.8.0...v0.8.1

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.