Skip to content

Commit

Permalink
chore: sync feature/0.6.0 with dev (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Jul 3, 2024
1 parent cb3d3ac commit 73786c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
TITLE: ${{ github.event.pull_request.title }}
run: |
conventional_regex='^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.*\))?: .*$'
conventional_regex='^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.*\))?!?: .*$'
if [[ "$TITLE" =~ $conventional_regex ]]; then
echo "Success!"
else
Expand Down
2 changes: 1 addition & 1 deletion azext_edge/edge/providers/orchestration/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ARC_NAMESPACE = "azure-arc"

# Key Vault KPIs
KEYVAULT_ARC_EXTENSION_VERSION = "1.5.3"
KEYVAULT_ARC_EXTENSION_VERSION = "1.5.5"
KEYVAULT_DATAPLANE_API_VERSION = "7.4"
KEYVAULT_CLOUD_API_VERSION = "2022-07-01"

Expand Down

0 comments on commit 73786c4

Please sign in to comment.