-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.34.0 #344
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/testcontainers-go-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+88
−85
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GraphQL Schema CheckCompared 0 schema changes against 0 operations ✅ Found no changes |
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
May 9, 2024 18:09
5bcce32
to
0977570
Compare
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
May 16, 2024 19:51
0977570
to
8fcb267
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.30.0
Update testcontainers-go monorepo to v0.31.0
May 16, 2024
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
May 30, 2024 17:26
8fcb267
to
075d737
Compare
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
July 12, 2024 19:08
075d737
to
366d5b0
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.31.0
Update testcontainers-go monorepo to v0.32.0
Jul 12, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
2 times, most recently
from
August 27, 2024 13:06
d04eeb2
to
0cfe23e
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.32.0
Update testcontainers-go monorepo to v0.33.0
Aug 27, 2024
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
2 times, most recently
from
September 19, 2024 19:56
dec5621
to
a062359
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.33.0
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.33.0
Oct 15, 2024
renovate
bot
changed the title
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.33.0
Update testcontainers-go monorepo to v0.33.0
Oct 15, 2024
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
October 28, 2024 14:49
a062359
to
9ad4bbe
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.33.0
Update testcontainers-go monorepo to v0.34.0
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
November 17, 2024 15:38
9ad4bbe
to
df1aa89
Compare
renovate
bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
December 16, 2024 09:33
df1aa89
to
2652dab
Compare
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.34.0
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.34.0
Dec 16, 2024
renovate
bot
changed the title
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.34.0
Update testcontainers-go monorepo to v0.34.0
Dec 16, 2024
renovate
bot
changed the title
Update testcontainers-go monorepo to v0.34.0
Update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.34.0
Jan 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.29.1
->v0.34.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go/modules/postgres)
v0.34.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
Contains
orErrorContains
with testify (#2839) @mmorel-35📦 Dependency updates
v0.33.0
Compare Source
What's Changed
If you are building Docker images with the
FromDockerfile
struct in theGenericContainerRequest
, please consider that theContextArchive
field in that struct has changed fromio.Reader
toio.ReadSeeker
. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.32.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.31.0
Compare Source
What's Changed
Are you hosting your own Testcontainers for Go module?
If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.
🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.30.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
Multiplexed
opt to combine stdout and stderr (#2452) @gustavosbarreto📖 Documentation
🧹 Housekeeping
📦 Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.