Skip to content

Commit

Permalink
Merge branch 'Greenstand:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dagmawig authored Mar 31, 2022
2 parents 1af14ae + 024893a commit 370717f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.12.0](https://github.com/Greenstand/treetracker-query-api/compare/v1.11.0...v1.12.0) (2022-03-26)

### Features

- deploy to test ([0791c49](https://github.com/Greenstand/treetracker-query-api/commit/0791c49040ac3bd3f427dffe999e18ae8254963f))

# [1.11.0](https://github.com/Greenstand/treetracker-query-api/compare/v1.10.0...v1.11.0) (2022-03-18)

### Features
Expand Down
15 changes: 15 additions & 0 deletions deployment/overlays/test/mapping.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: getambassador.io/v2
kind: Mapping
metadata:
name: treetracker-query-api
spec:
cors:
cors:
origins:
- '*'
headers:
- Content-Type
- Authorization
methods:
- 'GET, POST, PATCH, PUT, OPTIONS, DELETE'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treetracker-query-api",
"version": "1.11.0",
"version": "1.12.0",
"private": false,
"keywords": [
"ecology"
Expand Down

0 comments on commit 370717f

Please sign in to comment.