Bump BCrypt.Net-Next and 4 others#8
Merged
Conversation
Owner
|
@dependabot rebase |
1 similar comment
Owner
|
@dependabot rebase |
Bumps BCrypt.Net-Next from 4.0.3 to 4.1.0 Bumps dbup-postgresql from 6.0.3 to 7.0.1 Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.7 Bumps Respawn from 6.2.1 to 7.0.0 Bumps Testcontainers.PostgreSql from 4.8.0 to 4.11.0 --- updated-dependencies: - dependency-name: BCrypt.Net-Next dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: dbup-postgresql dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Respawn dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Testcontainers.PostgreSql dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
035f863 to
43925b1
Compare
This file contains hidden or 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
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.
Updated BCrypt.Net-Next from 4.0.3 to 4.1.0.
Release notes
Sourced from BCrypt.Net-Next's releases.
4.1.0
What's Changed
New Contributors
Full Changelog: BcryptNet/bcrypt.net@4.0.3...v4.1.0
Commits viewable in compare view.
Updated dbup-postgresql from 6.0.3 to 7.0.1.
Release notes
Sourced from dbup-postgresql's releases.
7.0.1
What's Changed
Full Changelog: DbUp/dbup-postgresql@6.1.5...7.0.1
6.1.5
What's Changed
Full Changelog: DbUp/dbup-postgresql@6.1.2...6.1.5
6.1.2
What's Changed
New Contributors
Full Changelog: DbUp/dbup-postgresql@6.0.3...6.1.2
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.7.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Respawn from 6.2.1 to 7.0.0.
Release notes
Sourced from Respawn's releases.
7.0.0
What's Changed
Microsoft.Data.SqlClientdependency by @0xced in Remove theMicrosoft.Data.SqlClientdependency jbogard/Respawn#153New Contributors
Microsoft.Data.SqlClientdependency jbogard/Respawn#153Full Changelog: jbogard/Respawn@v6.2.1...v7.0.0
Commits viewable in compare view.
Updated Testcontainers.PostgreSql from 4.8.0 to 4.11.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
4.11.0
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
... (truncated)
4.10.0
What's Changed
Happy New Year, everyone! 🎉
Please note that going forward, we expect developers to explicitly pin the image version (testcontainers/testcontainers-dotnet#1470). We consider this a best practice and it aligns with other language implementations.
Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to
1.44(see the previous release notes). You can override this default and set it to the version you're using, ideally1.52, which corresponds to v29, if you're already running it.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
4.9.0
What's Changed
This release adds a new configuration (
DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to1.44. So far, no issues or negative side effects have been observed.I am also working on updating Docker.DotNet to make it fully compatible with Docker Engine v29. There is already a work-in-progress PR.
Thanks to all the contributors who helped with this release 👍.
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
4.8.1
What's Changed
🐛 Bug Fixes
Commits viewable in compare view.