Skip to content

Upgrade database images for testing #2263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025
Merged

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented May 21, 2025

  • Upgrade PostgreSQL to 17.5 (from 17.4)
  • Upgrade CockroachDB to v24.3.13 (from v24.1.15)

@DavideD DavideD added this to the 3.0.0.Final milestone May 21, 2025
@DavideD DavideD added testing Improvements to test suite upgrade Impact of dependency upgrades 3.0 labels May 21, 2025
@DavideD DavideD added the ci Changes to the Jenkins pipeline or GitHub workflows label May 21, 2025
@DavideD DavideD force-pushed the db-upgrades-3.0 branch 2 times, most recently from ad21b74 to c945c18 Compare May 21, 2025 12:50
@@ -87,7 +87,7 @@ class PostgreSQLDatabase implements TestableDatabase {
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
*/
public static final PostgreSQLContainer<?> postgresql = new PostgreSQLContainer<>( imageName( "postgres", "17.4" ) )
public static final PostgreSQLContainer<?> postgresql = new PostgreSQLContainer<>( imageName( "postgres", "17.5" ) )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that's a good hint. I will create an issue for it

@DavideD DavideD force-pushed the db-upgrades-3.0 branch from c945c18 to f196234 Compare May 22, 2025 08:54
@DavideD DavideD merged commit 5caf952 into hibernate:main May 22, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 ci Changes to the Jenkins pipeline or GitHub workflows testing Improvements to test suite upgrade Impact of dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants