Skip to content

Commit

Permalink
tweak: Update CI, Changelog and docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Nov 20, 2024
1 parent 1f706cd commit fd2a14a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions deployment/ci.env
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fd2a14a

Please sign in to comment.