Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Change Log
## 0.11.2 - 2026-06-30
### Fixed
* [[1099](https://github.com/microsoft/vscode-azurecontainerapps/issues/1099)] Fixed an internal error that appeared on some deployments when creating new container app resources

### Engineering
* [[1081](https://github.com/microsoft/vscode-azurecontainerapps/pull/1081)] Fix long running tests in support of migration to esbuild
* [[1093](https://github.com/microsoft/vscode-azurecontainerapps/pull/1093)] Add `feedBaseUrl` passthrough to 1ES build template parameters
* [[1094](https://github.com/microsoft/vscode-azurecontainerapps/pull/1094)] Remove redundant `npmFeed` parameter from AzDO build pipeline

## 0.11.1 - 2026-05-28
### Added
* [[1069](https://github.com/microsoft/vscode-azurecontainerapps/pull/1069)] Add ACA "flat" tree item provider and "reveal app" command
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azurecontainerapps",
"displayName": "Azure Container Apps",
"description": "%containerApps.description%",
"version": "0.11.1",
"version": "0.11.2",
"publisher": "ms-azuretools",
"icon": "resources/azure-containerapps.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down
Loading