Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 1.0.0 (2026-05-20)


### Features

* MAPCO-10463 Add Tests and apply graphql new format ([#17](https://github.com/MapColonies/sync-layer-server/issues/17)) ([43e552d](https://github.com/MapColonies/sync-layer-server/commit/43e552d5de7f69cd01296a3e48889cc0d4985e31))
* MAPCO-10523 Add DB for integration Tests ([#18](https://github.com/MapColonies/sync-layer-server/issues/18)) ([20c0306](https://github.com/MapColonies/sync-layer-server/commit/20c030687e7b854d3282243fd9379579950ac6c3))
* parse Obstacle GeoJSON from third-party (MAPCO-10524) ([#29](https://github.com/MapColonies/sync-layer-server/issues/29)) ([f9e0306](https://github.com/MapColonies/sync-layer-server/commit/f9e03062f669d1d876acfd8f95a1ef49c0ef776f))
* Support values from helm (MAPCO-10525) ([#25](https://github.com/MapColonies/sync-layer-server/issues/25)) ([db13925](https://github.com/MapColonies/sync-layer-server/commit/db13925556c310f1b0207f9cee161c4c961a968e))


### Bug Fixes

* support config from values (MAPCO-10525) ([#26](https://github.com/MapColonies/sync-layer-server/issues/26)) ([4c2ae41](https://github.com/MapColonies/sync-layer-server/commit/4c2ae41e3e79f038ebe394629c118a91acdcfc32))
4 changes: 3 additions & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: v2
name: sync-layer-server
description: Helm chart for the sync-layer-server service, which synchronizes geospatial layers from the third-party API into PostgreSQL
description: >-
Helm chart for the sync-layer-server service, which synchronizes geospatial
layers from the third-party API into PostgreSQL
type: application
version: 1.0.0
appVersion: 1.0.0
Expand Down
Loading