Skip to content

Commit

Permalink
[bitnami/supabase-*] Deprecate Supabase components (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan131 authored Aug 29, 2024
1 parent 40cc373 commit fd0d46c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ $ docker run bitnami/postgresql cat /opt/bitnami/postgresql/.spdx-postgresql.spd

## Deprecation notes

### 2024-09

- supabase
- supabase-pljava
- supabase-postgres-meta
- supabase-postgres
- supabase-realtime
- supabase-storage
- supabase-vault
- supabase-wrappers

### 2024-07

- ActiveMQ
Expand Down
3 changes: 2 additions & 1 deletion config/components/supabase-pljava.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-pljava"
"name": "supabase-pljava",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-postgres-meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-postgres-meta"
"name": "supabase-postgres-meta",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-postgres.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-postgres"
"name": "supabase-postgres",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-realtime.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-realtime"
"name": "supabase-realtime",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-storage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-storage"
"name": "supabase-storage",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-vault.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-vault"
"name": "supabase-vault",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase-wrappers.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase-wrappers"
"name": "supabase-wrappers",
"to-be-deprecated": "20240929"
}
3 changes: 2 additions & 1 deletion config/components/supabase.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "supabase"
"name": "supabase",
"to-be-deprecated": "20240929"
}

0 comments on commit fd0d46c

Please sign in to comment.