Skip to content

Commit

Permalink
update to fix version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Mar 12, 2024
1 parent a5ee319 commit e28ebe3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog documents changes between release tags.
## [Unreleased]
Upcoming changes for the next versioned release.

## [0.1.3] - 2024-03-12
* Setting up github workflow

## [0.1.2] - 2024-03-12
* Setting up github workflow

Expand Down
4 changes: 2 additions & 2 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: ghcr.io/hasura/ndc-qdrant:0.1.1
dockerImage: ghcr.io/hasura/ndc-qdrant:0.1.3
supportedEnvironmentVariables:
- name: QDRANT_URL
description: The url for the Qdrant database
- name: QDRANT_API_KEY
description: The Qdrant API Key
commands:
update: docker run -it --rm -e QDRANT_URL="$QDRANT_URL" -e QDRANT_API_KEY="$QDRANT_API_KEY" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-qdrant:0.1.1 update
update: docker run -it --rm -e QDRANT_URL="$QDRANT_URL" -e QDRANT_API_KEY="$QDRANT_API_KEY" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-qdrant:0.1.3 update
dockerComposeWatch:
- path: ./
target: /etc/connector
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndc-qdrant",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit e28ebe3

Please sign in to comment.