Skip to content

Commit 5c9f7f6

Browse files
chore(master): release 3.0.0 (#20)
1 parent dc63f42 commit 5c9f7f6

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.6"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
## [3.0.0](https://github.com/MapColonies/geoserver-polygon-parts/compare/v2.1.6...v3.0.0) (2026-02-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update side car and helm (MAPCO-4963) ([#9](https://github.com/MapColonies/geoserver-polygon-parts/issues/9))
11+
12+
### Features
13+
14+
* geoserver persistent dataDir (MAPCO-4961, MAPCO-4983) ([#7](https://github.com/MapColonies/geoserver-polygon-parts/issues/7)) ([63421ca](https://github.com/MapColonies/geoserver-polygon-parts/commit/63421ca18695384e4b448237c54cfdf775ac1402))
15+
* new attributes + configure to readonly ([#4](https://github.com/MapColonies/geoserver-polygon-parts/issues/4)) ([699ea56](https://github.com/MapColonies/geoserver-polygon-parts/commit/699ea569886a24e62ae93c2235711e9a7c0866b2))
16+
* reload geoserver on NFS change (MAPCO-7825) ([#15](https://github.com/MapColonies/geoserver-polygon-parts/issues/15)) ([b723d65](https://github.com/MapColonies/geoserver-polygon-parts/commit/b723d65a8a3eeb7035d8d7f07d123e406f9b8266))
17+
* telemetry envs ([#12](https://github.com/MapColonies/geoserver-polygon-parts/issues/12)) ([1170b7a](https://github.com/MapColonies/geoserver-polygon-parts/commit/1170b7acefd46daf8ea9646bf97483d693ab8c30))
18+
* this first PR implement the basic logic of configure geoserver as wfs service for PP ([#1](https://github.com/MapColonies/geoserver-polygon-parts/issues/1)) ([4fb5490](https://github.com/MapColonies/geoserver-polygon-parts/commit/4fb5490479da1db8ab9a9ed1f86c2999e7aa5947))
19+
* Update side car and helm (MAPCO-4963) ([#9](https://github.com/MapColonies/geoserver-polygon-parts/issues/9)) ([b14729c](https://github.com/MapColonies/geoserver-polygon-parts/commit/b14729c61c4319aa6562c57c82dc38b2fe347532))
20+
* update workflows and configurations for maintenance and node version (MAPCO-9820) ([#19](https://github.com/MapColonies/geoserver-polygon-parts/issues/19)) ([dc63f42](https://github.com/MapColonies/geoserver-polygon-parts/commit/dc63f4282178df4d17a75e036c79195d26adbcdb))
21+
22+
23+
### Bug Fixes
24+
25+
* add configMap ([#13](https://github.com/MapColonies/geoserver-polygon-parts/issues/13)) ([659932f](https://github.com/MapColonies/geoserver-polygon-parts/commit/659932fed453826c84a2bec2f1f7a8e9eec51ee7))
26+
* change naming of release products ([#2](https://github.com/MapColonies/geoserver-polygon-parts/issues/2)) ([608543d](https://github.com/MapColonies/geoserver-polygon-parts/commit/608543da6afff339b566db3c9a145eb8b278dcd7))
27+
* client max body size ([#14](https://github.com/MapColonies/geoserver-polygon-parts/issues/14)) ([34907b9](https://github.com/MapColonies/geoserver-polygon-parts/commit/34907b98a3b56fe61fad45e7ccf3a9c324accd3e))
28+
* get LayerName as original productId and Type from catalog(MAPCO-5241) ([#10](https://github.com/MapColonies/geoserver-polygon-parts/issues/10)) ([b118dd9](https://github.com/MapColonies/geoserver-polygon-parts/commit/b118dd9ec543afc85af6fe69fa19070a3bdd1cd9))
29+
* helm modifications ([#8](https://github.com/MapColonies/geoserver-polygon-parts/issues/8)) ([65f7155](https://github.com/MapColonies/geoserver-polygon-parts/commit/65f7155e11cc40d0dd7f87b114083fdac1f77d3a))
30+
* log ([#11](https://github.com/MapColonies/geoserver-polygon-parts/issues/11)) ([25be8ae](https://github.com/MapColonies/geoserver-polygon-parts/commit/25be8ae46cc5ae20ab14307312f5259b32af568c))
31+
* remove proxy hide headers cors ([#16](https://github.com/MapColonies/geoserver-polygon-parts/issues/16)) ([a7ca382](https://github.com/MapColonies/geoserver-polygon-parts/commit/a7ca382ad6a27f8a5f26401eabd566e3957db112))
32+
* workflow ([8f0e937](https://github.com/MapColonies/geoserver-polygon-parts/commit/8f0e9371f539276cf3e4a092570d9ad523fade96))
33+
534
### [2.1.6](https://github.com/MapColonies/geoserver-polygon-parts/compare/v2.1.4...v2.1.6) (2025-12-31)
635

736
### [2.1.5](https://github.com/MapColonies/geoserver-polygon-parts/compare/v2.1.4...v2.1.5) (2025-12-21)

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: pp-geoserver
33
type: application
4-
version: 2.1.6
5-
appVersion: 2.1.6
4+
version: 3.0.0
5+
appVersion: 3.0.0
66
description: Chart for geoserver in openshift
77
dependencies:
88
- name: nginx

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pp-geoserver-side-car",
3-
"version": "2.1.6",
3+
"version": "3.0.0",
44
"description": "this utility create initial geoserver connection & set polygonParts mappings",
55
"main": "./src/index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)