Skip to content

Commit

Permalink
Upgrade ndc rest v0.3.0 and stripe openapi spec v1318 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Oct 24, 2024
1 parent 71956bc commit 8bd3e80
Show file tree
Hide file tree
Showing 22 changed files with 307,535 additions and 58,327 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/hasura/ndc-rest:v0.2.4
FROM ghcr.io/hasura/ndc-rest:v0.3.0

COPY ./config /etc/connector
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NDC_REST_VERSION ?= v0.2.4
NDC_REST_VERSION ?= v0.3.0
UID ?= $(shell id -u)
GID ?= $(shell id -g)

.PHONY: build-schema
build-schema:
go install github.com/hasura/ndc-rest-schema@latest
go install github.com/hasura/ndc-rest/ndc-rest-schema@latest
ndc-rest-schema convert \
-c schema/config.yaml \
-o config/schema.json
Expand Down
Loading

0 comments on commit 8bd3e80

Please sign in to comment.