Skip to content

Commit

Permalink
chore(release): 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenkapelian committed Mar 8, 2023
1 parent 490341b commit 27a0427
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.10.0](https://github.com/MapColonies/exporter-trigger/compare/v2.9.1...v2.10.0) (2023-03-08)

### [2.9.1](https://github.com/MapColonies/exporter-trigger/compare/v2.9.0...v2.9.1) (2023-02-14)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: exporter-trigger
description: A Helm chart for exporter-trigger service
type: application
version: 2.9.1
appVersion: 2.9.1
version: 2.10.0
appVersion: 2.10.0
11 changes: 5 additions & 6 deletions openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: exporter-trigger
description: Service that responsible for activating the export geopackage process
version: 2.9.1
version: 2.10.0
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -55,7 +55,9 @@ paths:
post:
tags:
- createGpkg
summary: Trigger export geopackages based on providing Regions of interest (multi-resolution)
summary: >-
Trigger export geopackages based on providing Regions of interest
(multi-resolution)
operationId: byRoi
requestBody:
$ref: '#/components/requestBodies/ExportByRoiBody'
Expand Down Expand Up @@ -94,7 +96,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/error'

/taskStatus/{jobId}:
get:
tags:
Expand Down Expand Up @@ -251,7 +252,6 @@ components:
- 32.02539369969462
- - 34.82836896556114
- 32.03918441418732

callbackURLs:
- http://example.getmap.com/callback
- http://example.getmap.com/callback2
Expand Down Expand Up @@ -383,11 +383,10 @@ components:
properties:
maxResolutionDeg:
type: number
minimum: 0.00000009
minimum: 9.e-8
maximum: 0.072
format: double
description: max resolution of layer in degrees/pixel
# nullable: true
geometry:
type: object
nullable: true
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": "exporter-trigger",
"version": "2.9.1",
"version": "2.10.0",
"description": "Exporter Trigger Service",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 27a0427

Please sign in to comment.