Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 17:03
· 40 commits to main since this release
e4be117

Install

helm install continuo oci://ghcr.io/carolsimone/charts/continuo \
  --version 0.4.1 -n continuo --create-namespace

Changed

  • Comment-only: files/dbt-commands.yaml now names the demo repository by its
    new name, continuo-demo (renamed from continuo-dbt-demo). No rendered
    template, values key, or behavior changes; PATCH when released.
  • validation.imageTag default bumped v0.4.0v0.4.1. The
    continuo-python-runtime-<engine> image now installs its runtime and engine
    adapter from PyPI (versioned) instead of building from source, and the
    adapter packages were renamed to continuo-<engine>-adapter. The image name,
    entrypoint, run/validation-op commands, uid 65532, and adapter
    discovery are unchanged, so it is a drop-in; an unmodified existing values
    file that keeps imageTag: "v0.4.0" still installs and runs. PATCH when
    released.