Skip to content

Commit

Permalink
Bump postgres and ipl-dagster-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Jan 3, 2025
1 parent f6e73a8 commit e3d6205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ DEER_API_URL=https://deer.fleetster.de
VOI_API_URL=https://lsd.raumobil.net/Broker/grid?platform=mobidata-bw&source=voi&type=eScooter&hashes=u0ty,u0tz

# dagster variables
DAGSTER_POSTGRES_IMAGE=postgres:15.9-bullseye
DAGSTER_PIPELINE_IMAGE=ghcr.io/mobidata-bw/dagster-pipeline:2024-11-04t16-44
DAGSTER_DAGIT_IMAGE=ghcr.io/mobidata-bw/dagster-dagit:2024-11-04t16-44
DAGSTER_DAEMON_IMAGE=ghcr.io/mobidata-bw/dagster-daemon:2024-11-04T16-44
DAGSTER_POSTGRES_IMAGE=postgres:15.10-bullseye
DAGSTER_PIPELINE_IMAGE=ghcr.io/mobidata-bw/dagster-pipeline:2024-12-03t09-35
DAGSTER_DAGIT_IMAGE=ghcr.io/mobidata-bw/dagster-dagit:2024-12-03t09-35
DAGSTER_DAEMON_IMAGE=ghcr.io/mobidata-bw/dagster-daemon:2024-12-03t09-35
DAGSTER_POSTGRES_USER=postgres_user
DAGSTER_POSTGRES_DB=postgres_db

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Centralize rabbitmq for better performance
- Improve rabbitmq healthcheck for better performance
- upgrade OCPDB to 1.2.1 with BNetzA Import Fix
- `dagster-pipeline`/`dagster-daemon`/`dagster-dagit`: upgrade to [`2024-12-03t09-35`](https://github.com/mobidata-bw/ipl-dagster-pipeline/blob/7ceecb4f622dc3a6ac9e6a3179885b4d17b62301/CHANGELOG.md#2024-12-03)


## 2024-12-20
Expand Down

0 comments on commit e3d6205

Please sign in to comment.