Skip to content

Commit 9d20090

Browse files
authored
0.11.2 version bump and changelog update (#1109)
1 parent 82ee194 commit 9d20090

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Change Log
2+
## 0.11.2 - 2026-06-30
3+
### Fixed
4+
* [[1099](https://github.com/microsoft/vscode-azurecontainerapps/issues/1099)] Fixed an internal error that appeared on some deployments when creating new container app resources
5+
6+
### Engineering
7+
* [[1081](https://github.com/microsoft/vscode-azurecontainerapps/pull/1081)] Fix long running tests in support of migration to esbuild
8+
* [[1093](https://github.com/microsoft/vscode-azurecontainerapps/pull/1093)] Add `feedBaseUrl` passthrough to 1ES build template parameters
9+
* [[1094](https://github.com/microsoft/vscode-azurecontainerapps/pull/1094)] Remove redundant `npmFeed` parameter from AzDO build pipeline
10+
211
## 0.11.1 - 2026-05-28
312
### Added
413
* [[1069](https://github.com/microsoft/vscode-azurecontainerapps/pull/1069)] Add ACA "flat" tree item provider and "reveal app" command

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurecontainerapps",
33
"displayName": "Azure Container Apps",
44
"description": "%containerApps.description%",
5-
"version": "0.11.1",
5+
"version": "0.11.2",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-containerapps.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)