Skip to content

Commit bfd0aed

Browse files
Update changelog, bump version for 0.8.1 release (#856)
* Update changelog, bump version for release * Improve sentence
1 parent 49d381b commit bfd0aed

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.8.1 - 2025-03-10
4+
### Changed
5+
* [[855](https://github.com/microsoft/vscode-azurecontainerapps/pull/855)] Automatically collect subscription and resource information for telemetry. [How to disable telemetry reporting](https://code.visualstudio.com/docs/supporting/FAQ#_how-to-disable-telemetry-reporting)
6+
* [[854](https://github.com/microsoft/vscode-azurecontainerapps/pull/854)] Require VS Code version 1.95.0 (October 2024) or greater
7+
8+
### Engineering
9+
* [[851](https://github.com/microsoft/vscode-azurecontainerapps/pull/851)] Update API type definition for `deployImage`
10+
11+
312
## 0.8.0 - 2025-01-22
413
### Summary of Major Changes
514
1. Managed identity support has been added for connecting container apps to container registries. Assuming you have sufficient privileges, this is the preferred method for securing these resources.

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.8.1-alpha.0",
5+
"version": "0.8.1",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-containerapps.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)