Skip to content

Releases: ConduitIO/conduit-maha

v0.5.1

24 Feb 17:17
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.5.1

v0.5.0

24 Feb 17:02
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.5.0

v0.4.0-nightly.20230223

24 Feb 12:17
Compare
Choose a tag to compare
Pre-release

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.4.0-nightly.20230223

v0.4.0-nightly.20230224

24 Feb 11:58
Compare
Choose a tag to compare
Pre-release

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.4.0-nightly.20230224

v0.3.0

22 Feb 12:35
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.3.0

0.1.0: Force stop pipeline API (#856)

22 Feb 12:10
abb2376
Compare
Choose a tag to compare
* implement force stop API endpoint

* Update pkg/pipeline/lifecycle.go

Co-authored-by: Maha Hajja <[email protected]>

* increase log level

* update stop comment

* use switch instead of if statement

---------

Co-authored-by: Maha Hajja <[email protected]>
Co-authored-by: Haris Osmanagić <[email protected]>