Skip to content

Commit 9ca3b61

Browse files
committed
Merge
2 parents 48e7afd + fa2161a commit 9ca3b61

11 files changed

Lines changed: 220 additions & 430 deletions

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: openopsdev
22
services:
33
tables:
44
container_name: tables
5-
image: public.ecr.aws/openops/openops-tables:0.2.7
5+
image: public.ecr.aws/openops/openops-tables:0.2.9
66
environment:
77
BASEROW_PUBLIC_URL: ${OPS_OPENOPS_TABLES_PUBLIC_URL}
88
BASEROW_PRIVATE_URL: http://localhost:3001

deploy/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
environment:
2222
OPS_COMPONENT: app
2323
OPS_VERSION: ${OPS_VERSION:-latest}
24-
OPS_OPENOPS_TABLES_VERSION: 0.2.7
24+
OPS_OPENOPS_TABLES_VERSION: 0.2.9
2525
OPS_ANALYTICS_VERSION: 0.14.1
2626
depends_on:
2727
openops-tables:
@@ -47,7 +47,7 @@ services:
4747
- ${HOST_AZURE_CONFIG_DIR:-openops_azure_cli_data}:/tmp/azure
4848
- ${HOST_CLOUDSDK_CONFIG:-openops_gcloud_cli_data}:/tmp/gcloud
4949
openops-tables:
50-
image: public.ecr.aws/openops/openops-tables:0.2.7
50+
image: public.ecr.aws/openops/openops-tables:0.2.9
5151
restart: unless-stopped
5252
environment:
5353
BASEROW_PUBLIC_URL: ${OPS_OPENOPS_TABLES_PUBLIC_URL}

deploy/helm/openops/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ engine:
9090
tables:
9191
name: openops-tables
9292
image: openops-tables
93-
tag: "0.2.7"
93+
tag: "0.2.9"
9494
replicas: 1
9595
env:
9696
BASEROW_PUBLIC_URL: "{{ .Values.openopsEnv.OPS_OPENOPS_TABLES_PUBLIC_URL }}"

packages/server/api/src/app/authentication/authentication-service/hooks/community-authentication-hooks.ts

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)