Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 0.29.0-alpha (#554)
🤖 I have created a release *beep* *boop* --- ## [0.29.0-alpha](v0.28.0-alpha...v0.29.0-alpha) (2023-09-30) ## Features ### We are supporting simple auth * **auth:** support simple login and logout in core ([#556](#556)) ([8bffdae](8bffdae)) * **auth:** Unauthenticated user will be block by our auth-guard ([#555](#555)) ([47eaac7](47eaac7)) ### Template Engine to speed up your development * **pipeline-builder:** User can have a centralize place to view all the templates ([79f5c77](79f5c77)) * **pipeline-builder:** User can view staff pick templates on pipeline list page ([#561](#561)) ([cd35a1c](cd35a1c)) * **pipeline-builder:** User can initialize pipeline with our templates to speed up the process (instill-ai/cortex@ca18898) ### Share your pipeline to shine * **pipeline-builder:** user can share their private pipeline with sharing a unique link ([#565](#565)) ([21d8d98](21d8d98)) * **pipeline-builder:** User can toggle their pipelines permission level ([#564](#564)) ([b0dc47b](b0dc47b)) * **pipeline-builder:** Non owner user can view public pipeline or pipeline that is shared by link (instill-ai/cortex@5d21b8f) * **pipeline-builder** User can clone other users shared pipelines (instill-ai/cortex@15661ba) ### Version control your pipeline * **pipeline-builder:** User can release their saved pipeline for new version (instill-ai/cortex@e6245f0) * **pipeline-builder:** User can view different release versions in pipeline-builder (instill-ai/cortex@4cd1817) ### User experience improvement * **pipeline-builder:** User can directly view the pipeline's recipe on the builder (instill-ai/cortex@cc0c20b) * **pipeline-builder:** User can have node with uncreated resource on pipeline builder ([#559](#559)) ([c894cbf](c894cbf)) * **pipeline-builder:** User can now have a centralize control panel to copy, delete and configure node ([#560](#560)) ([08dd9c7](08dd9c7)) * **pipeline-builder:** User will have 1.5x wider node under normal mode and 2.0 wider node under test mode ([#557](#557)) ([24a29c5](24a29c5)) * **pipeline-builder:** When user delete the whole name of pipeline, we will recover it back to previous name on blur or enter ([#558](#558)) ([dc55909](dc55909)) * **pipeline-builder:** User can have node with uncreated resource on pipeline builder (instill-ai/cortex@52e4b60) * support namespace in URL, recipe display and add contribution guideline ([#553](#553)) ([5d91e0b](5d91e0b)) * **pipeline-builder:** User can better identify his configuration on pipeline builder right panel is finished (instill-ai/cortex@e0f3507) * **pipeline-builder:** User can better identify how to fill in instill model component configuration (instill-ai/cortex@a53253a) * **pipeline-builder:** User can have more templates to have better guidance (instill-ai/cortex@6d72477) * **pipeline-builder** User can have pre-formatted text field to better visualize output (instill-ai/cortex@8ede695) * **pipeline-builder:** User can better identify his configuration on pipeline builder right panel is finished (instill-ai/cortex@676896a) * **pipeline-builder:** User wont get confused by handler if there has no edge on it (instill-ai/cortex@2a809bc) ### Bug fixes * Fix a bug that delete resource/pipeline dialog is too wide (instill-ai/cortex@570a4d1) * Fix editing pipeline name when pipeline is new will cause unexpected behavior (instill-ai/cortex@864ea22) * Fix the wrong pipeline trigger snippet (instill-ai/cortex@a21dd80) * **model-hub:** fix model namespace is wrong in instill-core's /models/<model_id> page ([#571](#571)) ([dc64460](dc64460)) ### Miscellaneous * better guard our repo from pnpm overrides ([#563](#563)) ([9848f9d](9848f9d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information