Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.6.1
azure-dev-cli_1.6.0
1.6.0 (2024-02-13)
Features Added
- [3269] Adds support for external/prebuilt container image references
- [3251] Adds additional configuration resolving container registry names
- [3249] Adds additional configuration resolving AKS cluster names
- [3223] Updates AKS core modules for
azd
to easily enable RBAC clusters - [3211] Adds support for RBAC enabled AKS clusters using
kubelogin
- [3196] Adds support for Helm and Kustomize for AKS service targets
- [3173] Adds support for defining customizable
azd up
workflows - Dotnet Aspire additions:
- [3155] Adds support to define secrets and variables for
azd pipeline config
.
Bugs Fixed
- [3097] For Dotnet Aspire projects, do not fail if folder
infra
is empty.
azure-dev-cli_1.5.1
1.5.1 (2023-12-20)
Features Added
- [2998] Adds support for Azure Storage Tables and Queues on Aspire projects.
- [3052] Adds
target
argument support for docker build. - [2488] Adds support to override behavior of the KUBECONFIG environment variable on AKS.
- [3075] Adds support for
dockerfile.v0
on Aspire projects. - [2992] Adds support for
dapr
on Aspire projects.
Bugs Fixed
- [2969] Relax container names truncation logic for Aspire
redis.v0
andpostgres.database.v0
.
Truncation now happens above 30 characters instead of 12 characters. - [3035] .NET Aspire issues after
azd pipeline config
. - [3038] Fix init to not consider parent directories.
- [3045] Handle interrupt to unhide cursor.
- [3069] .NET Aspire, enable
admin user
for ACR. - [3049] Persist location from provisioning manager.
- [3056] Fix
azd pipeline config
for resource group deployment. - [3106] Fix
azd restore
on .NET projects. - [3041] Ensure azd environment name is synchronized to .env file.
Other Changes
- [3044] Sets allowInsecure to true for internal services on Aspire projects.
azure-dev-vscode_0.8.0
0.8.0 (2023-11-15)
Features Added
- [#2541] Support has been added for the Azure Developer CLI to fetch authentication tokens from VSCode, reducing the need to re-authenticate. Use the setting
azure-dev.auth.useIntegratedAuth
to try this feature. - [#2771] Commands to enable or disable Dev Center mode have been added. Dev Center mode allows
azd
to leverage Infrastructure as Code (IaC) templates from Dev Center's centrally managed catalogs, manage remote Azure Deployment Environments (ADE) and seamlessly deploy applications to ADE environments using existingazd deploy
commands.
azure-dev-cli_1.5.0
azure-dev-cli_1.4.5
azure-dev-cli_1.4.4
azure-dev-cli_1.4.3
azure-dev-cli_1.4.2
1.4.2 (2023-10-12)
Features Added
- [2845] Feature Clickable Template Links in Terminal (azd template list). Thanks @john0isaac for the contribution
- [2829] Feature Display the Subscription Name and ID (azd provision). Thanks @john0isaac for the contribution
Bugs Fixed
- [2858] Fixes issue with running VS Code Tasks that rely on environment configuration path.