Skip to content

Latest commit

 

History

History
118 lines (55 loc) · 6.58 KB

File metadata and controls

118 lines (55 loc) · 6.58 KB

Changelog

2.9.1 (2026-09-11)

Bug Fixes

  • replace osmtogeojson with osm2geojson-lite (#594) (478796e)

2.9.0 (2026-08-18)

Features

  • add /healthz and /readyz probes with a graceful drain (#570) (000b6e8)

2.8.0 (2026-08-17)

Features

  • chart: ship the Grafana dashboard from the chart (#567) (319a51f)

2.7.1 (2026-08-17)

Bug Fixes

  • renovate: correct matchDatasources to matchManagers for dockerfile (#563) (89d8dd6)
  • renovate: stop disabling GitHub Actions updates (#559) (b4237bd)

2.7.0 (2026-08-16)

Features

  • logger: set the log level from LOG_LEVEL (#555) (47aa591)

2.6.0 (2026-08-16)

Features

  • observability: add a Grafana dashboard for the exported metrics (#552) (4a3ac9e)

Bug Fixes

  • osm: send the real app version in the User-Agent (#554) (ec2cb76)

2.5.0 (2026-08-15)

Features

  • export: add kml and kmz endpoints for Google Earth (#544) (acec9a4)

Bug Fixes

  • api: answer 404 for a relation OSM cannot return (#547) (1300882)
  • osm: fetch relations from the OSM API instead of Overpass (#545) (78f252f)

2.4.0 (2026-08-14)

Features

  • logging: cap the log files by size and count (#540) (32fd443)
  • metrics: export prometheus metrics on a separate port (#542) (77bc227)

Bug Fixes

  • logging: write to stdout in production (#543) (1f5be29)

2.3.0 (2026-08-14)

Features

  • api: validate query params and reject bad input with 400 (#537) (b101685)
  • chart: add optional PVC for the winston log files (#539) (96e6287)

2.2.0 (2026-08-13)

Features

  • chart: add HTTPRoute and Ingress templates (#531) (b6c62bc)
  • ci: build the image for amd64 and arm64 (#534) (77d00ee)

Bug Fixes

  • ci: publish release charts without the v prefix (#529) (e6d08bb)
  • ci: sweep unreferenced package versions by reachability (#535) (f4dd787)

2.1.1 (2026-08-13)

Bug Fixes

  • ci: only run CI on branch pushes, not tags (#526) (9b12214)
  • ci: wait before pruning a deleted branch's images (#528) (5c81885)

2.1.0 (2026-08-13)

Features

  • add GitHub Actions workflow to enforce conventional PR titles (#520) (8e8cb68)

Bug Fixes

  • ci: run release-please with a GitHub App token (#525) (35be176)
  • deps: Lock file maintenance (#523) (6969204)