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

[deps] DevOps: Update mcr.microsoft.com/dotnet/aspnet Docker tag to v9 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lizard-boy
Copy link

@lizard-boy lizard-boy commented Oct 19, 2024

This PR contains the following updates:

Package Type Update Change
mcr.microsoft.com/dotnet/aspnet final major 8.0 -> 9.0

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Greptile Summary

This pull request updates the base Docker images for multiple Bitwarden services from .NET 8.0 to .NET 9.0, representing a significant version upgrade across the entire application stack.

  • Updates all Dockerfiles to use mcr.microsoft.com/dotnet/aspnet:9.0 as the base image
  • Affects multiple services including SCIM, SSO, Admin, API, Billing, Events, Icons, Identity, and Notifications
  • Includes updates to utility Dockerfiles like MsSqlMigratorUtility and Setup
  • Requires thorough testing to ensure compatibility with .NET 9.0 across all components
  • May introduce breaking changes or require adjustments to application code and dependencies

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

13 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0
Copy link

Choose a reason for hiding this comment

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

logic: Updating to ASP.NET Core 9.0 may introduce breaking changes. Ensure all dependencies and code are compatible with this version.

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.

1 participant