Versioning

Versioning lets you show multiple versions of a catalog. A version can be a branch or a tag.

Configure Versions

  1. Open catalog settings.

  2. In the Versions field, specify the branches or tags that should be available.

  3. Save and publish the changes.

The current version is the active working branch. It is always shown first in the version list.

When versioning is enabled, the version switcher is available both on the portal and in the editor. In the editor, selecting a version opens the catalog in read-only mode. To make changes, switch back to the active working branch.

Glob pattern examples
  • Specifying the pattern releases/**/* will show all branches and tags whose names start with releases.

  • To include only tags or only branches, use refs/tags / tags for tags and refs/heads / heads for branches. For example, the pattern heads/releases/v1.* will show all release branches with major version 1.