diff --git a/compose/development-compose.yml b/compose/development-compose.yml index 4c34460..6e6fed8 100644 --- a/compose/development-compose.yml +++ b/compose/development-compose.yml @@ -15,7 +15,7 @@ volumes: services: influxdb: - image: influxdb:2.7.10-alpine + image: influxdb:2.7.12-alpine container_name: InfluxDB restart: unless-stopped environment: @@ -34,7 +34,7 @@ services: - influx-config:/etc/influxdb2 postgres: - image: postgres:17.1-alpine + image: postgres:17.5-alpine container_name: PostgreSQL restart: unless-stopped environment: @@ -48,7 +48,7 @@ services: - postgres:/var/lib/postgresql/data cassandra: - image: cassandra:5.0.2 + image: cassandra:5.0.4 container_name: Cassandra restart: unless-stopped environment: @@ -62,7 +62,7 @@ services: - cassandra:/var/lib/cassandra redis: - image: redis:7.4.1-alpine + image: redis:8.0.3-alpine container_name: Redis restart: unless-stopped environment: diff --git a/compose/hlaeja-compose.yml b/compose/hlaeja-compose.yml index 1858530..0c89e3e 100644 --- a/compose/hlaeja-compose.yml +++ b/compose/hlaeja-compose.yml @@ -8,7 +8,7 @@ networks: services: device-registry: - image: hlaeja-device-registry:0.5.0 + image: ghcr.io/swordsteel/hlaeja-device-registry:0.6.0 container_name: DeviceRegistry restart: unless-stopped environment: @@ -22,7 +22,7 @@ services: - ./cert/device_private_key.pem:/app/resources/cert/private_key.pem device-data: - image: hlaeja-device-data:0.1.1 + image: ghcr.io/swordsteel/hlaeja-device-data:0.2.0 container_name: DeviceData restart: unless-stopped environment: @@ -34,7 +34,7 @@ services: - 9020:8080 device-configuration: - image: hlaeja-device-configuration:0.1.0 + image: ghcr.io/swordsteel/hlaeja-device-configuration:0.2.0 container_name: DeviceConfiguration restart: unless-stopped environment: @@ -45,7 +45,7 @@ services: - 9030:8080 device-api: - image: hlaeja-device-api:0.4.0 + image: ghcr.io/swordsteel/hlaeja-device-api:0.5.0 container_name: DeviceApi restart: unless-stopped environment: @@ -61,7 +61,7 @@ services: - ./cert/device_api_keystore.p12:/app/resources/cert/keystore.p12 registry-api: - image: hlaeja-registry-api:0.2.0 + image: ghcr.io/swordsteel/hlaeja-registry-api:0.3.0 container_name: RegistryApi restart: unless-stopped environment: @@ -77,7 +77,7 @@ services: - ./cert/account_public_key.pem:/app/resources/cert/public_key.pem account-registry: - image: hlaeja-account-registry:0.2.0 + image: ghcr.io/swordsteel/hlaeja-account-registry:0.3.0 container_name: AccountRegistry restart: unless-stopped environment: @@ -91,7 +91,7 @@ services: - ./cert/account_private_key.pem:/app/resources/cert/private_key.pem management: - image: hlaeja-management:0.2.0 + image: ghcr.io/swordsteel/hlaeja-management:0.3.0 container_name: Management restart: unless-stopped environment: diff --git a/version.md b/version.md new file mode 100644 index 0000000..189d2c2 --- /dev/null +++ b/version.md @@ -0,0 +1,69 @@ +# Hlæja Version History + +## Hlæja V0.7.0 + +- hlaeja-account-registry:0.3.0 +- hlaeja-device-api:0.5.0 +- hlaeja-device-configuration:0.2.0 +- hlaeja-device-data:0.2.0 +- hlaeja-device-registry:0.6.0 +- hlaeja-management:0.3.0 +- hlaeja-registry-api:0.3.0 + +## Hlæja V0.6.0 + +- hlaeja-account-registry:0.2.0 +- hlaeja-device-api:0.4.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.1 +- hlaeja-device-registry:0.5.0 +- hlaeja-management:0.2.0 +- hlaeja-registry-api:0.2.0 + +## Hlæja V0.5.0 + +- hlaeja-account-registry:0.2.0 +- hlaeja-device-api:0.4.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.1 +- hlaeja-device-registry:0.4.0 +- hlaeja-management:0.1.0 +- hlaeja-registry-api:0.2.0 + +## Hlæja V0.4.0 + +- hlaeja-account-registry:0.1.0 +- hlaeja-device-api:0.4.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.1 +- hlaeja-device-registry:0.4.0 +- hlaeja-registry-api:0.2.0 + +## Hlæja V0.3.0 + +- hlaeja-device-api:0.3.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.1 +- hlaeja-device-registry:0.3.0 +- hlaeja-registry-api:0.1.0 + +## Hlæja V0.2.1 + +- hlaeja-device-api:0.2.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.1 +- hlaeja-device-registry:0.2.0 + +## Hlæja V0.2.0 + +- hlaeja-device-api:0.2.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.0 +- hlaeja-device-registry:0.2.0 + +## Hlæja V0.1.0 + +- hlaeja-device-api:0.1.0 +- hlaeja-device-configuration:0.1.0 +- hlaeja-device-data:0.1.0 +- hlaeja-device-registry:0.1.0