Skip to content

v0.1.3

Latest

Choose a tag to compare

@disquee disquee released this 27 Aug 22:29
· 69 commits to main since this release

Mari v0.1.3

New

  • Multiple connections per provider are now first class. The Add source
    catalog lists each connected instance by name and offers Add another, and
    connector cards can open the wizard preselected to their provider.
  • Sources can be given a display name when connecting, so two Confluence
    sites or Slack workspaces are easy to tell apart.
  • Connecting something that is already connected now explains which source
    is in the way and offers to edit it, instead of a dead-end error.

Removed

  • The unused connectSource and disconnectSource GraphQL mutations. All
    connector setup goes through the validated connect flow, which derives
    the instance identity correctly. Pausing remains available by source id.

Packaging

  • The Helm chart is attached as mari-0.1.3.tgz with image tags and digests
    pointing at the v0.1.3 containers.
  • No database migrations. helm upgrade --install with your existing values
    upgrades in place, and volumes and data are untouched.