v2.0.0
Pre-release
Pre-release
Changelog
- 8cb828f Allow underscores in application names (#313)
- d6ce5ea Always remove Go binaries (#319)
- 90d9d08 Clearer logs around building and deploying go apps (#302)
- 1943e97 Define contract for turbine response and capture
- 7ef8715 Delete velocity_metrics.yml
- 71e537a Distinguish between regular and extended app describe (#298)
- bb837f7 Dockerfile and binary changes to accommodate vendor or no vendor (#320)
- 4640356 Formatter is unhelpful and makes things difficult to copy & paste (#305)
- 00e64fd Include all pre-requisites for go app run in app init (#288)
- 879c793 Init a python app using apps init
- c795d6e Merge pull request #263 from meroxa/init-with-git
- 23b2ee5 Merge pull request #279 from meroxa/jj/golong
- 43bc9bc Merge pull request #281 from meroxa/velocity-workflow-delete
- 7a09d94 Merge pull request #289 from meroxa/app-init-python
- a25a9b8 Merge pull request #290 from meroxa/jj/privatized-ci
- c8360a1 Merge pull request #294 from meroxa/demo-json
- 497afc4 Merge pull request #314 from meroxa/james/harden-ouput-capturing
- 95764c1 Merge pull request #318 from meroxa/update-cli
- a326889 Merge pull request #326 from meroxa/jj/update-turbine-go
- c98c955 Meroxa builds describe (#297)
- db7fb1a No longer expose or display IDs (#282)
- 1636a89 Only create the application if it doesn't already exist with the give… (#295)
- f5ec6de Parse logs gracefully when deploying a javascript app (#303)
- 1603745 Python deploy (#312)
- 8db446b Remove commands don't like asterisks (#325)
- 014fbae Rerun
- 5fe7052 Revert "feat(turbine): logically nest functions under applications" (#270)
- 58ed05b Tweaks to init and run (#293)
- ef116ab UX improvements for go app init and path flag (#299)
- 1d2c7d6 Update
- 6e966a6 Update turbine-js executable name with package (#329)
- c7c2b0e Updated turbine-go without connector configs (#317)
- 7efc1df Use stderr and exit code to detect errors (#286)
- 110bf8b Validate application names so that API calls and Docker build doesn't… (#296)
- 3372902 add dir for python commands
- 661f382 bug(apps): use absolute path for run command (#269)
- b4c92f5 bug(turbine): Adjust to new pipeline log (#285)
- 9b2ca91 bug(turbine): Path should always be converted to absolute (#284)
- 53f10c4 chore: Sunset soon to be legacy commands (#308)
- cc1b53c chore: Update product name (#324)
- 4d9e8d9 chore: Update to turbine-go pkg (#300)
- f98708a chore: clean up (#327)
- d7d3c90 chore: document meroxa build commands (#322)
- 5ad691a chore: update latest meroxa-go
- b99b0c6 chore: update latest meroxa-go
- 9d2c820 clean up vendor
- 23b3302 feat(apps): Absorb turbine changes to create a .gitignore when doing git initialize (#268)
- 43336a4 feat(apps): Apps create command with feature flag (#262)
- 86f40b3 feat(apps): Associate applications with their entities through pipelines (#271)
- 5a2fe3f feat(apps): Command for application remove (#261)
- 0c72c97 feat(apps): Create application via apps deploy (#272)
- 5817de5 feat(apps): Describe application command (#265)
- 06d29a9 feat(apps): Let users deploy to their own docker hub (and other fixes) (#277)
- e3030cb feat(apps): List applications (#264)
- 40b7f73 feat(apps): Update python commands (#310)
- a0fcd03 feat(turbine): Supply Git SHA when creating an application and display it (#274)
- 74ca6ce feat(turbine): Warn about uncommitted changes (#275)
- af971da feat(turbine): logically nest functions under applications (#267)
- 25dd8b8 feat: Get image from platform (#283)
- f10633a feat: Include git sha on apps creation (#280)
- 245b068 feat: Make
apps
commands publicly available (#309) - 4111970 feat: apps deploy improvements (#301)
- 2a08bba feat: apps remove tear down app completely + apps deploy tears down resources when failed (#311)
- fcedaf1 feat: improve apps describe (#328)
- 42d4866 feat: initialize repository on
apps init
- bce61d9 fix(apps): pass path to turbine-js (#266)
- 7667521 fix(apps:deploy): update dashboard url for app detail views (#330)
- bef5dde fix(apps:init): re-enable language "go" shorthand on apps init
- 4405f53 fix: always use app name defined in app.json (#323)
- dbd9087 fix: character on failed deployments (and add colors) (#307)
- ac91128 help text not formatted well (#316)
- 179ba2b upd(ci): allow authenticated dependency installation
- 7c19971 upd(turbine-go): upgrade turbine-go to latest version