release: cut v1.0.5 with optional token-hash logging

- add printTokenHashes input (default false)\n- gate SHA256 hash output behind input flag\n- update marketplace overview example to consume outputs clearly\n- bump task and extension versions to 1.0.5
This commit is contained in:
2026-02-14 21:03:27 +01:00
parent 52a73c16b3
commit e95d7c2560
5 changed files with 35 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"instanceNameFormat": "Configure federated auth: $(serviceConnectionARM)",
"inputs": [
@@ -29,6 +29,14 @@
"defaultValue": "false",
"required": false,
"helpMarkDown": "Exchange OIDC for Azure DevOps scope and set secret GIT_ACCESS_TOKEN."
},
{
"name": "printTokenHashes",
"type": "boolean",
"label": "Print SHA256 token hashes to logs",
"defaultValue": "false",
"required": false,
"helpMarkDown": "When enabled, prints SHA256 hashes of ARM_OIDC_TOKEN and GIT_ACCESS_TOKEN (if requested)."
}
],
"execution": {