Skip to content

Commit 4370af6

Browse files
chore: bump version to 0.2.29
1 parent 8dd9d28 commit 4370af6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [0.2.29] - 2026-01-08
22

3+
- refactor: update Key Vault reference commands to use 'set-secret' for environment variables (8dd9d28)
4+
- chore: update changelog to version 0.2.29 (fc2895c)
5+
- refactor: remove unnecessary blank line in executor coverage tests (749509f)
6+
- refactor: remove working directory support from azd exec and related documentation (9caec7a)
7+
- Merge branch 'main' of https://github.com/jongio/azd-exec (e2a3120)
8+
- feat: add Azure Key Vault integration examples and documentation across multiple sections (5e45a5d)
9+
- chore: update registry for v0.2.28 (1cf69ad)
10+
11+
## [0.2.29] - 2026-01-08
12+
313
### Added
414
- Initial public release of azd exec
515
- Execute scripts and commands with full access to azd environment variables

cli/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: exec
33
displayName: Exec Extension
44
description: azd exec - Run any script with azd environment and Azure credentials. Database migrations, setup automation, CI/CD workflows - with seamless Key Vault integration.
55
usage: azd exec <command> [options]
6-
version: 0.2.28
6+
version: 0.2.29
77
language: go
88
capabilities:
99
- custom-commands

0 commit comments

Comments
 (0)