diff --git a/CHANGELOG.md b/CHANGELOG.md index 4402fcc19..9c7060325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -## 1.9.0 +## 1.10.0 Release built: _not released yet_ +## 1.9.1 +Release built: 20.11.2024 + +### What’s new? +- Added support for the `cuttlefish-part2` protocol version. + +## 1.9.0 +Release built: 18.11.2024 + ### What’s new? - Added support for the `cuttlefish` protocol version. diff --git a/deployment/ci.env b/deployment/ci.env index 1e0fcaf35..d20e2088f 100644 --- a/deployment/ci.env +++ b/deployment/ci.env @@ -1,4 +1,4 @@ # Git commit version of most recent Node compatible with this Network Gateway (only used in CI/CD environments) -FULLNODE_COMMIT=e3e2d8c62291fd0dcd009ac0d98ef88b86988735 -FULLNODE_VERSION=sha-37b144d +FULLNODE_COMMIT=2c3182e18d3fc98c02661458911747bef99947ad +FULLNODE_VERSION=sha-23ea8a7 POSTGRES_VERSION=15.2.0 diff --git a/deployment/docker-compose.yml b/deployment/docker-compose.yml index 5976ca998..0213f197a 100644 --- a/deployment/docker-compose.yml +++ b/deployment/docker-compose.yml @@ -51,13 +51,13 @@ services: retries: 3 database_migrations: # This is the base -- the _image and _built containers are defined below - image: "radixdlt/babylon-ng-database-migrations:v1.9.0" + image: "radixdlt/babylon-ng-database-migrations:v1.9.1" profiles: ["NONE"] environment: ConnectionStrings__NetworkGatewayMigrations: "Host=postgres_db:5432;Database=${POSTGRES_DB_NAME};Username=${POSTGRES_SUPERUSER};Password=${POSTGRES_SUPERUSER_PASSWORD}" data_aggregator: # This is the base -- the _image and _built containers are defined below - image: "radixdlt/babylon-ng-data-aggregator:v1.9.0" + image: "radixdlt/babylon-ng-data-aggregator:v1.9.1" profiles: ["NONE"] deploy: restart_policy: @@ -97,7 +97,7 @@ services: - ./data-aggregator-fixed-configuration.json:/home/radixdlt/network-gateway/config.json gateway_api: # This is the base -- the _image and _built containers are defined below - image: "radixdlt/babylon-ng-gateway-api:v1.9.0" + image: "radixdlt/babylon-ng-gateway-api:v1.9.1" profiles: ["NONE"] ports: - "127.0.0.1:5308:8080" # This allows you to connect to the API at http://localhost:5308