This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Releases: microsoft/openpaimarketplace
Releases · microsoft/openpaimarketplace
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.1
Release v1.4.1 - 12/22/2020
Major Features
-
Improve deployment and usage experience for v1.4.0
-
Check environment variable
process.env.AZURE_STORAGE
exists before insert into database. -
Add a property
useBlob
in marketplaceItem model as a flag, and only contactpai_copy
related commands ifuseBlob
is true.
-
v1.4.0
Release v1.4.0 - 12/02/2020
Major Features
-
Keep the release version aligned with pai (both with version v1.4.0).
-
Make the name of example templates human readable in Marketplace Webportal UI.
- Change names of /examples/examples.js human readable.
- Make the title of /examples/item_descriptions aligned with name of /examples/examples.js.
- Keep the name of /examples/item_protoocls illegal for OpenPAI. (Because the protocol will be submitted to OpenPAI cluster).
-
Refine image build workflow for push, pull request and release.
int
v1.3.0
Release v1.3.0 - 12/01/2020
Major Features
-
Better data storage experience
- Use Azure Blob as data storage backend.
- Add storage api to create/get blob connection string.
- For more details, please refer to data management doc.
-
New deployment process in OpenPAI
- Create three pai services when deploying in openpai
- Register marketplace rest api and webportal plugin in OpenPAI pylon.
- For more details, please refer to development doc.
-
Better Documentation
- Refine user manual and admin manual in readthedocs
- Refine readme and developing guide.
-
New location and structure of official templates
- Put official templates in examples folder: protocols in item_protocols folder, descriptions in item_descriptions folder.
- All these example templates will be loaded when marketplace rest server starts.
-
Better UI Experience
- Toggle up pai webportal Marketplace plugin by default
- Add download button in Marketplace data template
v1.2.0
Release v1.2.0 - 4/26/2020
Major Features
- Update documentation and host on readthedocs
- Update openpai api interface based on changes of openpai rest api
- Fix some bugs during bug bash