Skip to content

Releases: geoserver/geoserver-cloud

v1.8.7

04 Jul 19:24
v1.8.7
Compare
Choose a tag to compare

What's Changed

  • Dependency upgrade: spring-framework:5.3.37, spring-security:5.7.12, netty:4.1.111 by @groldan in #494

Full Changelog: v1.8.6...v1.8.7

v1.8.6

02 Jul 03:32
v1.8.6
Compare
Choose a tag to compare

This release integrates cosign signatures in all published docker images.

In order to verify the signatures, install cosign, download the cosign.pub file containing the public key, and run

cosign verify --key cosign.pub geoservercloud/<image name>:1.8.6

What's Changed

  • Cosign integration. Docker images signature and validation in github actions by @groldan in #492

Full Changelog: v1.8.5...v1.8.6

Release 1.8.5

20 Jun 17:06
v1.8.5
Compare
Choose a tag to compare

This is an important security release upgrade to GeoServer 2.25.2. See the GeoServer blog for more information.

Thanks to the NexSIS project for sponsoring this release.

What's Changed

Full Changelog: v1.8.4...v1.8.5

Release 1.8.4

17 Jun 01:41
v1.8.4
Compare
Choose a tag to compare

What's Changed

  • Implement eventual consistency enforcement for the datadir catalog backend by @groldan in #485
  • Enable logstash-formatted JSON logging to the console #487 by @groldan in #488
  • Dependency upgrade: geoserver 2.25.0.4-CLOUD by @groldan in #486

Full Changelog: v1.8.3...v1.8.4

Release 1.8.3

25 May 01:41
v1.8.3
Compare
Choose a tag to compare

What's changed

Some improvements and fixes backported from the main (1.9-SNAPSHOT) development branch.

Improvements

f77ae33 share webui authentication with the other services through the gateway
63d0e77 Build LayerGroupContainmentCache's cache asynchronously

Bug fixes

82e7d26 Fix gateway root URI with missing trailing / redirect to webui
5e1ee96 Fix RepositoryCatalogFacadeImpl's query of PublishedInfo.class

Misc

dc5e7e2 General code clean up

Full Changelog: v1.8.2...v1.8.3

Release 1.8.2

16 May 04:10
v1.8.2
Compare
Choose a tag to compare

What's Changed

  • pgconfig: fix error in resourcestore moving a path to itself by @groldan in #465
  • Fix bug in CachingCatalogFacade's cascade eviction by @groldan in #466
  • refactor pgconfig package and class names replacing pgsql by pgconfig by @groldan in #467
  • Make LayerGroupContainmentCache available only on required services by @groldan in #469
  • Dependency upgrade: GeoServer 2.25.0.2-CLOUD by @groldan in #470
  • Make GeoServerHomePage.selectionMode system property default to TEXT by @groldan in #471

Full Changelog: v1.8.1...v1.8.2

v1.8.1

06 May 02:28
v1.8.1
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • datadir: fix unreleased lock on global.xml starting off an empt datadir by @groldan in #457
  • Add missing ExtendedCatalogFacade methods to ResolvingCatalogFacadeDecorator by @groldan in #458
  • Dependency upgrade: GeoServer 2.25.0.1-CLOUD (fixes #303) by @groldan in #459
  • pgconfig: synchronize resources upon CatalogInfo object changes by @groldan in #461
  • Fix SpringEnvironmentAwareGeoToolsHttpClientFactory registration by @groldan in #463

Improvements

Full Changelog: v1.8.0...v1.8.1

Release 1.8.0

25 Apr 19:53
v1.8.0
Compare
Choose a tag to compare

What's Changed

Improvements

  • PgsqlResourceStore performance improvement by @groldan in #453
  • pgconfig: save resource store temporary or auxiliary folders only on disk by @groldan in #454

Bug fixes

  • Fix GWC not storing tiles on disk when using pgconfig catalog backend by @groldan in #450
  • Fix error saving layers/groups with pgconfig and gwc enabled. by @groldan in #455

Dependencies

  • Dependency upgrade: flyway 9.22.3 -> 10.10.0 by @groldan in #440
  • Upgrade ACL to 2.2.0, includes deleteAll API by @groldan in #449

Misc

New Contributors

Full Changelog: v1.7.3...v1.8.0

Release 1.7.3

24 Apr 14:52
v1.7.3
Compare
Choose a tag to compare

What's changed

  • Avoid NPE in PgsqlGwcInitializer, TileLayerEvent.getOldName() may be null by @groldan at 53340c6

Full Changelog: v1.7.2...v1.7.3

Release 1.7.2

19 Apr 12:43
v1.7.2
Compare
Choose a tag to compare

What's Changed

  • Upgrade ACL to 2.2.0, includes deleteAll API by @groldan in #452
  • Fix GWC not storing tiles on disk when using pgconfig catalog backend by @groldan in #451

Full Changelog: v1.7.1...v1.7.2