Skip to content

Commit d8ea872

Browse files
authored
release: update CHANGELOG for prep of 0.11.11 (#207)
* release: update CHANGELOG for prep of 0.11.11 * bump installation version * arm: fix template hashes
1 parent 209fffe commit d8ea872

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

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

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+
315
## Version 0.11.9 - 2025-02-14
416

517
- Azure: expose vnet_cidr parameter in main module

azure/arm/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.35.1.17967",
9-
"templateHash": "5865216794841539464"
8+
"version": "0.36.1.42791",
9+
"templateHash": "3525611388986193764"
1010
}
1111
},
1212
"functions": [
@@ -595,8 +595,8 @@
595595
"metadata": {
596596
"_generator": {
597597
"name": "bicep",
598-
"version": "0.35.1.17967",
599-
"templateHash": "16228574457820060691"
598+
"version": "0.36.1.42791",
599+
"templateHash": "5157009170949077817"
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.7
134+
installation_version: 0.11.11
135135
%{if length(scanner_configuration) > 0}
136136
${yamlencode(scanner_configuration)}
137137
%{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.7
130+
installation_version: 0.11.11
131131
%{if length(scanner_configuration) > 0}
132132
${yamlencode(scanner_configuration)}
133133
%{endif}

0 commit comments

Comments
 (0)