Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@janstaelensskyline janstaelensskyline released this 14 Nov 15:53
· 1 commit to main since this release
fb2ccf4

Breaking Change for Upload or Upload & Deploy

The registration and upload no longer uses the uri-sourcecode to identify the catalog item. It now requires the 'catalog-identifier', as displayed on the catalog UI. The GUID must be provided either via an argument or through the use of a catalog.yml/manifest.yml file, as detailed in the DataMiner documentation.

See the documentation of the deploy action for more information.

New Features

  • Support for using catalog.yml or manifest.yml to provide additional metadata for the catalog UI.
  • Added support for using README.md and images to enhance the catalog UI.
  • Allows updating only the catalog UI metadata without the need to register a new version of the artifact.
  • Allows uploads for all Catalog Item types, including Connectors.

What's Changed

Full Changelog: v1...v1.1.3