Update docs to point to 1.9.2

This commit is contained in:
Gabriel Roldan 2025-01-27 01:15:05 -03:00
parent 96d4df585e
commit 0f357a3019
No known key found for this signature in database
GPG Key ID: 697E8F9DF72128E1
6 changed files with 36 additions and 36 deletions

View File

@ -97,7 +97,7 @@ If you're looking for instructions to just get *GeoServer Cloud* up and running
## Status ## Status
`v1.9.1` released on top of GeoServer `2.26.1`. `v1.9.2` released on top of GeoServer `2.26.1`.
Check out the full [Release Notes](https://github.com/geoserver/geoserver-cloud/releases) for a changelog. Check out the full [Release Notes](https://github.com/geoserver/geoserver-cloud/releases) for a changelog.

View File

@ -24,7 +24,7 @@ services:
memory: 1G memory: 1G
discovery: discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.1 image: geoservercloud/geoserver-cloud-discovery:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
ports: ports:
- 8761:8761 - 8761:8761
@ -39,7 +39,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll # microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled # register itself with the Eureka discovery service and can be scaled
config: config:
image: geoservercloud/geoserver-cloud-config:1.9.1 image: geoservercloud/geoserver-cloud-config:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- discovery - discovery
@ -50,7 +50,7 @@ services:
# the default repository https://github.com/geoserver/geoserver-cloud-config.git # the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag # If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1 SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
# Uncoment to bind to a local filesystem directory if using the 'native' profile # Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes: #volumes:
# - ./config:/etc/geoserver # - ./config:/etc/geoserver
@ -63,7 +63,7 @@ services:
# Application facade, provides a single entry point routing to all # Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc) # microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
gateway: gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.1 image: geoservercloud/geoserver-cloud-gateway:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -80,7 +80,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5) # WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs: wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.1 image: geoservercloud/geoserver-cloud-wfs:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -97,7 +97,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5) # WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms: wms:
image: geoservercloud/geoserver-cloud-wms:1.9.1 image: geoservercloud/geoserver-cloud-wms:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -116,7 +116,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5) # WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs: wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.1 image: geoservercloud/geoserver-cloud-wcs:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -133,7 +133,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5) # REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest: rest:
image: geoservercloud/geoserver-cloud-rest:1.9.1 image: geoservercloud/geoserver-cloud-rest:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -152,7 +152,7 @@ services:
# WEB UI microservice # WEB UI microservice
webui: webui:
image: geoservercloud/geoserver-cloud-webui:1.9.1 image: geoservercloud/geoserver-cloud-webui:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -169,7 +169,7 @@ services:
cpus: '2.0' cpus: '2.0'
memory: 1G memory: 1G
gwc: gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.1 image: geoservercloud/geoserver-cloud-gwc:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config

View File

@ -32,7 +32,7 @@ services:
memory: 1G memory: 1G
discovery: discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.1 image: geoservercloud/geoserver-cloud-discovery:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
restart: unless-stopped restart: unless-stopped
deploy: deploy:
@ -45,7 +45,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll # microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled # register itself with the Eureka discovery service and can be scaled
config: config:
image: geoservercloud/geoserver-cloud-config:1.9.1 image: geoservercloud/geoserver-cloud-config:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- discovery - discovery
@ -56,7 +56,7 @@ services:
# the default repository https://github.com/geoserver/geoserver-cloud-config.git # the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag # If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1 SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
# Uncoment to bind to a local filesystem directory if using the 'native' profile # Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes: #volumes:
# - ./config:/etc/geoserver # - ./config:/etc/geoserver
@ -69,7 +69,7 @@ services:
# Application facade, provides a single entry point routing to all # Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc) # microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
gateway: gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.1 image: geoservercloud/geoserver-cloud-gateway:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
- config - config
@ -86,7 +86,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5) # WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs: wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.1 image: geoservercloud/geoserver-cloud-wfs:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:
@ -103,7 +103,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5) # WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms: wms:
image: geoservercloud/geoserver-cloud-wms:1.9.1 image: geoservercloud/geoserver-cloud-wms:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:
@ -123,7 +123,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5) # WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs: wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.1 image: geoservercloud/geoserver-cloud-wcs:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:
@ -140,7 +140,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5) # REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest: rest:
image: geoservercloud/geoserver-cloud-rest:1.9.1 image: geoservercloud/geoserver-cloud-rest:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:
@ -159,7 +159,7 @@ services:
# WEB UI microservice # WEB UI microservice
webui: webui:
image: geoservercloud/geoserver-cloud-webui:1.9.1 image: geoservercloud/geoserver-cloud-webui:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:
@ -177,7 +177,7 @@ services:
cpus: '2.0' cpus: '2.0'
memory: 1G memory: 1G
gwc: gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.1 image: geoservercloud/geoserver-cloud-gwc:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
depends_on: depends_on:
config: config:

View File

@ -75,7 +75,7 @@ services:
memory: 2G memory: 2G
discovery: discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.1 image: geoservercloud/geoserver-cloud-discovery:1.9.2
user: 1000:1000 user: 1000:1000
depends_on: depends_on:
- config - config
@ -91,7 +91,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll # microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled # register itself with the Eureka discovery service and can be scaled
config: config:
image: geoservercloud/geoserver-cloud-config:1.9.1 image: geoservercloud/geoserver-cloud-config:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
environment: environment:
# default to `native` loading the config embedded in /etc/geoserver # default to `native` loading the config embedded in /etc/geoserver
@ -99,7 +99,7 @@ services:
# the default repository https://github.com/geoserver/geoserver-cloud-config.git # the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag # If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1 SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
# Uncoment to bind to a local filesystem directory if using the 'native' profile # Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes: #volumes:
# - ./config:/etc/geoserver # - ./config:/etc/geoserver
@ -112,7 +112,7 @@ services:
# Application facade, provides a single entry point routing to all # Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc) # microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
gateway: gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.1 image: geoservercloud/geoserver-cloud-gateway:1.9.2
user: 1000:1000 user: 1000:1000
depends_on: depends_on:
- discovery - discovery
@ -129,7 +129,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5) # WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs: wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.1 image: geoservercloud/geoserver-cloud-wfs:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -148,7 +148,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5) # WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms: wms:
image: geoservercloud/geoserver-cloud-wms:1.9.1 image: geoservercloud/geoserver-cloud-wms:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -167,7 +167,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5) # WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs: wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.1 image: geoservercloud/geoserver-cloud-wcs:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -186,7 +186,7 @@ services:
# WPS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wps=5) # WPS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wps=5)
wps: wps:
image: geoservercloud/geoserver-cloud-wps:1.9.1 image: geoservercloud/geoserver-cloud-wps:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -205,7 +205,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5) # REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest: rest:
image: geoservercloud/geoserver-cloud-rest:1.9.1 image: geoservercloud/geoserver-cloud-rest:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -224,7 +224,7 @@ services:
# WEB UI microservice # WEB UI microservice
webui: webui:
image: geoservercloud/geoserver-cloud-webui:1.9.1 image: geoservercloud/geoserver-cloud-webui:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -242,7 +242,7 @@ services:
replicas: 1 replicas: 1
gwc: gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.1 image: geoservercloud/geoserver-cloud-gwc:1.9.2
extends: extends:
service: geoserver service: geoserver
depends_on: depends_on:
@ -260,7 +260,7 @@ services:
replicas: 1 replicas: 1
geoserver: geoserver:
image: geoservercloud/geoserver-cloud-webui:1.9.1 image: geoservercloud/geoserver-cloud-webui:1.9.2
user: 1000:1000 # set the userid:groupid the container runs as user: 1000:1000 # set the userid:groupid the container runs as
environment: environment:
SPRING_PROFILES_ACTIVE: "pgconfig,acl" SPRING_PROFILES_ACTIVE: "pgconfig,acl"

View File

@ -28,7 +28,7 @@ In order to speed up the "starting" part of the documentation we are going to do
```bash ```bash
podman pull docker.io/library/rabbitmq:4-management-alpine podman pull docker.io/library/rabbitmq:4-management-alpine
export GSCLOUD_VERSION=1.9.1 export GSCLOUD_VERSION=1.9.2
for service in discovery config gateway rest webui wms wfs wcs for service in discovery config gateway rest webui wms wfs wcs
do do
@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
--network gs-cloud-network \ --network gs-cloud-network \
-e SPRING_PROFILES_ACTIVE=git \ -e SPRING_PROFILES_ACTIVE=git \
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \ -e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.1 \ -e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.2 \
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \ -e CONFIG_GIT_BASEDIR=/opt/app/git_config \
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
``` ```

View File

@ -142,7 +142,7 @@ The following diagram depicts the system's general architecture:
# Project Status # Project Status
Version `1.9.1` has been released against a slightly customized GeoServer `2.26.1` Version `1.9.2` has been released against a slightly customized GeoServer `2.26.1`
with some important fixes to allow starting up several GeoServer instances from an empty with some important fixes to allow starting up several GeoServer instances from an empty
directory or database. We will make sure to contribute those fixes upstream before the final directory or database. We will make sure to contribute those fixes upstream before the final
release. release.