Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)

### Bug Fixes

* **auth:** catch verify token error ([01dbcc7](01dbcc7))
* **caddy:** match host without port ([eeeaefe](eeeaefe))
* **standalone:** ui env not generated ([6224964](6224964))
* **standalone:** update entrypoint ([1ef2b4b](1ef2b4b))
* **standalone:** write ui env file in entrypoint ([e73626e](e73626e))
* caddy config uses site url instead of host ([7649c3b](7649c3b))
* cannot update site when no main branch selected ([eb34433](eb34433))
* deadlock during caddy config reload ([ac8ba64](ac8ba64))
* default email template dir doesn't match docker setup ([a07c630](a07c630))
* disable ssl for sites temporarily ([4477259](4477259))
* docker image overrides ui in dockerhub ([2596103](2596103))
* duplicate index key error team.member undefined ([10341f2](10341f2))
* email template dir incorrect ([13fd39c](13fd39c))
* fallback host should use host, not url ([48dd216](48dd216))
* missing default value error when sites dir not set ([82a1336](82a1336))
* missing guard on current org member endpoint ([5f4945b](5f4945b))
* missing migrations dir in unified docker image ([919e12c](919e12c))
* missing sparse index option ([1e65d14](1e65d14))
* mongo index error on site ([190fb00](190fb00))
* more indexes causing issues ([dc384c1](dc384c1))
* more indexes causing issues ([aade94c](aade94c))
* more indexes causing issues ([2b091d6](2b091d6))
* only use host part of sites url ([ca2f07a](ca2f07a))
* persist caddy config and resume it on restart ([d8f01f3](d8f01f3))
* reconfigure site in caddy on release upload ([d374427](d374427))
* remove all hook indexes ([4e3dd95](4e3dd95))
* remove index on team.hooks ([d39c93d](d39c93d))
* site main branch is required ([2420ad4](2420ad4))
* site name index should be 1, not text ([33d2948](33d2948))
* try to fix SSL ([f8acc33](f8acc33))
* typo in 523 page ([eb00f57](eb00f57))
* ui responds only to / ([eb09f41](eb09f41))
* unique options causes issues on name text index ([729bcd0](729bcd0))
* use sparse index for array fields ([0f037f9](0f037f9))
* wildcard fallback causes tls errors ([6a612cb](6a612cb))

### Features

* add fallback for unknown hosts ([9e0df52](9e0df52))
* add hook payloads ([e209fbd](e209fbd))
* add system info route ([daac2b3](daac2b3))
* allow limiting max orgs ([e9720e9](e9720e9))
* basic ssl configuration ([d2ce463](d2ce463))
* configure caddy to server api and ui ([5a3566a](5a3566a))
* debug log env ([58153d9](58153d9))
* default sites domain to main host ([c2ff7a2](c2ff7a2))
* do not use promise all when creating indexes ([2c7ebed](2c7ebed))
* enhance error logging ([a039fee](a039fee))
* force redirect path to start with slash ([b3f29e5](b3f29e5))
* in-memory login with user and password ([36c7cd5](36c7cd5))
* make email config optional ([a5194f2](a5194f2))
* make index creation non-blocking ([1ee2b7b](1ee2b7b))
* option to disable caddy config for ui/api ([3629cbb](3629cbb))
* redirect 404 to each site /404.html ([050268f](050268f))
* remove ssl env vars ([4ffceb0](4ffceb0))
* rename debug scope ([4e5848a](4e5848a))
* rename docker image ([8a90e48](8a90e48))
* rename env vars that require a url ([786534a](786534a))
* simplify deployment ([c53702c](c53702c))
* simplify env configuration ([a6ff61f](a6ff61f))
* specify jwt token expiration as ms ([4477640](4477640))
* split authentication methods and org access check ([8877034](8877034))
* split env and env spec ([7be1864](7be1864))
* unified docker image ([7e19fe5](7e19fe5))
* update site main branch when none is defined ([9377e81](9377e81))
* update unified image ([4762554](4762554))
  • Loading branch information
semantic-release-bot committed Dec 10, 2020
1 parent 3743cb8 commit cc6e09a
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 2 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
# [1.0.0-beta.2](https://github.com/getmeli/meli/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)


### Bug Fixes

* **auth:** catch verify token error ([01dbcc7](https://github.com/getmeli/meli/commit/01dbcc7dcfb71441b735b9c1130c621c87fe44b3))
* **caddy:** match host without port ([eeeaefe](https://github.com/getmeli/meli/commit/eeeaefe7906fb48b89fed0fd66b5f104bb1e4fa1))
* **standalone:** ui env not generated ([6224964](https://github.com/getmeli/meli/commit/622496423c7c5cbe4dc1217e7321413bc5e305c2))
* **standalone:** update entrypoint ([1ef2b4b](https://github.com/getmeli/meli/commit/1ef2b4b11ee69b94ffb37b68dd5deca70dd8a292))
* **standalone:** write ui env file in entrypoint ([e73626e](https://github.com/getmeli/meli/commit/e73626e51a0a251a078450abb189a465e569950e))
* caddy config uses site url instead of host ([7649c3b](https://github.com/getmeli/meli/commit/7649c3b5ad6df9ec9e38e7cb384903142fc465b0))
* cannot update site when no main branch selected ([eb34433](https://github.com/getmeli/meli/commit/eb3443319d86dc00c1328c318b69525a456d6e3c))
* deadlock during caddy config reload ([ac8ba64](https://github.com/getmeli/meli/commit/ac8ba64225a6964361af6ad9e15756a10255c560))
* default email template dir doesn't match docker setup ([a07c630](https://github.com/getmeli/meli/commit/a07c630a53fec2d01e4f405a221f6b3398f2a2fc))
* disable ssl for sites temporarily ([4477259](https://github.com/getmeli/meli/commit/44772595634660b315cc4d456d47b5b8556fc2a2))
* docker image overrides ui in dockerhub ([2596103](https://github.com/getmeli/meli/commit/259610386db09ca88b913d512f332c95f2f4d919))
* duplicate index key error team.member undefined ([10341f2](https://github.com/getmeli/meli/commit/10341f245c10f00214c43f2f1a797270d89cbfb5))
* email template dir incorrect ([13fd39c](https://github.com/getmeli/meli/commit/13fd39c33b814009e72a4a01f71a1454b659cd21))
* fallback host should use host, not url ([48dd216](https://github.com/getmeli/meli/commit/48dd2166dda6de8f24c49a13fde7b62d1ef797c8))
* missing default value error when sites dir not set ([82a1336](https://github.com/getmeli/meli/commit/82a1336859813661faf8a89e018346b7653c7a88))
* missing guard on current org member endpoint ([5f4945b](https://github.com/getmeli/meli/commit/5f4945b4efcdd5d8e0b054b74c9b61797e641420))
* missing migrations dir in unified docker image ([919e12c](https://github.com/getmeli/meli/commit/919e12c2178b3e7ed8594b852b2b81c952f58854))
* missing sparse index option ([1e65d14](https://github.com/getmeli/meli/commit/1e65d141fd482d1e064def5a7aaac8d2b342e017))
* mongo index error on site ([190fb00](https://github.com/getmeli/meli/commit/190fb00ab543cecfd79380a0ce1cdf428440e9cb))
* more indexes causing issues ([dc384c1](https://github.com/getmeli/meli/commit/dc384c1d35b92c8e1f8e4b02db95b5b52d8d0f6c))
* more indexes causing issues ([aade94c](https://github.com/getmeli/meli/commit/aade94caf1a832a718625ce6f87f4825ce38a6f9))
* more indexes causing issues ([2b091d6](https://github.com/getmeli/meli/commit/2b091d61f3fcc9a7c30c882abd0cc85ca5030b54))
* only use host part of sites url ([ca2f07a](https://github.com/getmeli/meli/commit/ca2f07a85f1bec89bff313bd196a5ff018282e4f))
* persist caddy config and resume it on restart ([d8f01f3](https://github.com/getmeli/meli/commit/d8f01f371ee840e80dd9373ccefbbf0bc671be9a))
* reconfigure site in caddy on release upload ([d374427](https://github.com/getmeli/meli/commit/d374427f45bce08cbe2869f8e85ad8464fc3a242))
* remove all hook indexes ([4e3dd95](https://github.com/getmeli/meli/commit/4e3dd95cb0ed329389572183ead08ea5b861a83b))
* remove index on team.hooks ([d39c93d](https://github.com/getmeli/meli/commit/d39c93da5af2c7cc97c21c3eb340fa8362378dc4))
* site main branch is required ([2420ad4](https://github.com/getmeli/meli/commit/2420ad44241d39681c550b61d383a818a46eb3fa))
* site name index should be 1, not text ([33d2948](https://github.com/getmeli/meli/commit/33d294898d1d7a1e07fc37287174bca84a98718e))
* try to fix SSL ([f8acc33](https://github.com/getmeli/meli/commit/f8acc33c9d67d4cfe56a1ff1a508093d05cd2ebc))
* typo in 523 page ([eb00f57](https://github.com/getmeli/meli/commit/eb00f57c2433566026216c7a1c4d480f998d71f1))
* ui responds only to / ([eb09f41](https://github.com/getmeli/meli/commit/eb09f411e9713fe3a53fcfff5ee18d740add0c95))
* unique options causes issues on name text index ([729bcd0](https://github.com/getmeli/meli/commit/729bcd0f6ce6828b3693ce72cb96a8fac17e2e3b))
* use sparse index for array fields ([0f037f9](https://github.com/getmeli/meli/commit/0f037f99cb27f46f9748817d23c7d27b2a7a6e51))
* wildcard fallback causes tls errors ([6a612cb](https://github.com/getmeli/meli/commit/6a612cb32ecff1f71ef30bb35b606be70b91a4bc))


### Features

* add fallback for unknown hosts ([9e0df52](https://github.com/getmeli/meli/commit/9e0df52e025f215c7258bf741c6bc28db18fe1bb))
* add hook payloads ([e209fbd](https://github.com/getmeli/meli/commit/e209fbd842ffc2a256104b53ef96025b6f4e9d58))
* add system info route ([daac2b3](https://github.com/getmeli/meli/commit/daac2b30deabedcd5a952eccb7ac45b6adf05aa7))
* allow limiting max orgs ([e9720e9](https://github.com/getmeli/meli/commit/e9720e923173a9e0e3b3c3e64151b6d9395d2180))
* basic ssl configuration ([d2ce463](https://github.com/getmeli/meli/commit/d2ce463fe600b3ee3d7c319226a0d16d59c4d693))
* configure caddy to server api and ui ([5a3566a](https://github.com/getmeli/meli/commit/5a3566a5af74db602bf06be4086245b2fd6bbc2a))
* debug log env ([58153d9](https://github.com/getmeli/meli/commit/58153d9c0eb6ad551724a0c3e1a2b1376633073a))
* default sites domain to main host ([c2ff7a2](https://github.com/getmeli/meli/commit/c2ff7a29c6696c05650479c0a97dba9f90f8012f))
* do not use promise all when creating indexes ([2c7ebed](https://github.com/getmeli/meli/commit/2c7ebed571f7eef9e06e9cb1a99c7b4e129ba874))
* enhance error logging ([a039fee](https://github.com/getmeli/meli/commit/a039fee21fa94967eed5bab188124c5e0e3a019e))
* force redirect path to start with slash ([b3f29e5](https://github.com/getmeli/meli/commit/b3f29e5ef35b69ee241b784b8b92e3e9e5d8ebbe))
* in-memory login with user and password ([36c7cd5](https://github.com/getmeli/meli/commit/36c7cd51a1388c3aeb6d7ebd4f38c0cf931c3d1f))
* make email config optional ([a5194f2](https://github.com/getmeli/meli/commit/a5194f2b392859218117e8a92696e79b234bd3de))
* make index creation non-blocking ([1ee2b7b](https://github.com/getmeli/meli/commit/1ee2b7bee40d51c0124f0c313d35f926f81ee1d5))
* option to disable caddy config for ui/api ([3629cbb](https://github.com/getmeli/meli/commit/3629cbb87d3ebde433cc6a2b6beeea4c18148921))
* redirect 404 to each site /404.html ([050268f](https://github.com/getmeli/meli/commit/050268f73866a402638ed308749b6f5b9ca08c0e))
* remove ssl env vars ([4ffceb0](https://github.com/getmeli/meli/commit/4ffceb0f44eb411bda9b345d1ea6389df4eeb71a))
* rename debug scope ([4e5848a](https://github.com/getmeli/meli/commit/4e5848ac6cf1945c42b441e87c4cc71ca81ac8f2))
* rename docker image ([8a90e48](https://github.com/getmeli/meli/commit/8a90e48b5224243b22ffc7122b927e45fe28e285))
* rename env vars that require a url ([786534a](https://github.com/getmeli/meli/commit/786534a5da0864a07ad27159db95e0f1b8fffd4e))
* simplify deployment ([c53702c](https://github.com/getmeli/meli/commit/c53702c5380c1c03ca2a194f727988006bded84b))
* simplify env configuration ([a6ff61f](https://github.com/getmeli/meli/commit/a6ff61fbfb2bba8bea1b57c887b61fba2b11c8fd))
* specify jwt token expiration as ms ([4477640](https://github.com/getmeli/meli/commit/4477640da05e589af940411cdeaebd66f702d9e9))
* split authentication methods and org access check ([8877034](https://github.com/getmeli/meli/commit/887703419a22bf9c9d680458cdb8e7d29a976957))
* split env and env spec ([7be1864](https://github.com/getmeli/meli/commit/7be18649d257f67b882fa42a7d49884f6e760831))
* unified docker image ([7e19fe5](https://github.com/getmeli/meli/commit/7e19fe547f3ea343a9930e65f15af31d7310fc25))
* update site main branch when none is defined ([9377e81](https://github.com/getmeli/meli/commit/9377e818dff4377ae0116aebf13dedc7b00a2cbd))
* update unified image ([4762554](https://github.com/getmeli/meli/commit/4762554f1eef669b389762f416799d6dcbf74d8a))

# [1.0.0-next.44](https://github.com/getmeli/meli/compare/v1.0.0-next.43...v1.0.0-next.44) (2020-12-10)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: Charlie Bravo SRL
Licensed Work: Meli 1.0.0-next.44
Licensed Work: Meli 1.0.0-beta.2
The Licensed Work is (c) 2020 Charlie Bravo SRL
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Static Site
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skipper/core",
"version": "1.0.0-next.44",
"version": "1.0.0-beta.2",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit cc6e09a

Please sign in to comment.