Skip to content

Commit 005004c

Browse files
Merge pull request #242 from DataDog/mohamed.challal/update-azure-release-and-changlelog
[K9VULN-9413] bump: update azure release and changelog
2 parents f9de96f + b954d20 commit 005004c

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.md

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

3+
## Version 0.11.12 - 2025-11-10
4+
5+
- Add initial GCP support with Terraform modules and examples (`single_region` and `cross_project`)
6+
- Add permissions for scanning GCE and Artifact Registry images
7+
- Support custom scanner and agent configuration
8+
- Improve S3 lifecycle rules and enable KMS key rotation on RDS exports
9+
- Fix API call Content-Type in ARM template
10+
- Use scanner health check endpoint instead of custom service
11+
312
## Version 0.11.11 - 2025-06-16
413

514
- Adapt CopySnapshot policy to latest IAM changes requiring both source and destination statements

azure/arm/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.36.177.2456",
9-
"templateHash": "4312948444920496734"
8+
"version": "0.38.33.27573",
9+
"templateHash": "6445791290908331505"
1010
}
1111
},
1212
"functions": [
@@ -569,7 +569,7 @@
569569
"count": "[length(map(filter(parameters('scanScopes'), lambda('s', startsWith(lambdaVariables('s'), '/subscriptions/'))), lambda('s', skip(lambdaVariables('s'), length('/subscriptions/')))))]"
570570
},
571571
"type": "Microsoft.Resources/deployments",
572-
"apiVersion": "2022-09-01",
572+
"apiVersion": "2025-04-01",
573573
"name": "[format('delegateRoleAssignment-{0}', guid(resourceId('Microsoft.Authorization/roleDefinitions', guid(variables('name'), 'delegateRole', resourceGroup().id, subscription().id)), resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', parameters('identityName')), map(filter(parameters('scanScopes'), lambda('s', startsWith(lambdaVariables('s'), '/subscriptions/'))), lambda('s', skip(lambdaVariables('s'), length('/subscriptions/'))))[copyIndex()]))]",
574574
"subscriptionId": "[map(filter(parameters('scanScopes'), lambda('s', startsWith(lambdaVariables('s'), '/subscriptions/'))), lambda('s', skip(lambdaVariables('s'), length('/subscriptions/'))))[copyIndex()]]",
575575
"location": "[resourceGroup().location]",
@@ -595,8 +595,8 @@
595595
"metadata": {
596596
"_generator": {
597597
"name": "bicep",
598-
"version": "0.36.177.2456",
599-
"templateHash": "3116385340016775396"
598+
"version": "0.38.33.27573",
599+
"templateHash": "4400777875424963630"
600600
}
601601
},
602602
"parameters": {

azure/modules/custom-data/templates/install.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ api_key: $DD_API_KEY
131131
site: $DD_SITE
132132
azure_client_id: ${azure_client_id}
133133
installation_mode: terraform
134-
installation_version: 0.11.11
134+
installation_version: 0.11.12
135135
%{if length(scanner_configuration) > 0}
136136
${yamlencode(scanner_configuration)}
137137
%{endif}

gcp/modules/instance/startup-script.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ hostname: $DD_HOSTNAME
9898
api_key: $DD_API_KEY
9999
site: $DD_SITE
100100
installation_mode: terraform
101-
installation_version: 0.11.11
101+
installation_version: 0.11.12
102102
%{if length(scanner_configuration) > 0}
103103
${yamlencode(scanner_configuration)}
104104
%{endif}

modules/user_data/templates/install.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ hostname: $DD_HOSTNAME
127127
api_key: $DD_API_KEY
128128
site: $DD_SITE
129129
installation_mode: terraform
130-
installation_version: 0.11.11
130+
installation_version: 0.11.12
131131
%{if length(scanner_configuration) > 0}
132132
${yamlencode(scanner_configuration)}
133133
%{endif}

0 commit comments

Comments
 (0)