Skip to content

Commit 211c053

Browse files
committed
change docs to v1.0-RC32
1 parent b675331 commit 211c053

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Follow the [developer's guide](docs/develop/index.md) to know more about the pro
181181

182182
## Status
183183

184-
`v1.0-RC31` released against GeoServer `2.22.2`.
184+
`v1.0-RC32` released against GeoServer `2.22.2`.
185185

186186
Read the [changelog](https://github.com/geoserver/geoserver-cloud/releases/tag/v1.0-RC14) for more information.
187187

docs/deploy/docker-compose/stable/jdbcconfig/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ services:
7575
SPRING_PROFILES_ACTIVE: git
7676
# 'git' profile config
7777
CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git
78-
# get the config for this release from the v1.0-RC31 tag
79-
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC31
78+
# get the config for this release from the v1.0-RC32 tag
79+
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC32
8080
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
8181
CONFIG_GIT_BASEDIR: /tmp/git_config
8282
# 'native' profile config

docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ services:
6565
SPRING_PROFILES_ACTIVE: git
6666
# 'git' profile config
6767
CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git
68-
# get the config for this release from the v1.0-RC31 tag
69-
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC31
68+
# get the config for this release from the v1.0-RC32 tag
69+
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC32
7070
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
7171
CONFIG_GIT_BASEDIR: /tmp/git_config
7272
# 'native' profile config

docs/deploy/podman/traditional/manual/podman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
7171
--network gs-cloud-network \
7272
-e SPRING_PROFILES_ACTIVE=git \
7373
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
74-
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.0-RC31 \
74+
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.0-RC32 \
7575
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \
7676
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
7777
```

0 commit comments

Comments
 (0)