Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update singlestore connector metadata to version 0.0.4 #321

Merged
merged 4 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions registry/hasura/singlestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ When the wizard runs, you'll be prompted to enter the following env vars necessa
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------- |
| SINGLESTORE_HOST | localhost | Hostname of the SingleStore database to connect with. |
| SINGLESTORE_PORT | 3306 | Port number of the SingleStore database. |
| SINGLESTORE_USER | | SingleStore user to authenticate as. |
| SINGLESTORE_PASSWORD | | Password of the SingleStore database user. |
| SINGLESTORE_DATABASE | | Name of the SingleStore database to connect with. |
| SINGLESTORE_SSL_CA | | Path to the trusted CA certificate file. |
| SINGLESTORE_SSL_CERT | | Path to the certificate chain file in PEM format. |
| SINGLESTORE_SSL_KEY | | Path to the private key file in PEM format. |
| SINGLESTORE_SSL_CA | | CA certificate. |
| SINGLESTORE_SSL_CERT | | Certificate chain in PEM format. |
| SINGLESTORE_SSL_KEY | | Private key in PEM format. |
| SINGLESTORE_SSL_CIPHERS | | Cipher suite specification. If specified, it replaces the default value. |
| SINGLESTORE_SSL_PASSPHRASE | | Cipher suite specification. If specified, it replaces the default value. |
| SINGLESTORE_SSL_PASSPHRASE | | Shared passphrase used for a single private key. |
| SINGLESTORE_SSL_REJECT_UNAUTHORIZED | true | If enabled, the server rejects any connection that is not authorized with the list of supplied CAs. |

The connector uses [MySQL2](https://sidorares.github.io/node-mysql2/docs) library to establish a connection. For more
Expand Down
12 changes: 11 additions & 1 deletion registry/hasura/singlestore/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"database"
],
"latest_version": "v0.0.3"
"latest_version": "v0.0.4"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -34,6 +34,16 @@
"tag": "v0.0.3",
"hash": "72ed900d5cc6819614fa27bba7bdba8977eedc6d",
"is_verified": false
},
{
"tag": "v0.0.4",
"hash": "4a7e713a767d9899c6b81d455ba76b7b75602d06",
"is_verified": false
},
{
"tag": "v0.0.4",
"hash": "f26ee20fedf4578a29ff3199561b2882d70f915a",
"is_verified": false
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.0.4",
"uri": "https://github.com/singlestore-labs/singlestore-hasura-connector/releases/download/v0.0.4/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "1532508dfff96f003adc16ad9b440b779733ee8fdfe9d1b07c4f8d8edea05188"
},
"source": {
"hash": "f26ee20fedf4578a29ff3199561b2882d70f915a"
}
}
Loading