From c9a02ee9974e78e1ab3fefaef9ba2ff1daa91f59 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 20 May 2026 10:52:33 +0300 Subject: [PATCH] chore(master): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ helm/Chart.yaml | 4 +++- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..087a775 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0a0a90a..bac563b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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