Skip to content

Commit

Permalink
Release 4.2.3 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Mar 27, 2024
1 parent 724741f commit 55cbc7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ DOCKER_ENV=production
DOCKER_API_VERSION="1.24"
BACKUPS_VOLUME_DRIVER=local

GEONODE_BASE_IMAGE_VERSION=4.2.2
GEONODE_BASE_IMAGE_VERSION=4.2.3
NGINX_BASE_IMAGE_VERSION=1.25.3-v1
LETSENCRYPT_BASE_IMAGE_VERSION=2.6.0-v1
GEOSERVER_BASE_IMAGE_VERSION=2.23.3-v2
GEOSERVER_DATA_BASE_IMAGE_VERSION=2.23.3-v1
GEOSERVER_BASE_IMAGE_VERSION=2.24.2-v1
GEOSERVER_DATA_BASE_IMAGE_VERSION=2.24.2-v1
POSTGRES_BASE_IMAGE_VERSION=15.3-v1

C_FORCE_ROOT=1
Expand Down
4 changes: 2 additions & 2 deletions dev_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
GEOSERVER_URL: "https://artifacts.geonode.org/geoserver/2.23.0/geoserver.war"
DATA_DIR_URL: "https://artifacts.geonode.org/geoserver/2.23.0/geonode-geoserver-ext-web-app-data.zip"
GEOSERVER_URL: "https://artifacts.geonode.org/geoserver/2.24.2/geoserver.war"
DATA_DIR_URL: "https://artifacts.geonode.org/geoserver/2.24.2/geonode-geoserver-ext-web-app-data.zip"
JETTY_RUNNER_URL: "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.4.31.v20200723/jetty-runner-9.4.31.v20200723.jar"
WINDOWS:
py2exe: "http://downloads.sourceforge.net/project/py2exe/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe"
Expand Down
4 changes: 2 additions & 2 deletions src/dev_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
GEOSERVER_URL: "https://artifacts.geonode.org/geoserver/2.23.0/geoserver.war"
DATA_DIR_URL: "https://artifacts.geonode.org/geoserver/2.23.0/geonode-geoserver-ext-web-app-data.zip"
GEOSERVER_URL: "https://artifacts.geonode.org/geoserver/2.24.2/geoserver.war"
DATA_DIR_URL: "https://artifacts.geonode.org/geoserver/2.24.2/geonode-geoserver-ext-web-app-data.zip"
JETTY_RUNNER_URL: "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.4.31.v20200723/jetty-runner-9.4.31.v20200723.jar"
WINDOWS:
py2exe: "http://downloads.sourceforge.net/project/py2exe/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GeoNode~=4.2.2
GeoNode~=4.2.3

0 comments on commit 55cbc7d

Please sign in to comment.