@rio-cloud/cdk-v2-constructs 6.0.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/.jsii +50 -12
  2. package/CHANGELOG.md +2 -677
  3. package/README.md +6 -6
  4. package/catalog-info.yaml +13 -0
  5. package/{API.md → docs/API.md} +32 -0
  6. package/docs/changelog.md +692 -0
  7. package/docs/index.md +105 -0
  8. package/lib/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.js +1 -1
  9. package/lib/contributions/team-transport-two/datadog/datadog-dashboard-downloader.js +1 -1
  10. package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +1 -1
  11. package/lib/datadog/datadog-log-index-monitoring.js +1 -1
  12. package/lib/datadog/datadog-monitor.js +1 -1
  13. package/lib/datadogv2/datadog-log-index-monitoring.js +1 -1
  14. package/lib/datadogv2/datadog-monitor.js +1 -1
  15. package/lib/datadogv2/datadog-notification.js +1 -1
  16. package/lib/fargate/datadog.js +1 -1
  17. package/lib/fargate/rio-fargate-service.js +2 -2
  18. package/lib/kafka/kafka-event-spec.js +1 -1
  19. package/lib/kafka/kafka-topic.d.ts +7 -0
  20. package/lib/kafka/kafka-topic.js +17 -1
  21. package/lib/pipeline/rio-backup-secrets-restore-stage.js +1 -1
  22. package/lib/toggle.js +1 -1
  23. package/lib/watchful/aspect.js +1 -1
  24. package/lib/watchful/datadog-log-alarm.js +3 -3
  25. package/lib/watchful/datadog-metric-alarm.js +3 -3
  26. package/lib/watchful/ecs.js +2 -2
  27. package/lib/watchful/lambda.js +4 -4
  28. package/lib/watchful/watchful.js +3 -3
  29. package/lib/watchfulv2/datadog-log-alarm.d.ts +1 -0
  30. package/lib/watchfulv2/datadog-log-alarm.js +19 -6
  31. package/lib/watchfulv2/datadog-metric-alarm.js +1 -1
  32. package/lib/watchfulv2/watchful.js +4 -3
  33. package/mkdocs.yaml +12 -0
  34. package/package.json +6 -6
  35. package/version.json +1 -1
  36. /package/{CONTRIBUTION.md → docs/contribution.md} +0 -0
  37. /package/{developers-readme.md → docs/developers-readme.md} +0 -0
  38. /package/{MIGRATION_GUIDE.md → docs/migration_guide.md} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,684 +2,9 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
- ## [6.0.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv5.1.0&sourceBranch=refs%2Ftags%2Fv6.0.0) (2024-07-04)
6
-
7
-
8
- ### ⚠ BREAKING CHANGES
9
-
10
- * Without the as_count aggregator, the metrics are not calculated properly
11
-
12
- RIOCLAID-3936
13
-
14
- ### Bug Fixes
15
-
16
- * :boom: Using as_count aggregator for alb 5xx error monitor ([a073c65](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/a073c654b2d9177692856a429520d9e225abe056))
17
-
18
- ## [5.1.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv5.0.0&sourceBranch=refs%2Ftags%2Fv5.1.0) (2024-06-27)
19
-
20
-
21
- ### Features
22
-
23
- * replace deprecated logforwarder by the new one ([db3710b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/db3710bcd1e34689da7454822ada2e038ac5b319))
24
-
25
- ## [5.0.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.36.1&sourceBranch=refs%2Ftags%2Fv5.0.0) (2024-06-07)
26
-
27
-
28
- ### ⚠ BREAKING CHANGES
29
-
30
- * remove unused Opsgenie-related property DataDogLogAlarm.autoCloseOpsGenieAlerts
31
-
32
- ### Bug Fixes
33
-
34
- * remove unused Opsgenie-related property DataDogLogAlarm.autoCloseOpsGenieAlerts ([9cad729](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/9cad729fe0add66cfcff5b97af00c7061abaafeb))
35
-
36
- ## [4.36.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.36.0&sourceBranch=refs%2Ftags%2Fv4.36.1) (2024-06-03)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * :boom: Fixed the incorrect pipeline type ([1009db7](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/1009db7d5edcb8bdc17fab441a1013cd597fac62))
42
-
43
- ## [4.36.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.35.0&sourceBranch=refs%2Ftags%2Fv4.36.0) (2024-06-03)
44
-
45
-
46
- ### Features
47
-
48
- * :sparkles: Added a new contruct to classify the pipeline type ([eeee4c6](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/eeee4c6071ae220e2aaaafbf07b634ab847f1290))
49
-
50
- ## [4.35.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.34.1&sourceBranch=refs%2Ftags%2Fv4.35.0) (2024-05-24)
51
-
52
-
53
- ### Features
54
-
55
- * **datadog:** Add new DownloadableDatadogDashboard construct & download helper ([0ba2194](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/0ba219463c592fb19f67d9c83440edeaf2d98364))
56
-
57
- ## [4.34.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.34.0&sourceBranch=refs%2Ftags%2Fv4.34.1) (2024-05-23)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **pipeline:** fix notification bug in main pipeline alert: ([a23db78](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/a23db78bb1ddbf143528afae98544c8026a23bed))
63
-
64
- ## [4.34.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.5&sourceBranch=refs%2Ftags%2Fv4.34.0) (2024-05-22)
65
-
66
-
67
- ### Features
68
-
69
- * **datadog:** add support for all Datadog monitor options ([3582468](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/3582468227763acfe2be63a459e9d598a6c3bc8f))
70
-
71
- ## [4.33.5](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.4&sourceBranch=refs%2Ftags%2Fv4.33.5) (2024-05-21)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * **fargate:** disable Datadog agent remote configuration to get rid of related log messages ([f852305](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f852305e7e9f109841fda303b4a6a7e2dc51e0b9))
77
-
78
- ## [4.33.4](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.2&sourceBranch=refs%2Ftags%2Fv4.33.4) (2024-05-02)
79
-
80
- ## [4.33.3](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.2&sourceBranch=refs%2Ftags%2Fv4.33.3) (2024-05-02)
81
-
82
- ## [4.33.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.1&sourceBranch=refs%2Ftags%2Fv4.33.2) (2024-04-25)
83
-
84
- ## [4.33.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.33.0&sourceBranch=refs%2Ftags%2Fv4.33.1) (2024-04-24)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * :boom: * The default threshold for watchful v2 alatams has been changed. Priotiy override and disabling of auto close of error monitor has also been added. ([eda81da](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/eda81da35a70f78e0bc6b34fda0c0e9ccaaff072))
90
-
91
- ## [4.33.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.32.0&sourceBranch=refs%2Ftags%2Fv4.33.0) (2024-04-17)
5
+ ## [6.1.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.0.1&sourceBranch=refs%2Ftags%2Fv6.1.0) (2024-07-11)
92
6
 
93
7
 
94
8
  ### Features
95
9
 
96
- * **pipeline:** Tag CodeBuild projects to improve metrics ([802246e](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/802246ec75ff6dc47c2100010ce54c84ba591bde))
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * Limit write access of KafkaEventSpec custom resource to relevant SNS topic ([78603b5](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/78603b51259afc486816d0fdebe19e02d4c827b8))
102
- * Revert to original CHANGELOG.md and version.json ([769de0e](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/769de0e1f9ab5b0e181eec86775a37f612010639))
103
-
104
- ## [4.32.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.31.2&sourceBranch=refs%2Ftags%2Fv4.32.0) (2024-04-08)
105
-
106
-
107
- ### Features
108
-
109
- * deletion permission for KafkaTopic ([7e8c623](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e8c6231c4257227674eb3b99f884f2bd34a3bc0))
110
-
111
- ## [4.31.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.31.1&sourceBranch=refs%2Ftags%2Fv4.31.2) (2024-04-02)
112
-
113
- ## [4.31.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.31.0&sourceBranch=refs%2Ftags%2Fv4.31.1) (2024-03-22)
114
-
115
- ## [4.31.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.30.0&sourceBranch=refs%2Ftags%2Fv4.31.0) (2024-03-14)
116
-
117
-
118
- ### Features
119
-
120
- * **pipeline:** Use Lambda Compute in some simple CodeBuild steps ([29b04f8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/29b04f8c212847a74213a668ca6f9c54759f9325))
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * :bug: modify ecs.memory_utilization metric name ([f4e33b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f4e33b4beaa41522d1d8461ca5afb4056403c4a2))
126
-
127
- ## [4.31.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.30.0&sourceBranch=refs%2Ftags%2Fv4.31.0) (2024-03-14)
128
-
129
-
130
- ### Features
131
-
132
- * **pipeline:** Use Lambda Compute in some simple CodeBuild steps ([29b04f8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/29b04f8c212847a74213a668ca6f9c54759f9325))
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * :bug: modify ecs.memory_utilization metric name ([f4e33b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f4e33b4beaa41522d1d8461ca5afb4056403c4a2))
138
-
139
- ## [4.30.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.29.1&sourceBranch=refs%2Ftags%2Fv4.30.0) (2024-03-13)
140
-
141
-
142
- ### Features
143
-
144
- * Modify ECS memory utilization monitor ([fd21e45](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/fd21e45869e98d821b60486ab9a8e71dd88fb346))
145
-
146
- ## [4.29.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.29.0&sourceBranch=refs%2Ftags%2Fv4.29.1) (2024-03-08)
147
-
148
- ## [4.29.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.28.0&sourceBranch=refs%2Ftags%2Fv4.29.0) (2024-02-21)
149
-
150
-
151
- ### ⚠ BREAKING CHANGES
152
-
153
- * set evaluationDelay explicitlty if required
154
-
155
- * chore!(datadogv2): change default evaluationDelay of monitor. ([4d758b0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4d758b055f96f7960ef85d2b5f08398265344f93))
156
-
157
-
158
- ### Features
159
-
160
- * **pipeline:** Switch to new DatadogMonitor (v2) construct ([d0e3ea0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d0e3ea031b72da859fd5a01e4810aec5f7ed24a3))
161
-
162
-
163
- ### Bug Fixes
164
-
165
- * monitor id returns number but we need string ([65489a5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/65489a5b0c72e7a68b16eb9060819499cbc99255))
166
-
167
- ## [4.28.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.27.0&sourceBranch=refs%2Ftags%2Fv4.28.0) (2024-02-08)
168
-
169
-
170
- ### Features
171
-
172
- * add ecs abruptly stopped monitor into the contribution folder ([6f9dc42](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6f9dc4239c13ba6c6d956bb85444e35d0a27b621))
173
- * Switched to non blocking configuration in case of firelens ([0eebbd8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/0eebbd8a8bd769d6911f9ab02f499148aeff7e1f))
174
-
175
- ## [4.27.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.26.0&sourceBranch=refs%2Ftags%2Fv4.27.0) (2024-02-07)
176
-
177
-
178
- ### Features
179
-
180
- * add support for datadog managed log forwarder ([e42b36b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e42b36b2467015ac4527d3e6122e0d934debb675))
181
-
182
- ## [4.26.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.25.0&sourceBranch=refs%2Ftags%2Fv4.26.0) (2024-02-06)
183
-
184
-
185
- ### Features
186
-
187
- * case creation from error log monitors. ([57b82b5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/57b82b52f263fc66bf7529ef8446b3722da622e6))
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * :bug: Fixed issues with firelens non blocking mode ([5da7dd8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5da7dd88df29e15dce70e773841a4b56e9736003))
193
- * snapshot tests with increased version number. ([c71b5fc](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c71b5fc29b61d3fa21b232cfaa404bd419f3e515))
194
-
195
- ## [4.25.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.24.1&sourceBranch=refs%2Ftags%2Fv4.25.0) (2024-02-01)
196
-
197
-
198
- ### Features
199
-
200
- * :boom: Logging mode has switched from blocking to non blocking ([4ab8e58](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4ab8e58b6b96613f251d8b2bba248f1d8b8eb660))
201
-
202
- ### [4.24.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.24.0&sourceBranch=refs%2Ftags%2Fv4.24.1) (2024-01-31)
203
-
204
-
205
- ### Bug Fixes
206
-
207
- * :bug: Fixed issue with renotifyStatus type ([6c2cae2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6c2cae2172f93eff735cfcdfa7bc2520326907ab))
208
-
209
- ## [4.24.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.23.1&sourceBranch=refs%2Ftags%2Fv4.24.0) (2024-01-29)
210
-
211
-
212
- ### Features
213
-
214
- * expose distribution in RioCloudfrontDistribution construct ([c1858b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c1858b4def1559c1502a5ebc48c5f2f915dcda18))
215
- * tags for pipelines. ([f7da427](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f7da427b1a357e8144d95936effa0bbb8cbaf85e))
216
-
217
- ### [4.23.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.23.0&sourceBranch=refs%2Ftags%2Fv4.23.1) (2024-01-19)
218
-
219
-
220
- ### Bug Fixes
221
-
222
- * suppress CDK warnings regarding missing route table IDs for Landing Zone default VPC ([ff0bc2e](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/ff0bc2ed2825524ed359839648c135f88a33993e))
223
-
224
- ## [4.23.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.22.0&sourceBranch=refs%2Ftags%2Fv4.23.0) (2024-01-16)
225
-
226
-
227
- ### Features
228
-
229
- * add monitorId getter to datadogv2 monitor ([f7b6b39](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f7b6b3966bf71e40fe988639666a4cf1ca2e07bd))
230
-
231
- ## [4.22.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.21.1&sourceBranch=refs%2Ftags%2Fv4.22.0) (2023-12-13)
232
-
233
-
234
- ### Features
235
-
236
- * **pipeline:** Increase gradle heap size for dependency check task ([7fdecf8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7fdecf82db62154ceebf41c1992fe4f28b864369))
237
-
238
- ### [4.21.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.21.0&sourceBranch=refs%2Ftags%2Fv4.21.1) (2023-11-28)
239
-
240
-
241
- ### Bug Fixes
242
-
243
- * mapping of DeletionPeriond duration ([f3570af](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f3570af0c644ad66f48f3dea47c1fb1baf0a36a0))
244
-
245
- ## [4.21.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.20.0&sourceBranch=refs%2Ftags%2Fv4.21.0) (2023-11-27)
246
-
247
-
248
- ### Features
249
-
250
- * enable v4 Kafka topic resoure ([5ccdd16](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5ccdd163d75810338da07a930c2bcdf7de9376d9))
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * interface and version determination ([bacabb4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/bacabb43add4f3d58d1bfde88445b0b813f3a11a))
256
-
257
- ## [4.20.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.19.0&sourceBranch=refs%2Ftags%2Fv4.20.0) (2023-11-08)
258
-
259
-
260
- ### Features
261
-
262
- * migrate aws-backup-monitoring construct from Opsgenie to Slack notifications ([c105fdf](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c105fdf7d36b9164f0b213092937466f9be71714))
263
-
264
- ## [4.19.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.18.0&sourceBranch=refs%2Ftags%2Fv4.19.0) (2023-10-27)
265
-
266
-
267
- ### Features
268
-
269
- * :sparkles: Watcful override threshold interface has been updated. Because of refactoring of monitor ID's, the following monitors (if present) will be recreated. ([321fe7f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/321fe7fe41adad55e2f22fcfe62384896fdc45f1))
270
- * :sparkles: Watchful monitor thresholds can be updated using overrideAlarmThreshold function. Read the FAQ's for details. ([6257861](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6257861ad2a413afadd721f0a649e4c637cd72ad))
271
-
272
- ## [4.18.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.17.1&sourceBranch=refs%2Ftags%2Fv4.18.0) (2023-09-19)
273
-
274
-
275
- ### Features
276
-
277
- * **pipeline:** Re-introduce pipeline-stack-specific cache bucket ([2009c81](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2009c81f4c8c50f30b5d813f75bc05bfbf4c341d))
278
-
279
- ### [4.17.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.17.0&sourceBranch=refs%2Ftags%2Fv4.17.1) (2023-08-17)
280
-
281
- ## [4.17.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.16.2&sourceBranch=refs%2Ftags%2Fv4.17.0) (2023-08-09)
282
-
283
-
284
- ### Features
285
-
286
- * **pipeline:** Use central cache as pipeline artifact bucket ([af1dd96](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/af1dd961590d739c4a46486ed4ef8718be60ef16))
287
-
288
- ### [4.16.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.16.1&sourceBranch=refs%2Ftags%2Fv4.16.2) (2023-07-31)
289
-
290
-
291
- ### Bug Fixes
292
-
293
- * removed wrong whitespace ([8464c6b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8464c6b30037da3751cec7a9ff2d6a12946cf450))
294
-
295
- ### [4.16.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.16.0&sourceBranch=refs%2Ftags%2Fv4.16.1) (2023-07-27)
296
-
297
-
298
- ### Bug Fixes
299
-
300
- * move priority to proper location ([7a5f66c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7a5f66cb47ccf12f7995ee7e33203d8d8f798533))
301
-
302
- ## [4.16.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.15.2&sourceBranch=refs%2Ftags%2Fv4.16.0) (2023-07-25)
303
-
304
-
305
- ### Features
306
-
307
- * **pipeline:** allow to set the datadog monitor alert type ([37bd3e9](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/37bd3e94e9b820f1397fd473a61825643a0954a4))
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * :bug: Fix issue with datadog monitor v1 not exposed ([72a1b50](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/72a1b5086736e0029ecccbc95a167781cec70f5d))
313
-
314
- ### [4.15.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.15.1&sourceBranch=refs%2Ftags%2Fv4.15.2) (2023-07-24)
315
-
316
-
317
- ### Bug Fixes
318
-
319
- * Added notification property to log error monitor ([e35bb78](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e35bb78649fdae3029c44c75e1b25eeb574ed0e4))
320
- * Exposing upper-to-lower class ([4c92870](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4c92870d082aa023f7d69111caba4e2cf3230b35))
321
-
322
- ### [4.15.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.15.0&sourceBranch=refs%2Ftags%2Fv4.15.1) (2023-07-21)
323
-
324
-
325
- ### Bug Fixes
326
-
327
- * wrong scope of child construct ([f0f9fae](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f0f9fae2b7dbe842e00b42b3e2d9b0ffe36a487b))
328
-
329
- ## [4.15.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.14.0&sourceBranch=refs%2Ftags%2Fv4.15.0) (2023-07-21)
330
-
331
-
332
- ### Features
333
-
334
- * bump up cdk to 2.88.0 ([16630e2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/16630e2088c2786908327151a165994e49c4d407))
335
-
336
-
337
- ### Bug Fixes
338
-
339
- * **datadogv2:** team name parameter in monitor name was not resolved ([060da72](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/060da7230ffc33d1648d7815285ede884949cc94))
340
-
341
- ## [4.14.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.13.1&sourceBranch=refs%2Ftags%2Fv4.14.0) (2023-07-20)
342
-
343
-
344
- ### Features
345
-
346
- * added DatadogDashboard construct ([e87ca30](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e87ca3030ae8d9558832cd114aacc2460acefee6))
347
- * added RioPagingNotification ([d8e023d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d8e023d1502697c4e0e055a517368630fd4aed66))
348
- * **watchfulv2,datadogv2:** ready to release ([c69ca6b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c69ca6b7fea331eb18da1e6ea0db4c55da394e95))
349
-
350
-
351
- ### Bug Fixes
352
-
353
- * :bug: Fixed issue related to wrong service name set in case of lambda functions ([2bfd814](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2bfd814e0108e2a2b6ef1680a0841368bf26a4ba))
354
-
355
- ### [4.13.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.13.1&sourceBranch=refs%2Ftags%2Fv4.13.2) (2023-07-06)
356
-
357
-
358
- ### Bug Fixes
359
-
360
- * :bug: Fixed issue related to wrong service name set in case of lambda functions ([2bfd814](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2bfd814e0108e2a2b6ef1680a0841368bf26a4ba))
361
-
362
- ### [4.13.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.13.0&sourceBranch=refs%2Ftags%2Fv4.13.1) (2023-07-06)
363
-
364
-
365
- ### Bug Fixes
366
-
367
- * **pipeline:** Add missing library required by create-and-sign-certificate script ([7443845](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/74438455e7b3ec878297558766831dfada9671f4))
368
-
369
- ## [4.13.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.12.0&sourceBranch=refs%2Ftags%2Fv4.13.0) (2023-07-05)
370
-
371
-
372
- ### Features
373
-
374
- * **pipeline:** Add cache to codebuild projects ([d7df2d1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d7df2d136fc3e54a0b8c6d1fef06f04c13bbd526))
375
-
376
- ## [4.12.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.11.0&sourceBranch=refs%2Ftags%2Fv4.12.0) (2023-06-30)
377
-
378
-
379
- ### Features
380
-
381
- * **pipeline:** explicitly set nodejs runtime and remove pinned npm version ([a8b3f51](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/a8b3f51ad287af29fc7eccf3a2001a08a2d9104b))
382
-
383
- ## [4.11.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.10.1&sourceBranch=refs%2Ftags%2Fv4.11.0) (2023-06-28)
384
-
385
-
386
- ### Features
387
-
388
- * **pipeline:** update nodejs runtime ([88a563c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/88a563c45a63c1e0ac7d33dbf6cd11629ca945e9))
389
- * **pipeline:** update nodejs runtime ([9eb2e2d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/9eb2e2de5d0f5296eed0ce16e01721e701d866a2))
390
- * **pipeline:** update nodejs runtime ([c137b9b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c137b9b9190931aa48a3275ccfc18e48033e76b6))
391
-
392
- ### [4.10.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.10.0&sourceBranch=refs%2Ftags%2Fv4.10.1) (2023-05-26)
393
-
394
- ## [4.10.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.9.0&sourceBranch=refs%2Ftags%2Fv4.10.0) (2023-05-02)
395
-
396
-
397
- ### Features
398
-
399
- * **pipeline:** Add commit hash log to pre_build and post_build of pipeline ([31e939e](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/31e939e3103de6b5a3e0ec193250071a7dd6e57e))
400
-
401
- ## [4.9.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.8.0&sourceBranch=refs%2Ftags%2Fv4.9.0) (2023-04-25)
402
-
403
-
404
- ### Features
405
-
406
- * **pipeline:** Add optional capability monitoring deploy step ([26eea3b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/26eea3bb372164ef7190da355c24a7da0070af9f))
407
-
408
- ## [4.8.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.7.0&sourceBranch=refs%2Ftags%2Fv4.8.0) (2023-04-06)
409
-
410
-
411
- ### Features
412
-
413
- * add backup policy method ([4602a77](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4602a77997d9e5af0468a66ffa8692b3ead934f7))
414
- * **fargate:** Set DD_CLOUD_PROVIDER_METADATA to aws ([a768096](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/a76809650282b930525c61b8cc5a96c74ec8859b)), closes [/github.com/DataDog/datadog-agent/blob/547a3fef69dadf4cc300f60e796e7eecb6ec45c2/pkg/config/config_template.yaml#L337-L363](https://collaboration.msi.audi.com/jira/browse/L337-L363)
415
- * **pipeline:** allow to set the pipeline schedules ([d71881e](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d71881e51530f237301a8f4a8f1f97aaeb548a94))
416
-
417
- ## [4.7.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.6.0&sourceBranch=refs%2Ftags%2Fv4.7.0) (2023-03-16)
418
-
419
-
420
- ### Features
421
-
422
- * **serverless-kafka:** add consumerGroupId property ([8c3ae23](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8c3ae23ed08cab5e4765e33c38544b8a74fbded3))
423
-
424
- ## [4.6.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.5.1&sourceBranch=refs%2Ftags%2Fv4.6.0) (2023-03-07)
425
-
426
-
427
- ### Features
428
-
429
- * **pipeline:** set default for codebuild image ([c13e3cf](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c13e3cf877d09546a46653ea751cb9e243dd0281))
430
-
431
- ### [4.5.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.5.0&sourceBranch=refs%2Ftags%2Fv4.5.1) (2023-02-13)
432
-
433
- ## [4.5.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.4.3&sourceBranch=refs%2Ftags%2Fv4.5.0) (2023-02-01)
434
-
435
-
436
- ### Features
437
-
438
- * **contributions:** pipeline-construct - expose main and branch code build projects ([c6eae36](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c6eae36352d73097ecbb0d696163c1f261a0b7a8))
439
-
440
- ### [4.4.3](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.4.2&sourceBranch=refs%2Ftags%2Fv4.4.3) (2023-01-31)
441
-
442
-
443
- ### Bug Fixes
444
-
445
- * :bug: Configured Watchful to ignore out of box upperToLower lambdas ([a072e3f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/a072e3f1607c1d52623a17db0b2c4393b9530323))
446
-
447
- ### [4.4.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.4.1&sourceBranch=refs%2Ftags%2Fv4.4.2) (2023-01-25)
448
-
449
-
450
- ### Bug Fixes
451
-
452
- * :bug: Yarn Debian key expired. ([7bbdd23](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7bbdd23fe3e5a55da7eec49448ec3cdc4b3be8d0))
453
-
454
- ### [4.4.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.4.0&sourceBranch=refs%2Ftags%2Fv4.4.1) (2022-12-21)
455
-
456
- ## [4.4.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.3.1&sourceBranch=refs%2Ftags%2Fv4.4.0) (2022-12-21)
457
-
458
-
459
- ### Features
460
-
461
- * **rio-fargate-service:** Propagate the Fargate service tags to the underlying tasks to support cost allocation ([142fedc](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/142fedcb50b677e2c75d3cc4b088087ae0d6fc1c))
462
-
463
- ### [4.3.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.3.0&sourceBranch=refs%2Ftags%2Fv4.3.1) (2022-12-20)
464
-
465
- ## [4.3.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.2.0&sourceBranch=refs%2Ftags%2Fv4.3.0) (2022-12-20)
466
-
467
-
468
- ### Features
469
-
470
- * **contribution:** Allow disabling alerting for Datadog usage monitoring ([f93e3c6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f93e3c6eff3fd242b250f1696cfc1ab200dfadd9))
471
-
472
- ## [4.2.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.1.1&sourceBranch=refs%2Ftags%2Fv4.2.0) (2022-12-19)
473
-
474
-
475
- ### Features
476
-
477
- * **RioKafkaEventSource:** add lambda EventSource for RIO Kafka ([7eba488](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7eba488871fdeccdc5ce9ccc26944d65ea5a5ed9))
478
- * **RioKafkaEventSource:** add tests and fix jsii compilation ([8c55a30](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8c55a30a819b79d477dc9e056ae8ff5a5f44ee12))
479
-
480
- ### [4.1.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.1.0&sourceBranch=refs%2Ftags%2Fv4.1.1) (2022-11-24)
481
-
482
-
483
- ### Bug Fixes
484
-
485
- * **contributions:** pipeline-construct - Add missing kafka permission to gradle kafka branch build ([9dba7e2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/9dba7e2815bbafde0a889958c7f78a871ae34f4a))
486
-
487
- ## [4.1.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.0.1&sourceBranch=refs%2Ftags%2Fv4.1.0) (2022-11-23)
488
-
489
-
490
- ### Features
491
-
492
- * **contributions:** Remove dependency on custom-resource-certificate and use cdk tools instead ([5ac21a8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5ac21a8010f66be1ad992fc1f00115ca3e008c26))
493
-
494
- ### [4.0.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.0.1&sourceBranch=refs%2Ftags%2Fv4.0.2) (2022-11-09)
495
-
496
- ### [4.0.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.0.0&sourceBranch=refs%2Ftags%2Fv4.0.1) (2022-11-07)
497
-
498
- ## [4.0.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv3.2.0&sourceBranch=refs%2Ftags%2Fv4.0.0) (2022-11-03)
499
-
500
-
501
- ### ⚠ BREAKING CHANGES
502
-
503
- * CDK version update to `2.32.0`
504
-
505
- ### Bug Fixes
506
-
507
- * **contributions:** Pipeline construct - Remove unused parameter ([4ad886b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4ad886befda66feab82cdb389cca06a3b18e61c4))
508
- * **contributions:** Pipeline Construct: upgrade default CodeBuild image ([da93f09](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/da93f099514b2894ed9daa0625c5b7a6b6446e8e))
509
-
510
-
511
- * CDK version update to `2.32.0` ([c26bf7c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c26bf7ca8438b657a09a352fe4402f6fc4efec45))
512
-
513
- ## [3.2.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv3.1.0&sourceBranch=refs%2Ftags%2Fv3.2.0) (2022-11-03)
514
-
515
-
516
- ### Features
517
-
518
- * **contributions:** Pipeline construct - Add option to override code build image ([ac7d344](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/ac7d344082f7a5526e7e2902ec396e1166302197))
519
-
520
- ## [3.1.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv3.0.0&sourceBranch=refs%2Ftags%2Fv3.1.0) (2022-10-31)
521
-
522
-
523
- ### Features
524
-
525
- * **rio-fargate-service:** Support custom Fargate clusters ([2726ab6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2726ab65ab04ffdc106e1fd744b4f0828b11b778))
526
-
527
- ## [3.0.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.7.0&sourceBranch=refs%2Ftags%2Fv3.0.0) (2022-10-27)
528
-
529
-
530
- ### ⚠ BREAKING CHANGES
531
-
532
- * We aligned the folder structure a bit and have changed the folder `datadogLogIndexMonitoring` to `datadog-log-index-monitoring`. If you previously imported using the internal files, i.e., not via the root level `index.ts` file, you might see a breaking change. We generally expose all public interfaces via `index.ts` on the root level and do not recommend importing types/classes/... from internal files. In case you have done that, we recommend changing that. As a workaround to the name change, simply change your import accordingly.
533
-
534
- * align file structure ([453e537](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/453e5375e8ca010a1b087ba788ddf8ac53a2fe89))
535
-
536
- ## [2.7.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.6.2&sourceBranch=refs%2Ftags%2Fv2.7.0) (2022-10-26)
537
-
538
- ⚠️ We have introduced a [breaking change](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d058c177d91556ac82d9b7436c3889c3986faaf2) (on purpose) in this version which does neither show up here and is reflected in the version number (by accident).
539
- Please avoid using this version and migrate to version `3.0.0` instead (and look at the breaking change's description there). ⚠
540
-
541
- ### Features
542
-
543
- * **contributions:** Adapt documentation, fix typo ([422fb3c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/422fb3c139faabc9e0b5acd7b0c017949d51078c))
544
- * **contributions:** Add a cloudfront construct which can be used to deploy FEs via CDK with very little code if sticking to RIO defaults ([095d6e0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/095d6e02d2fee71dfbe8f12d63159b3284dedaca))
545
- * **contributions:** Add an option to easily adjust the script src of the csp without ([86f4543](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/86f4543af955a85f3c15a0074f4f096cb74d7b12))
546
- * **contributions:** Preparing for a release with the new contirbutions ([04a2d81](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/04a2d81a295fdd3675314fc0ed3da7a7cbfc3db4))
547
-
548
- ### [2.6.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.6.1&sourceBranch=refs%2Ftags%2Fv2.6.2) (2022-09-29)
549
-
550
- ### [2.6.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.6.0&sourceBranch=refs%2Ftags%2Fv2.6.1) (2022-09-28)
551
-
552
- ## [2.6.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.8&sourceBranch=refs%2Ftags%2Fv2.6.0) (2022-09-28)
553
-
554
-
555
- ### Features
556
-
557
- * **DatadogLogIndexMonitoring:** Allow adapting the Datadog organization ([aa0e59f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/aa0e59fa3696e10f3134ff51e869be6a1ab79065))
558
-
559
- ### [2.5.8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.7&sourceBranch=refs%2Ftags%2Fv2.5.8) (2022-09-02)
560
-
561
- ### [2.5.7](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.6&sourceBranch=refs%2Ftags%2Fv2.5.7) (2022-08-22)
562
-
563
-
564
- ### Bug Fixes
565
-
566
- * :bug: Fix issue with construct `KafkaTopic` failing when more than 1 topic is created in the same stack ([34cbcaa](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/34cbcaa5cc4513a7353a9035e5df7a93993ba8bb))
567
-
568
- ### [2.5.6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.5&sourceBranch=refs%2Ftags%2Fv2.5.6) (2022-08-02)
569
-
570
- ### [2.5.5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.4&sourceBranch=refs%2Ftags%2Fv2.5.5) (2022-07-29)
571
-
572
- ### [2.5.4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.3&sourceBranch=refs%2Ftags%2Fv2.5.4) (2022-07-28)
573
-
574
- ### [2.5.3](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.2&sourceBranch=refs%2Ftags%2Fv2.5.3) (2022-07-28)
575
-
576
- ### [2.5.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.1&sourceBranch=refs%2Ftags%2Fv2.5.2) (2022-07-28)
577
-
578
- ### [2.5.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.5.0&sourceBranch=refs%2Ftags%2Fv2.5.1) (2022-07-28)
579
-
580
- ## [2.5.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.4.2&sourceBranch=refs%2Ftags%2Fv2.5.0) (2022-07-28)
581
-
582
-
583
- ### Features
584
-
585
- * **contributions:** Add support for Datadog usage monitoring ([d9e9375](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d9e9375b299ad3d12ad8cb2361c54402c5a877b1))
586
- * **contributions:** Add support for Datadog usage monitoring ([6b729a7](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6b729a77e63ec10fd4b3bd792d1008751e3d120b))
587
-
588
- ### [2.4.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.4.1&sourceBranch=refs%2Ftags%2Fv2.4.2) (2022-07-20)
589
-
590
- ### [2.4.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.4.0&sourceBranch=refs%2Ftags%2Fv2.4.1) (2022-07-20)
591
-
592
- ## [2.4.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.3.3&sourceBranch=refs%2Ftags%2Fv2.4.0) (2022-07-14)
593
-
594
-
595
- ### Features
596
-
597
- * :sparkles: Added new beta feature to create new AWS Backup monitors in datadog ([304da82](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/304da82a4476f16398917d795a67c3af2d5c3640))
598
-
599
- ### [2.3.3](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.3.2&sourceBranch=refs%2Ftags%2Fv2.3.3) (2022-07-12)
600
-
601
- ### [2.3.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.3.1&sourceBranch=refs%2Ftags%2Fv2.3.2) (2022-07-06)
602
-
603
- ### [2.3.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.3.0&sourceBranch=refs%2Ftags%2Fv2.3.1) (2022-07-04)
604
-
605
- ## [2.3.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.2.0&sourceBranch=refs%2Ftags%2Fv2.3.0) (2022-06-21)
606
-
607
-
608
- ### Features
609
-
610
- * **contributions:** Provide more information on contributions in general ([535b600](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/535b60081f90914b0519f8ade15b4c5b49aac01a))
611
- * **contributions:** Provide more information on contributions in general ([f87d671](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f87d67157029bc5f8e9d35b7feaea205b4914e28))
612
- * **fargate-template:** Support ARM ([b451bc2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/b451bc2c05b0988183288669dec79947c89a22de))
613
- * **fargate-template:** Support ARM ([cc3e84f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/cc3e84f8f6521d20c110be2b3a3cd9a481b2619d))
614
-
615
- ## [2.2.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.1.0&sourceBranch=refs%2Ftags%2Fv2.2.0) (2022-06-14)
616
-
617
-
618
- ### Features
619
-
620
- * New construct - Opinionated RIO pipeline ([7f6fd07](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7f6fd0778d498f4d62a9b5def6ac476b95f3ab4e))
621
- * New construct - Opinionated RIO pipeline ([a290a92](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/a290a92ace145966537e51546449fd64cddd99ad))
622
- * New construct - Opinionated RIO pipeline ([0e16395](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/0e16395374a83d6a5ff05abc7c68f9141a73c991))
623
- * New construct - Opinionated RIO pipeline ([ca831c2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/ca831c2321c0a68ad24ecf80d76dc1d857a72868))
624
- * New construct - Opinionated RIO pipeline ([e1e5bbf](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e1e5bbf7444745702fd3cee65ecbf2820e1f4d26))
625
- * New construct - Opinionated RIO pipeline ([c79b5ba](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c79b5bad900db68fb06aed8606852618c58cae6f))
626
- * New construct - Opinionated RIO pipeline ([9a3e471](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/9a3e471508966faa9c0fa391518de6a817545698))
627
- * New construct - Opinionated RIO pipeline ([5bebea5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5bebea5ebec06fbc8c8b637310f9d98a0e98cc48))
628
- * New construct - Opinionated RIO pipeline ([3f6ac5d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/3f6ac5d673c083643f5831d52b6a9ff7eacc9698))
629
- * New construct - Opinionated RIO pipeline ([744d9b9](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/744d9b93bd3816d1f8c588f05456cdbadbdb035f))
630
- * New construct - Opinionated RIO pipeline ([8872869](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/88728697b502be5e383a91627af4bdc0eff34366))
631
- * New construct - Opinionated RIO pipeline ([89ac4d8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/89ac4d84315326b326b0b56e2317ec6f6af03490))
632
-
633
- ## [2.1.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.6&sourceBranch=refs%2Ftags%2Fv2.1.0) (2022-06-02)
634
-
635
-
636
- ### Features
637
-
638
- * :sparkles: Added log monitor error for lambda in watchful ([2e01032](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2e010327cd11b92f455aace32d10ce47f0afb503))
639
-
640
- ### [2.0.6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.5&sourceBranch=refs%2Ftags%2Fv2.0.6) (2022-05-31)
641
-
642
-
643
- ### Bug Fixes
644
-
645
- * Migrate Datadog log monitoring to Datadog's "New Events Feature" ([97a3621](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/97a36210a466d9b13fdf07c4cc859c168159e302))
646
-
647
- ### [2.0.5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.4&sourceBranch=refs%2Ftags%2Fv2.0.5) (2022-05-30)
648
-
649
-
650
- ### Bug Fixes
651
-
652
- * Migrate Datadog log monitoring to Datadog's "New Events Feature" ([49ef30c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/49ef30c4ffe16e4bb9261034b72b78535b792893))
653
-
654
- ### [2.0.4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.3&sourceBranch=refs%2Ftags%2Fv2.0.4) (2022-05-30)
655
-
656
-
657
- ### Bug Fixes
658
-
659
- * Migrate Datadog log monitoring to Datadog's "New Events Feature" ([943d8a9](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/943d8a98de63ab2336ac727d4966dafd12d02a3f))
660
-
661
- ### [2.0.3](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.2&sourceBranch=refs%2Ftags%2Fv2.0.3) (2022-05-19)
662
-
663
- ### [2.0.2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.1&sourceBranch=refs%2Ftags%2Fv2.0.2) (2022-04-21)
664
-
665
- ### [2.0.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.0.0&sourceBranch=refs%2Ftags%2Fv2.0.1) (2022-04-08)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * fix missing quote and curly braces ([741a1b8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/741a1b8ffca8f7a7c9cfda9de6598f4b4dffde7d))
671
-
672
- ## [2.0.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv1.0.1&sourceBranch=refs%2Ftags%2Fv2.0.0) (2022-04-07)
673
-
674
-
675
- ### ⚠ BREAKING CHANGES
676
-
677
- * Property `package` of `Claidometer` has been renamed to `packageName`
678
-
679
- ### Features
680
-
681
- * jsii compliant property naming ([784e60a](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/784e60a1ff81f41c4f1873a496191a99b9b3ef9e))
682
-
683
- ### [1.0.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv1.0.1-alpha.0&sourceBranch=refs%2Ftags%2Fv1.0.1) (2022-04-07)
684
-
685
- ### [1.0.1-alpha.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv0.10.63&sourceBranch=refs%2Ftags%2Fv1.0.1-alpha.0) (2022-04-06)
10
+ * **KafkaTopicV4:** add managed backup property to topic ([16174f3](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/16174f30b9b5757454b4ab9ba7e038a471a1cb01))