You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
The extension now targets Docker Compose commands to files matching the dockercompose language ID. This raises the minimum required VS Code version to 1.55.0. #2761
.NET apps will now scaffold using a non-root user. #1835
Deployments from Azure Container Registry to Azure App Service now no longer require the admin credentials enabled on the ACR. This will now use a system-assigned Managed Service Identity. #1685
The "Docker Containers: Compose Logs" command can now be used from the palette, as long as the grouping in the containers panel is set to the default of "Compose Project Name". #2770
The contexts panel now has a "Use" button directly in the tree item, saving a click. #2719
Fixed
ACI contexts should now work in sovereign clouds. #2775
Better information on both Python and .NET Dockerfiles about running as a non-root user. #2724
Generic registry auth will now try both POST and GET to obtain a token. #2735
Commands launched on compose groups from the containers panel now use the compose project name. #2755
Containers will now more reliably be removed after debugging when using the Restart option. #2676