From 211c053444e0c3176fb5c0283ecd4b2bc1a77d1a Mon Sep 17 00:00:00 2001 From: Andrea Borghi Date: Wed, 5 Apr 2023 17:29:09 +0200 Subject: [PATCH] change docs to v1.0-RC32 --- README.md | 2 +- .../docker-compose/stable/jdbcconfig/docker-compose.yml | 4 ++-- .../docker-compose/stable/shared_datadir/docker-compose.yml | 4 ++-- docs/deploy/podman/traditional/manual/podman.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8dd7cc829..4e8d0db25 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Follow the [developer's guide](docs/develop/index.md) to know more about the pro ## Status -`v1.0-RC31` released against GeoServer `2.22.2`. +`v1.0-RC32` released against GeoServer `2.22.2`. Read the [changelog](https://github.com/geoserver/geoserver-cloud/releases/tag/v1.0-RC14) for more information. diff --git a/docs/deploy/docker-compose/stable/jdbcconfig/docker-compose.yml b/docs/deploy/docker-compose/stable/jdbcconfig/docker-compose.yml index da9944749..23c08775e 100644 --- a/docs/deploy/docker-compose/stable/jdbcconfig/docker-compose.yml +++ b/docs/deploy/docker-compose/stable/jdbcconfig/docker-compose.yml @@ -75,8 +75,8 @@ services: SPRING_PROFILES_ACTIVE: git # 'git' profile config CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git - # get the config for this release from the v1.0-RC31 tag - SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC31 + # get the config for this release from the v1.0-RC32 tag + SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC32 # where to store the cloned repository, if unset, it'll use /tmp/config-repo- CONFIG_GIT_BASEDIR: /tmp/git_config # 'native' profile config diff --git a/docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml b/docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml index d886c8a9c..3f21b5c9c 100644 --- a/docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml +++ b/docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml @@ -65,8 +65,8 @@ services: SPRING_PROFILES_ACTIVE: git # 'git' profile config CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git - # get the config for this release from the v1.0-RC31 tag - SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC31 + # get the config for this release from the v1.0-RC32 tag + SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.0-RC32 # where to store the cloned repository, if unset, it'll use /tmp/config-repo- CONFIG_GIT_BASEDIR: /tmp/git_config # 'native' profile config diff --git a/docs/deploy/podman/traditional/manual/podman.md b/docs/deploy/podman/traditional/manual/podman.md index e63ad7359..58585bfb7 100644 --- a/docs/deploy/podman/traditional/manual/podman.md +++ b/docs/deploy/podman/traditional/manual/podman.md @@ -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.0-RC31 \ + -e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.0-RC32 \ -e CONFIG_GIT_BASEDIR=/opt/app/git_config \ geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION ```