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
ormanifest.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
- Dev/catalogupload by @janstaelensskyline in #83
Full Changelog: v1...v1.1.3