Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
chore: release 0.9.8 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfryan authored Jun 15, 2023
1 parent 2a290c5 commit b7be64c
Show file tree
Hide file tree
Showing 293 changed files with 68 additions and 46 deletions.
12 changes: 12 additions & 0 deletions .yarn/versions/d2f6f547.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
undecided:
- supaglue
- api
- mgmt-ui
- salesforce-pub-sub
- sync-worker
- "@supaglue/core"
- "@supaglue/db"
- "@supaglue/schemas"
- "@supaglue/sync-workflows"
- "@supaglue/types"
- "@supaglue/utils"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://github.com/supaglue-labs/supaglue/assets/1925713/80f9e4e7-4a75-4c27-9c80
### Run Supaglue locally

```shell
git clone -b v0.9.7 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.9.8 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"packageManager": "[email protected]",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion apps/mgmt-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgmt-ui",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/salesforce-pub-sub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-pub-sub",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/sync-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-worker",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}

api:
image: supaglue/api:0.9.7
image: supaglue/api:0.9.8
ports:
- '8080:8080'
depends_on:
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

sync-worker:
image: supaglue/sync-worker:0.9.7
image: supaglue/sync-worker:0.9.8
depends_on:
postgres:
condition: service_started
Expand All @@ -66,7 +66,7 @@ services:
restart: on-failure

mgmt-ui:
image: supaglue/mgmt-ui:0.9.7
image: supaglue/mgmt-ui:0.9.8
ports:
- '3000:3000'
depends_on:
Expand All @@ -91,7 +91,7 @@ services:
- temporalitedata:/data

salesforce-pub-sub:
image: supaglue/salesforce-pub-sub:0.9.7
image: supaglue/salesforce-pub-sub:0.9.8
environment:
<<: *common-env
restart: on-failure
Expand All @@ -102,7 +102,7 @@ services:
condition: service_completed_successfully

init:
image: supaglue/api:0.9.7
image: supaglue/api:0.9.8
environment:
<<: *common-env
SUPAGLUE_QUICKSTART_API_KEY: ${SUPAGLUE_QUICKSTART_API_KEY:-some-api-key}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After creating your account, you will be directed to the management portal.
Clone the Github repo and run the Supaglue stack locally using docker compose:

```shell
git clone -b v0.9.7 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.9.8 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ alter default privileges in schema supaglue grant all privileges on tables to su
grant supaglue_role to supaglue_user;

```

## IP Whitelist

The following are Supaglue's CIDR ranges:

```
54.214.243.61/32
54.201.123.169/32
44.226.37.107/32
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After creating your account, you will be directed to the management portal.
Clone the Github repo and run the Supaglue stack locally using docker compose:

```shell
git clone -b v0.9.6 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.9.8 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"0.9.7",
"0.9.6"
"0.9.8",
"0.9.7"
]
2 changes: 1 addition & 1 deletion openapi/v1/crm/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v1/crm/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.7
version: 0.9.8
title: Supaglue CRM API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/v1/engagement/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v1/engagement/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.7
version: 0.9.8
title: Supaglue Engagement API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/v1/mgmt/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v1/mgmt/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Other than the `webhooks` key, we should not use 3.1.0 features since the validation middleware doesn't support it yet
openapi: 3.1.0
info:
version: 0.9.7
version: 0.9.8
title: Supaglue Management API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/crm/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v2/crm/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.7
version: 0.9.8
title: Supaglue CRM API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/engagement/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v2/engagement/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.7
version: 0.9.8
title: Supaglue Engagement API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/mgmt/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/v2/mgmt/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Other than the `webhooks` key, we should not use 3.1.0 features since the validation middleware doesn't support it yet
openapi: 3.1.0
info:
version: 0.9.7
version: 0.9.8
title: Supaglue Management API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.6
version: 0.9.8
title: Supaglue CRM API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.6
version: 0.9.8
title: Supaglue Engagement API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Other than the `webhooks` key, we should not use 3.1.0 features since the validation middleware doesn't support it yet
openapi: 3.1.0
info:
version: 0.9.6
version: 0.9.8
title: Supaglue Management API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.6
version: 0.9.8
title: Supaglue CRM API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.9.6
version: 0.9.8
title: Supaglue Engagement API
contact:
name: Supaglue
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Other than the `webhooks` key, we should not use 3.1.0 features since the validation middleware doesn't support it yet
openapi: 3.1.0
info:
version: 0.9.6
version: 0.9.8
title: Supaglue Management API
contact:
name: Supaglue
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": "supaglue",
"version": "0.9.7",
"version": "0.9.8",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/core",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"index": "dist/index.js",
"types": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/db",
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"packageManager": "[email protected]",
"index": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/schemas",
"version": "0.9.7",
"version": "0.9.8",
"scripts": {
"generate": "tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v1/crm/openapi.bundle.json gen/v1/crm.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v1/mgmt/openapi.bundle.json gen/v1/mgmt.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v1/engagement/openapi.bundle.json gen/v1/engagement.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v2/crm/openapi.bundle.json gen/v2/crm.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v2/mgmt/openapi.bundle.json gen/v2/mgmt.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/v2/engagement/openapi.bundle.json gen/v2/engagement.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/sync-workflows",
"version": "0.9.7",
"version": "0.9.8",
"packageManager": "[email protected]",
"dependencies": {
"@supaglue/core": "workspace:*",
Expand Down
Loading

1 comment on commit b7be64c

@vercel
Copy link

@vercel vercel bot commented on b7be64c Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.