Skip to content
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

#166 update redpanda/testcontainers/artemis to latest versions #167

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

ewilkins-csi
Copy link
Contributor

No description provided.

@@ -131,7 +131,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>vault</artifactId>
<version>1.19.7</version>
<version>${version.testcontainers}</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: All of the testcontainer artifacts like vault/mysql/etc. are released at the same time and kept on the same version. So we can just use one version property for all of them.

@@ -33,7 +33,7 @@ urllib3 = "^1.26.18"
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
testcontainers = ">=3.7.1"
testcontainers = ">=4.5.1"
Copy link
Contributor

@Cho-William Cho-William Jun 25, 2024

Choose a reason for hiding this comment

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

(This is not related to this PR/Issue) but it would be nice if at some point in the future we could inject this version as a variable across the test module, since I feel like it's easy to miss updating our test module

@ewilkins-csi ewilkins-csi merged commit c176f87 into dev Jun 25, 2024
@ewilkins-csi ewilkins-csi deleted the 166-update-it-images branch June 25, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants