Skip to content

chore: bump PostgreSQL to v17#633

Merged
endersonmaia merged 1 commit intonext/2.0from
feature/bump-postgres-to-17
Mar 27, 2025
Merged

chore: bump PostgreSQL to v17#633
endersonmaia merged 1 commit intonext/2.0from
feature/bump-postgres-to-17

Conversation

@endersonmaia
Copy link
Copy Markdown
Contributor

@endersonmaia endersonmaia commented Mar 27, 2025

This pull request includes updates to multiple configuration files to upgrade the PostgreSQL version from 16-alpine to 17-alpine. The most important changes include modifications in the Makefile and various Docker Compose files.

See: https://www.postgresql.org/docs/release/17.0/

PostgreSQL Version Upgrade:

  • Makefile: Updated the PostgreSQL Docker container version from postgres:16-alpine to postgres:17-alpine in the start-postgres target.
  • compose.individual-services.yaml: Changed the database service image from postgres:16-alpine to postgres:17-alpine.
  • compose.yaml: Updated the database service image to use postgres:17-alpine instead of postgres:16-alpine.
  • test/compose/compose.test.yaml: Modified the database service image to postgres:17-alpine from postgres:16-alpine.

@vfusco vfusco added this to the 2.0.0 milestone Mar 27, 2025
@endersonmaia endersonmaia merged commit b89ddeb into next/2.0 Mar 27, 2025
6 checks passed
@endersonmaia endersonmaia deleted the feature/bump-postgres-to-17 branch March 27, 2025 22:50
@github-project-automation github-project-automation Bot moved this to ✅ Done in Rollups SDK Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants