Skip to content

v0.1.1

Choose a tag to compare

@disquee disquee released this 27 Aug 21:44
· 77 commits to main since this release

Mari v0.1.1

Fixed

  • Reconnecting a disconnected source now works. Disconnecting pauses the
    source, but adding the same provider again used to fail with "already
    connected", which left no way to fix a bad config value such as a wrong
    Confluence space key. Reconnecting now revives the paused source instead.
  • Sync failures on the Sources page now show the actual reason reported by
    the connector instead of a generic message.

New

  • Connector cards in the console now have an Edit connection action, so you
    can change a source's settings without removing and re-adding it.

Packaging

  • The Helm chart is attached to this release as mari-0.1.1.tgz, and its
    image tags now point at the v0.1.1 containers.
  • No database migrations in this release. helm upgrade --install with your
    existing values upgrades in place, and volumes and data are untouched.