File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
modules/custom-data/templates
modules/user_data/templates Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.11.11 - 2025-06-16
4
+
5
+ - Adapt CopySnapshot policy to latest IAM changes requiring both source and destination statements
6
+ - Use t4g.medium instance type for Agentless ec2 instances
7
+ - Remove unnecessary ec2: CopyImage permission
8
+
9
+ ## Version 0.11.10 - 2025-04-24
10
+
11
+ - aws: add autoscaling module allowing the automated auto-scaling of scanners
12
+ - azure/arm: upgrade az bicep version
13
+ - azure/arm: call Agentless API on deployment
14
+
3
15
## Version 0.11.9 - 2025-02-14
4
16
5
17
- Azure: expose vnet_cidr parameter in main module
Original file line number Diff line number Diff line change 5
5
"metadata" : {
6
6
"_generator" : {
7
7
"name" : " bicep" ,
8
- "version" : " 0.35 .1.17967 " ,
9
- "templateHash" : " 5865216794841539464 "
8
+ "version" : " 0.36 .1.42791 " ,
9
+ "templateHash" : " 3525611388986193764 "
10
10
}
11
11
},
12
12
"functions" : [
595
595
"metadata" : {
596
596
"_generator" : {
597
597
"name" : " bicep" ,
598
- "version" : " 0.35 .1.17967 " ,
599
- "templateHash" : " 16228574457820060691 "
598
+ "version" : " 0.36 .1.42791 " ,
599
+ "templateHash" : " 5157009170949077817 "
600
600
}
601
601
},
602
602
"parameters" : {
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ api_key: $DD_API_KEY
131
131
site: $DD_SITE
132
132
azure_client_id: ${azure_client_id}
133
133
installation_mode: terraform
134
- installation_version: 0.11.7
134
+ installation_version: 0.11.11
135
135
%{if length(scanner_configuration) > 0}
136
136
${yamlencode(scanner_configuration)}
137
137
%{endif}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ hostname: $DD_HOSTNAME
127
127
api_key: $DD_API_KEY
128
128
site: $DD_SITE
129
129
installation_mode: terraform
130
- installation_version: 0.11.7
130
+ installation_version: 0.11.11
131
131
%{if length(scanner_configuration) > 0}
132
132
${yamlencode(scanner_configuration)}
133
133
%{endif}
You can’t perform that action at this time.
0 commit comments