UNCLASSIFIED - NO CUI

Skip to content

Update ghcr.io/conduitio/conduit Docker tag to v0.11.1

This MR contains the following updates:

Package Type Update Change
ghcr.io/conduitio/conduit minor v0.10.3 -> v0.11.1
ghcr.io/conduitio/conduit ironbank-docker minor v0.10.3 -> v0.11.1
ghcr.io/conduitio/conduit stage minor v0.10.3 -> v0.11.1

Release Notes

ConduitIO/conduit (ghcr.io/conduitio/conduit)

v0.11.1

Compare Source

Changelog
Release Artifacts
OSX Darwin
Linux
Windows
Docker images

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

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.11.1

v0.11.0

Compare Source

Schema Support:

  • Introduced comprehensive schema support, allowing schemas to be attached to records.
  • Integrated a built-in schema registry, with the option to use an external schema registry.
  • Enhanced standalone connectors to retain type information.

Connector Improvements:

  • Introduced middleware for automatic schema handling in built-in connectors and processors.
  • Postgres Connector:
    • Added support for incremental snapshots in logical replication mode.
    • Improved management of logical replication slots.

Processor Improvements:

  • error
    • Introduced an error processor to send records to DLQ or fail the pipeline based on conditions.
  • webhook.http
    • Added the ability to specify headers in the webhook.http processor.
  • field.convert
    • Extended to support conversion to Go time.Time objects, handling unix nano timestamps and RFC3339 formatted dates.
  • avro.encode and avro.decode
    • Updated to use Conduit’s built-in schema registry.

Internal Improvements:

  • Fixed bug causing a panic when trying to run a partial pipeline.

Changelog

Release Artifacts

OSX Darwin
Linux
Windows

Docker images

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

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.11.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports