Skip to content

Commit

Permalink
Update docs to point to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Dec 18, 2024
1 parent 4d53019 commit d085cc4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If you're looking for instructions to just get *GeoServer Cloud* up and running

## Status

`v1.9.0` released on top of GeoServer `2.26.1`.
`v1.9.1` released on top of GeoServer `2.26.1`.

Check out the full [Release Notes](https://github.com/geoserver/geoserver-cloud/releases) for a changelog.

Expand Down
20 changes: 10 additions & 10 deletions docs/deploy/docker-compose/stable/datadir/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
memory: 1G

discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.0
image: geoservercloud/geoserver-cloud-discovery:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
ports:
- 8761:8761
Expand All @@ -39,7 +39,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.9.0
image: geoservercloud/geoserver-cloud-config:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- discovery
Expand All @@ -50,7 +50,7 @@ services:
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.0
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
# Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes:
# - ./config:/etc/geoserver
Expand All @@ -63,7 +63,7 @@ services:
# 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)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.0
image: geoservercloud/geoserver-cloud-gateway:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -80,7 +80,7 @@ services:

# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.0
image: geoservercloud/geoserver-cloud-wfs:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -97,7 +97,7 @@ services:

# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.9.0
image: geoservercloud/geoserver-cloud-wms:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -116,7 +116,7 @@ services:

# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.0
image: geoservercloud/geoserver-cloud-wcs:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -133,7 +133,7 @@ services:

# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.9.0
image: geoservercloud/geoserver-cloud-rest:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -152,7 +152,7 @@ services:

# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.9.0
image: geoservercloud/geoserver-cloud-webui:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -169,7 +169,7 @@ services:
cpus: '2.0'
memory: 1G
gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.0
image: geoservercloud/geoserver-cloud-gwc:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand Down
20 changes: 10 additions & 10 deletions docs/deploy/docker-compose/stable/jdbcconfig/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
memory: 1G

discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.0
image: geoservercloud/geoserver-cloud-discovery:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
restart: unless-stopped
deploy:
Expand All @@ -45,7 +45,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.9.0
image: geoservercloud/geoserver-cloud-config:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- discovery
Expand All @@ -56,7 +56,7 @@ services:
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.0
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
# Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes:
# - ./config:/etc/geoserver
Expand All @@ -69,7 +69,7 @@ services:
# 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)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.0
image: geoservercloud/geoserver-cloud-gateway:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
Expand All @@ -86,7 +86,7 @@ services:

# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.0
image: geoservercloud/geoserver-cloud-wfs:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand All @@ -103,7 +103,7 @@ services:

# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.9.0
image: geoservercloud/geoserver-cloud-wms:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand All @@ -123,7 +123,7 @@ services:

# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.0
image: geoservercloud/geoserver-cloud-wcs:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand All @@ -140,7 +140,7 @@ services:

# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.9.0
image: geoservercloud/geoserver-cloud-rest:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand All @@ -159,7 +159,7 @@ services:

# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.9.0
image: geoservercloud/geoserver-cloud-webui:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand All @@ -177,7 +177,7 @@ services:
cpus: '2.0'
memory: 1G
gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.0
image: geoservercloud/geoserver-cloud-gwc:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
config:
Expand Down
24 changes: 12 additions & 12 deletions docs/deploy/docker-compose/stable/pgconfig/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
memory: 2G

discovery:
image: geoservercloud/geoserver-cloud-discovery:1.9.0
image: geoservercloud/geoserver-cloud-discovery:1.9.1
user: 1000:1000
depends_on:
- config
Expand All @@ -91,15 +91,15 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.9.0
image: geoservercloud/geoserver-cloud-config:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
environment:
# default to `native` loading the config embedded in /etc/geoserver
# use `git` to fetch the config from a git reposiroty, and CONFIG_GIT_URI to change
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
SPRING_PROFILES_ACTIVE: native
# If using the `git` profile, get the config from this tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.0
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
# Uncoment to bind to a local filesystem directory if using the 'native' profile
#volumes:
# - ./config:/etc/geoserver
Expand All @@ -112,7 +112,7 @@ services:
# Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.9.0
image: geoservercloud/geoserver-cloud-gateway:1.9.1
user: 1000:1000
depends_on:
- discovery
Expand All @@ -129,7 +129,7 @@ services:

# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.9.0
image: geoservercloud/geoserver-cloud-wfs:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -148,7 +148,7 @@ services:

# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.9.0
image: geoservercloud/geoserver-cloud-wms:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -167,7 +167,7 @@ services:

# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.9.0
image: geoservercloud/geoserver-cloud-wcs:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -186,7 +186,7 @@ services:

# WPS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wps=5)
wps:
image: geoservercloud/geoserver-cloud-wps:1.9.0
image: geoservercloud/geoserver-cloud-wps:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -205,7 +205,7 @@ services:

# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.9.0
image: geoservercloud/geoserver-cloud-rest:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -224,7 +224,7 @@ services:

# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.9.0
image: geoservercloud/geoserver-cloud-webui:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -242,7 +242,7 @@ services:
replicas: 1

gwc:
image: geoservercloud/geoserver-cloud-gwc:1.9.0
image: geoservercloud/geoserver-cloud-gwc:1.9.1
extends:
service: geoserver
depends_on:
Expand All @@ -260,7 +260,7 @@ services:
replicas: 1

geoserver:
image: geoservercloud/geoserver-cloud-webui:1.9.0
image: geoservercloud/geoserver-cloud-webui:1.9.1
user: 1000:1000 # set the userid:groupid the container runs as
environment:
SPRING_PROFILES_ACTIVE: "pgconfig,acl"
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy/podman/traditional/manual/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to speed up the "starting" part of the documentation we are going to do

```bash
podman pull docker.io/library/rabbitmq:3.9-management
export GSCLOUD_VERSION=1.9.0
export GSCLOUD_VERSION=1.9.1

for service in discovery config gateway rest webui wms wfs wcs
do
Expand Down Expand Up @@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
--network gs-cloud-network \
-e SPRING_PROFILES_ACTIVE=git \
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.0 \
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.1 \
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The following diagram depicts the system's general architecture:
# Project Status

Version `1.9.0` has been released against a slightly customized GeoServer `2.26.1`
Version `1.9.1` 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
directory or database. We will make sure to contribute those fixes upstream before the final
release.
Expand Down

0 comments on commit d085cc4

Please sign in to comment.