@rio-cloud/cdk-v2-constructs 6.7.2 → 6.9.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.
- package/.jsii +204 -81
- package/docs/API.md +827 -43
- package/docs/changelog.md +37 -616
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +12 -12
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +1 -1
- package/lib/datadog/datadog-monitor.d.ts +2 -2
- package/lib/datadog/datadog-monitor.js +1 -1
- package/lib/datadogv2/datadog-dashboard.d.ts +1 -1
- package/lib/datadogv2/datadog-dashboard.js +1 -1
- package/lib/datadogv2/datadog-monitor.js +1 -2
- package/lib/datadogv2/datadog-notification.d.ts +4 -4
- package/lib/datadogv2/datadog-notification.js +3 -3
- package/lib/fargate/rio-fargate-service.d.ts +6 -6
- package/lib/fargate/rio-fargate-service.js +1 -1
- package/lib/iam/ecr-pull-through-cache-policy-statement.d.ts +4 -0
- package/lib/iam/ecr-pull-through-cache-policy-statement.js +25 -0
- package/lib/iam/index.d.ts +1 -0
- package/lib/iam/index.js +18 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -2
- package/lib/kafka/kafka-event-spec.d.ts +2 -2
- package/lib/kafka/kafka-event-spec.js +3 -3
- package/lib/kafka/kafka-topic.js +1 -1
- package/lib/kafka/rio-kafka-event-source.d.ts +4 -1
- package/lib/kafka/rio-kafka-event-source.js +1 -1
- package/lib/toggle.d.ts +7 -7
- package/lib/toggle.js +9 -12
- package/lib/watchful/ecs.d.ts +7 -0
- package/lib/watchful/ecs.js +21 -1
- package/lib/watchful/monitor-type.d.ts +5 -1
- package/lib/watchful/monitor-type.js +5 -1
- package/lib/watchful/watchful.d.ts +19 -3
- package/lib/watchful/watchful.js +15 -3
- package/lib/watchfulv2/watchful.d.ts +7 -3
- package/lib/watchfulv2/watchful.js +7 -3
- package/package.json +3 -3
- package/version.json +1 -1
- package/CHANGELOG.md +0 -99
package/docs/changelog.md
CHANGED
|
@@ -2,691 +2,112 @@
|
|
|
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
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* use proper functionname tag with lowercase value in query of lambda log monitors ([58d1b1c](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/58d1b1c777b2ba0ede367a8535d79b80e679ca49))
|
|
11
|
-
|
|
12
|
-
## [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)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### ⚠ BREAKING CHANGES
|
|
16
|
-
|
|
17
|
-
* Without the as_count aggregator, the metrics are not calculated properly
|
|
18
|
-
|
|
19
|
-
RIOCLAID-3936
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* :boom: Using as_count aggregator for alb 5xx error monitor ([a073c65](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/a073c654b2d9177692856a429520d9e225abe056))
|
|
24
|
-
|
|
25
|
-
## [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)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Features
|
|
29
|
-
|
|
30
|
-
* replace deprecated logforwarder by the new one ([db3710b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/db3710bcd1e34689da7454822ada2e038ac5b319))
|
|
31
|
-
|
|
32
|
-
## [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)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### ⚠ BREAKING CHANGES
|
|
36
|
-
|
|
37
|
-
* remove unused Opsgenie-related property DataDogLogAlarm.autoCloseOpsGenieAlerts
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* remove unused Opsgenie-related property DataDogLogAlarm.autoCloseOpsGenieAlerts ([9cad729](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/9cad729fe0add66cfcff5b97af00c7061abaafeb))
|
|
42
|
-
|
|
43
|
-
## [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)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
* :boom: Fixed the incorrect pipeline type ([1009db7](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/1009db7d5edcb8bdc17fab441a1013cd597fac62))
|
|
49
|
-
|
|
50
|
-
## [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)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* :sparkles: Added a new contruct to classify the pipeline type ([eeee4c6](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/eeee4c6071ae220e2aaaafbf07b634ab847f1290))
|
|
56
|
-
|
|
57
|
-
## [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)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Features
|
|
61
|
-
|
|
62
|
-
* **datadog:** Add new DownloadableDatadogDashboard construct & download helper ([0ba2194](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/0ba219463c592fb19f67d9c83440edeaf2d98364))
|
|
63
|
-
|
|
64
|
-
## [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)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Bug Fixes
|
|
68
|
-
|
|
69
|
-
* **pipeline:** fix notification bug in main pipeline alert: ([a23db78](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/a23db78bb1ddbf143528afae98544c8026a23bed))
|
|
70
|
-
|
|
71
|
-
## [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)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Features
|
|
75
|
-
|
|
76
|
-
* **datadog:** add support for all Datadog monitor options ([3582468](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/3582468227763acfe2be63a459e9d598a6c3bc8f))
|
|
77
|
-
|
|
78
|
-
## [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)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* **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))
|
|
84
|
-
|
|
85
|
-
## [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)
|
|
86
|
-
|
|
87
|
-
## [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)
|
|
88
|
-
|
|
89
|
-
## [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)
|
|
90
|
-
|
|
91
|
-
## [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)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
* :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))
|
|
97
|
-
|
|
98
|
-
## [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)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Features
|
|
102
|
-
|
|
103
|
-
* **pipeline:** Tag CodeBuild projects to improve metrics ([802246e](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/802246ec75ff6dc47c2100010ce54c84ba591bde))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
* 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))
|
|
109
|
-
* Revert to original CHANGELOG.md and version.json ([769de0e](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/769de0e1f9ab5b0e181eec86775a37f612010639))
|
|
110
|
-
|
|
111
|
-
## [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)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Features
|
|
115
|
-
|
|
116
|
-
* deletion permission for KafkaTopic ([7e8c623](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e8c6231c4257227674eb3b99f884f2bd34a3bc0))
|
|
117
|
-
|
|
118
|
-
## [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)
|
|
119
|
-
|
|
120
|
-
## [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)
|
|
121
|
-
|
|
122
|
-
## [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)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
* **pipeline:** Use Lambda Compute in some simple CodeBuild steps ([29b04f8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/29b04f8c212847a74213a668ca6f9c54759f9325))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
* :bug: modify ecs.memory_utilization metric name ([f4e33b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f4e33b4beaa41522d1d8461ca5afb4056403c4a2))
|
|
133
|
-
|
|
134
|
-
## [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)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### Features
|
|
138
|
-
|
|
139
|
-
* **pipeline:** Use Lambda Compute in some simple CodeBuild steps ([29b04f8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/29b04f8c212847a74213a668ca6f9c54759f9325))
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
* :bug: modify ecs.memory_utilization metric name ([f4e33b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f4e33b4beaa41522d1d8461ca5afb4056403c4a2))
|
|
145
|
-
|
|
146
|
-
## [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)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* Modify ECS memory utilization monitor ([fd21e45](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/fd21e45869e98d821b60486ab9a8e71dd88fb346))
|
|
152
|
-
|
|
153
|
-
## [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)
|
|
154
|
-
|
|
155
|
-
## [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)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### ⚠ BREAKING CHANGES
|
|
159
|
-
|
|
160
|
-
* set evaluationDelay explicitlty if required
|
|
161
|
-
|
|
162
|
-
* chore!(datadogv2): change default evaluationDelay of monitor. ([4d758b0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4d758b055f96f7960ef85d2b5f08398265344f93))
|
|
5
|
+
## [6.9.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.8.0&sourceBranch=refs%2Ftags%2Fv6.9.0) (2024-09-24)
|
|
163
6
|
|
|
164
7
|
|
|
165
8
|
### Features
|
|
166
9
|
|
|
167
|
-
*
|
|
10
|
+
* add ecr-pull-through-cache-policy ([f4f3448](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f4f34483ec949e69007e0a146664269af564f749))
|
|
168
11
|
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
* monitor id returns number but we need string ([65489a5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/65489a5b0c72e7a68b16eb9060819499cbc99255))
|
|
173
|
-
|
|
174
|
-
## [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)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Features
|
|
178
|
-
|
|
179
|
-
* add ecs abruptly stopped monitor into the contribution folder ([6f9dc42](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6f9dc4239c13ba6c6d956bb85444e35d0a27b621))
|
|
180
|
-
* Switched to non blocking configuration in case of firelens ([0eebbd8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/0eebbd8a8bd769d6911f9ab02f499148aeff7e1f))
|
|
181
|
-
|
|
182
|
-
## [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)
|
|
12
|
+
## [6.8.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.7.2&sourceBranch=refs%2Ftags%2Fv6.8.0) (2024-09-12)
|
|
183
13
|
|
|
184
14
|
|
|
185
15
|
### Features
|
|
186
16
|
|
|
187
|
-
*
|
|
188
|
-
|
|
189
|
-
## [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)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
17
|
+
* adding monitor for running fargate tasks ([f9c5f3d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f9c5f3d91657f52194da4d377168b21ddfded86b))
|
|
193
18
|
|
|
194
|
-
|
|
19
|
+
## [6.7.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.7.1&sourceBranch=refs%2Ftags%2Fv6.7.2) (2024-09-10)
|
|
195
20
|
|
|
196
21
|
|
|
197
22
|
### Bug Fixes
|
|
198
23
|
|
|
199
|
-
*
|
|
200
|
-
* snapshot tests with increased version number. ([c71b5fc](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c71b5fc29b61d3fa21b232cfaa404bd419f3e515))
|
|
201
|
-
|
|
202
|
-
## [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)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### Features
|
|
206
|
-
|
|
207
|
-
* :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))
|
|
24
|
+
* revert workaround for expired GitHub gpg key ([af8517b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/af8517b4e2a4067e5009fdbfbdc44bc1959713f6))
|
|
208
25
|
|
|
209
|
-
|
|
26
|
+
## [6.7.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.7.0&sourceBranch=refs%2Ftags%2Fv6.7.1) (2024-09-06)
|
|
210
27
|
|
|
211
28
|
|
|
212
29
|
### Bug Fixes
|
|
213
30
|
|
|
214
|
-
*
|
|
31
|
+
* remove GitHub package repository from RioSecretsDeployStep CodeBuild image to get rid of expired GPG key ([143d30d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/143d30dee0c1bd39c95b6df91ce425665a17dd26))
|
|
215
32
|
|
|
216
|
-
## [
|
|
33
|
+
## [6.7.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.6.1&sourceBranch=refs%2Ftags%2Fv6.7.0) (2024-09-03)
|
|
217
34
|
|
|
218
35
|
|
|
219
36
|
### Features
|
|
220
37
|
|
|
221
|
-
*
|
|
222
|
-
* tags for pipelines. ([f7da427](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f7da427b1a357e8144d95936effa0bbb8cbaf85e))
|
|
38
|
+
* add pre-configured wrapper around the Datadog construct for instrumenting lambdas. ([cd2c12a](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/cd2c12a238f72b044f5517768b03e4663f992c50))
|
|
223
39
|
|
|
224
|
-
|
|
40
|
+
## [6.6.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.6.0&sourceBranch=refs%2Ftags%2Fv6.6.1) (2024-08-14)
|
|
225
41
|
|
|
226
42
|
|
|
227
43
|
### Bug Fixes
|
|
228
44
|
|
|
229
|
-
*
|
|
45
|
+
* add missing healthcheck command for firelens sidecar ([9952738](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/9952738dd94a8c6b1faa1deb7210dbf139a8c72c)), closes [#33](https://jira.collaboration-man.com/browse/33)
|
|
230
46
|
|
|
231
|
-
## [
|
|
47
|
+
## [6.6.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.5.0&sourceBranch=refs%2Ftags%2Fv6.6.0) (2024-08-08)
|
|
232
48
|
|
|
233
49
|
|
|
234
50
|
### Features
|
|
235
51
|
|
|
236
|
-
* add
|
|
237
|
-
|
|
238
|
-
## [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)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Features
|
|
242
|
-
|
|
243
|
-
* **pipeline:** Increase gradle heap size for dependency check task ([7fdecf8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7fdecf82db62154ceebf41c1992fe4f28b864369))
|
|
244
|
-
|
|
245
|
-
### [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)
|
|
52
|
+
* add aws log group for firelense sidecar ([556aae1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/556aae127ac90fc33c38d2c0b9f7c88dde64d5da))
|
|
53
|
+
* add health-check endpoint for firelens sidecar ([4c99731](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/4c997311c3c0a94f044d5bf16b1a9dd1918c05d5))
|
|
246
54
|
|
|
247
55
|
|
|
248
56
|
### Bug Fixes
|
|
249
57
|
|
|
250
|
-
*
|
|
58
|
+
* correct wrong import path ([e44926b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/e44926b4a1096d28bbc3c8e74d15d854af0e7ad0))
|
|
251
59
|
|
|
252
|
-
## [
|
|
60
|
+
## [6.5.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.4.1&sourceBranch=refs%2Ftags%2Fv6.5.0) (2024-08-08)
|
|
253
61
|
|
|
254
62
|
|
|
255
63
|
### Features
|
|
256
64
|
|
|
257
|
-
*
|
|
65
|
+
* **cloudfront:** allow functions to be associated with the default behaviour of the distribution ([76ae4d4](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/76ae4d422a7ad574eae134db5f79f03a4cd82d01))
|
|
66
|
+
* **cloudfront:** update changelog for allow functions to be associated with the default behaviour of the distribution ([e30ee56](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/e30ee5623859ea9a11d50c8c39f44899d1d16370))
|
|
67
|
+
* **cloudfront:** update claidometer for allow functions to be associated with the default behaviour of the distribution ([b61de03](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/b61de03abd349bc7fad68e0f49b66eaa362a200a))
|
|
258
68
|
|
|
69
|
+
## [6.4.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.4.0&sourceBranch=refs%2Ftags%2Fv6.4.1) (2024-08-06)
|
|
259
70
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
* interface and version determination ([bacabb4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/bacabb43add4f3d58d1bfde88445b0b813f3a11a))
|
|
263
|
-
|
|
264
|
-
## [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)
|
|
71
|
+
## [6.4.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.3.2&sourceBranch=refs%2Ftags%2Fv6.4.0) (2024-08-02)
|
|
265
72
|
|
|
266
73
|
|
|
267
74
|
### Features
|
|
268
75
|
|
|
269
|
-
*
|
|
76
|
+
* Allow the configuration of the datadog log forwarder ([1a938d6](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/1a938d637f337e6f9e6811cb8dc06b3a6852399c))
|
|
77
|
+
* Allow the configuration of the datadog log forwarder ([031b00d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/031b00d96b36840bd7789fae9847f7f1998afcf1))
|
|
78
|
+
* Allow the configuration of the datadog log forwarder ([301a9e7](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/301a9e783572476a403a79236d9589de6f71a208))
|
|
270
79
|
|
|
271
|
-
## [
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Features
|
|
80
|
+
## [6.3.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.3.1&sourceBranch=refs%2Ftags%2Fv6.3.2) (2024-08-01)
|
|
275
81
|
|
|
276
|
-
|
|
277
|
-
* :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))
|
|
82
|
+
## [6.3.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.3.0&sourceBranch=refs%2Ftags%2Fv6.3.1) (2024-08-01)
|
|
278
83
|
|
|
279
|
-
## [
|
|
84
|
+
## [6.3.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.2.2&sourceBranch=refs%2Ftags%2Fv6.3.0) (2024-07-23)
|
|
280
85
|
|
|
281
86
|
|
|
282
87
|
### Features
|
|
283
88
|
|
|
284
|
-
*
|
|
89
|
+
* adjust gitlab runner construct to handle new registration process and change worker props since now one manager can only handle one runner group ([f744213](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f74421342e21729a4b8732e4913ad31d93f0d818))
|
|
285
90
|
|
|
286
|
-
|
|
91
|
+
## [6.2.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.2.1&sourceBranch=refs%2Ftags%2Fv6.2.2) (2024-07-19)
|
|
287
92
|
|
|
288
|
-
## [
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* **pipeline:** Use central cache as pipeline artifact bucket ([af1dd96](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/af1dd961590d739c4a46486ed4ef8718be60ef16))
|
|
294
|
-
|
|
295
|
-
### [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)
|
|
93
|
+
## [6.2.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.2.0&sourceBranch=refs%2Ftags%2Fv6.2.1) (2024-07-19)
|
|
296
94
|
|
|
297
95
|
|
|
298
96
|
### Bug Fixes
|
|
299
97
|
|
|
300
|
-
*
|
|
98
|
+
* restore the absent files from the previous commit that caused a faulty release ([3f2d0ad](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/3f2d0add3ba07e68cf6cd5d9d9d0c557c91f01eb))
|
|
301
99
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
* move priority to proper location ([7a5f66c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7a5f66cb47ccf12f7995ee7e33203d8d8f798533))
|
|
308
|
-
|
|
309
|
-
## [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)
|
|
100
|
+
## [6.2.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.1.0&sourceBranch=refs%2Ftags%2Fv6.2.0) (2024-07-19)
|
|
310
101
|
|
|
311
102
|
|
|
312
103
|
### Features
|
|
313
104
|
|
|
314
|
-
*
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### Bug Fixes
|
|
318
|
-
|
|
319
|
-
* :bug: Fix issue with datadog monitor v1 not exposed ([72a1b50](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/72a1b5086736e0029ecccbc95a167781cec70f5d))
|
|
320
|
-
|
|
321
|
-
### [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)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
### Bug Fixes
|
|
325
|
-
|
|
326
|
-
* Added notification property to log error monitor ([e35bb78](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e35bb78649fdae3029c44c75e1b25eeb574ed0e4))
|
|
327
|
-
* Exposing upper-to-lower class ([4c92870](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4c92870d082aa023f7d69111caba4e2cf3230b35))
|
|
328
|
-
|
|
329
|
-
### [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)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
* wrong scope of child construct ([f0f9fae](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f0f9fae2b7dbe842e00b42b3e2d9b0ffe36a487b))
|
|
105
|
+
* Adding GitLabRunner, RunnerRoles, and SpotServiceLinkedRole constructs as SmartRoute contribution ([d426937](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/d4269373e4cf90e3d8803e0755b15c5fdb808ee1))
|
|
106
|
+
* Bump version in prep vor release of GitLab constructs ([7e75755](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e75755e9cd42fb85187b9e37a4f9e1b27a253e1))
|
|
335
107
|
|
|
336
|
-
## [
|
|
108
|
+
## [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)
|
|
337
109
|
|
|
338
110
|
|
|
339
111
|
### Features
|
|
340
112
|
|
|
341
|
-
*
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* **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))
|
|
347
|
-
|
|
348
|
-
## [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)
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
### Features
|
|
352
|
-
|
|
353
|
-
* added DatadogDashboard construct ([e87ca30](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e87ca3030ae8d9558832cd114aacc2460acefee6))
|
|
354
|
-
* added RioPagingNotification ([d8e023d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d8e023d1502697c4e0e055a517368630fd4aed66))
|
|
355
|
-
* **watchfulv2,datadogv2:** ready to release ([c69ca6b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c69ca6b7fea331eb18da1e6ea0db4c55da394e95))
|
|
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.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)
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### Bug Fixes
|
|
366
|
-
|
|
367
|
-
* :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))
|
|
368
|
-
|
|
369
|
-
### [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)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### Bug Fixes
|
|
373
|
-
|
|
374
|
-
* **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))
|
|
375
|
-
|
|
376
|
-
## [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)
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
### Features
|
|
380
|
-
|
|
381
|
-
* **pipeline:** Add cache to codebuild projects ([d7df2d1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d7df2d136fc3e54a0b8c6d1fef06f04c13bbd526))
|
|
382
|
-
|
|
383
|
-
## [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)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Features
|
|
387
|
-
|
|
388
|
-
* **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))
|
|
389
|
-
|
|
390
|
-
## [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)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
### Features
|
|
394
|
-
|
|
395
|
-
* **pipeline:** update nodejs runtime ([88a563c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/88a563c45a63c1e0ac7d33dbf6cd11629ca945e9))
|
|
396
|
-
* **pipeline:** update nodejs runtime ([9eb2e2d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/9eb2e2de5d0f5296eed0ce16e01721e701d866a2))
|
|
397
|
-
* **pipeline:** update nodejs runtime ([c137b9b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c137b9b9190931aa48a3275ccfc18e48033e76b6))
|
|
398
|
-
|
|
399
|
-
### [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)
|
|
400
|
-
|
|
401
|
-
## [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)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### Features
|
|
405
|
-
|
|
406
|
-
* **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))
|
|
407
|
-
|
|
408
|
-
## [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)
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
### Features
|
|
412
|
-
|
|
413
|
-
* **pipeline:** Add optional capability monitoring deploy step ([26eea3b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/26eea3bb372164ef7190da355c24a7da0070af9f))
|
|
414
|
-
|
|
415
|
-
## [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)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Features
|
|
419
|
-
|
|
420
|
-
* add backup policy method ([4602a77](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4602a77997d9e5af0468a66ffa8692b3ead934f7))
|
|
421
|
-
* **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)
|
|
422
|
-
* **pipeline:** allow to set the pipeline schedules ([d71881e](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d71881e51530f237301a8f4a8f1f97aaeb548a94))
|
|
423
|
-
|
|
424
|
-
## [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)
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
429
|
-
* **serverless-kafka:** add consumerGroupId property ([8c3ae23](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8c3ae23ed08cab5e4765e33c38544b8a74fbded3))
|
|
430
|
-
|
|
431
|
-
## [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)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Features
|
|
435
|
-
|
|
436
|
-
* **pipeline:** set default for codebuild image ([c13e3cf](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c13e3cf877d09546a46653ea751cb9e243dd0281))
|
|
437
|
-
|
|
438
|
-
### [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)
|
|
439
|
-
|
|
440
|
-
## [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)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Features
|
|
444
|
-
|
|
445
|
-
* **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))
|
|
446
|
-
|
|
447
|
-
### [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)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### Bug Fixes
|
|
451
|
-
|
|
452
|
-
* :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))
|
|
453
|
-
|
|
454
|
-
### [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)
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
### Bug Fixes
|
|
458
|
-
|
|
459
|
-
* :bug: Yarn Debian key expired. ([7bbdd23](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7bbdd23fe3e5a55da7eec49448ec3cdc4b3be8d0))
|
|
460
|
-
|
|
461
|
-
### [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)
|
|
462
|
-
|
|
463
|
-
## [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)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Features
|
|
467
|
-
|
|
468
|
-
* **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))
|
|
469
|
-
|
|
470
|
-
### [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)
|
|
471
|
-
|
|
472
|
-
## [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)
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
### Features
|
|
476
|
-
|
|
477
|
-
* **contribution:** Allow disabling alerting for Datadog usage monitoring ([f93e3c6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f93e3c6eff3fd242b250f1696cfc1ab200dfadd9))
|
|
478
|
-
|
|
479
|
-
## [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)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Features
|
|
483
|
-
|
|
484
|
-
* **RioKafkaEventSource:** add lambda EventSource for RIO Kafka ([7eba488](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7eba488871fdeccdc5ce9ccc26944d65ea5a5ed9))
|
|
485
|
-
* **RioKafkaEventSource:** add tests and fix jsii compilation ([8c55a30](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8c55a30a819b79d477dc9e056ae8ff5a5f44ee12))
|
|
486
|
-
|
|
487
|
-
### [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)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Bug Fixes
|
|
491
|
-
|
|
492
|
-
* **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))
|
|
493
|
-
|
|
494
|
-
## [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)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### Features
|
|
498
|
-
|
|
499
|
-
* **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))
|
|
500
|
-
|
|
501
|
-
### [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)
|
|
502
|
-
|
|
503
|
-
### [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)
|
|
504
|
-
|
|
505
|
-
## [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)
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
### ⚠ BREAKING CHANGES
|
|
509
|
-
|
|
510
|
-
* CDK version update to `2.32.0`
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
* **contributions:** Pipeline construct - Remove unused parameter ([4ad886b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4ad886befda66feab82cdb389cca06a3b18e61c4))
|
|
515
|
-
* **contributions:** Pipeline Construct: upgrade default CodeBuild image ([da93f09](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/da93f099514b2894ed9daa0625c5b7a6b6446e8e))
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
* CDK version update to `2.32.0` ([c26bf7c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c26bf7ca8438b657a09a352fe4402f6fc4efec45))
|
|
519
|
-
|
|
520
|
-
## [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)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
* **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))
|
|
526
|
-
|
|
527
|
-
## [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)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### Features
|
|
531
|
-
|
|
532
|
-
* **rio-fargate-service:** Support custom Fargate clusters ([2726ab6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2726ab65ab04ffdc106e1fd744b4f0828b11b778))
|
|
533
|
-
|
|
534
|
-
## [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)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
### ⚠ BREAKING CHANGES
|
|
538
|
-
|
|
539
|
-
* 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.
|
|
540
|
-
|
|
541
|
-
* align file structure ([453e537](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/453e5375e8ca010a1b087ba788ddf8ac53a2fe89))
|
|
542
|
-
|
|
543
|
-
## [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)
|
|
544
|
-
|
|
545
|
-
⚠️ 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).
|
|
546
|
-
Please avoid using this version and migrate to version `3.0.0` instead (and look at the breaking change's description there). ⚠
|
|
547
|
-
|
|
548
|
-
### Features
|
|
549
|
-
|
|
550
|
-
* **contributions:** Adapt documentation, fix typo ([422fb3c](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/422fb3c139faabc9e0b5acd7b0c017949d51078c))
|
|
551
|
-
* **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))
|
|
552
|
-
* **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))
|
|
553
|
-
* **contributions:** Preparing for a release with the new contirbutions ([04a2d81](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/04a2d81a295fdd3675314fc0ed3da7a7cbfc3db4))
|
|
554
|
-
|
|
555
|
-
### [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)
|
|
556
|
-
|
|
557
|
-
### [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)
|
|
558
|
-
|
|
559
|
-
## [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)
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
### Features
|
|
563
|
-
|
|
564
|
-
* **DatadogLogIndexMonitoring:** Allow adapting the Datadog organization ([aa0e59f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/aa0e59fa3696e10f3134ff51e869be6a1ab79065))
|
|
565
|
-
|
|
566
|
-
### [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)
|
|
567
|
-
|
|
568
|
-
### [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)
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
### Bug Fixes
|
|
572
|
-
|
|
573
|
-
* :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))
|
|
574
|
-
|
|
575
|
-
### [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)
|
|
576
|
-
|
|
577
|
-
### [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)
|
|
578
|
-
|
|
579
|
-
### [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)
|
|
580
|
-
|
|
581
|
-
### [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)
|
|
582
|
-
|
|
583
|
-
### [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)
|
|
584
|
-
|
|
585
|
-
### [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)
|
|
586
|
-
|
|
587
|
-
## [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)
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
### Features
|
|
591
|
-
|
|
592
|
-
* **contributions:** Add support for Datadog usage monitoring ([d9e9375](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d9e9375b299ad3d12ad8cb2361c54402c5a877b1))
|
|
593
|
-
* **contributions:** Add support for Datadog usage monitoring ([6b729a7](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6b729a77e63ec10fd4b3bd792d1008751e3d120b))
|
|
594
|
-
|
|
595
|
-
### [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)
|
|
596
|
-
|
|
597
|
-
### [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)
|
|
598
|
-
|
|
599
|
-
## [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)
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
### Features
|
|
603
|
-
|
|
604
|
-
* :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))
|
|
605
|
-
|
|
606
|
-
### [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)
|
|
607
|
-
|
|
608
|
-
### [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)
|
|
609
|
-
|
|
610
|
-
### [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)
|
|
611
|
-
|
|
612
|
-
## [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)
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Features
|
|
616
|
-
|
|
617
|
-
* **contributions:** Provide more information on contributions in general ([535b600](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/535b60081f90914b0519f8ade15b4c5b49aac01a))
|
|
618
|
-
* **contributions:** Provide more information on contributions in general ([f87d671](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f87d67157029bc5f8e9d35b7feaea205b4914e28))
|
|
619
|
-
* **fargate-template:** Support ARM ([b451bc2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/b451bc2c05b0988183288669dec79947c89a22de))
|
|
620
|
-
* **fargate-template:** Support ARM ([cc3e84f](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/cc3e84f8f6521d20c110be2b3a3cd9a481b2619d))
|
|
621
|
-
|
|
622
|
-
## [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)
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
### Features
|
|
626
|
-
|
|
627
|
-
* New construct - Opinionated RIO pipeline ([7f6fd07](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7f6fd0778d498f4d62a9b5def6ac476b95f3ab4e))
|
|
628
|
-
* New construct - Opinionated RIO pipeline ([a290a92](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/a290a92ace145966537e51546449fd64cddd99ad))
|
|
629
|
-
* New construct - Opinionated RIO pipeline ([0e16395](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/0e16395374a83d6a5ff05abc7c68f9141a73c991))
|
|
630
|
-
* New construct - Opinionated RIO pipeline ([ca831c2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/ca831c2321c0a68ad24ecf80d76dc1d857a72868))
|
|
631
|
-
* New construct - Opinionated RIO pipeline ([e1e5bbf](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e1e5bbf7444745702fd3cee65ecbf2820e1f4d26))
|
|
632
|
-
* New construct - Opinionated RIO pipeline ([c79b5ba](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c79b5bad900db68fb06aed8606852618c58cae6f))
|
|
633
|
-
* New construct - Opinionated RIO pipeline ([9a3e471](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/9a3e471508966faa9c0fa391518de6a817545698))
|
|
634
|
-
* New construct - Opinionated RIO pipeline ([5bebea5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5bebea5ebec06fbc8c8b637310f9d98a0e98cc48))
|
|
635
|
-
* New construct - Opinionated RIO pipeline ([3f6ac5d](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/3f6ac5d673c083643f5831d52b6a9ff7eacc9698))
|
|
636
|
-
* New construct - Opinionated RIO pipeline ([744d9b9](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/744d9b93bd3816d1f8c588f05456cdbadbdb035f))
|
|
637
|
-
* New construct - Opinionated RIO pipeline ([8872869](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/88728697b502be5e383a91627af4bdc0eff34366))
|
|
638
|
-
* New construct - Opinionated RIO pipeline ([89ac4d8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/89ac4d84315326b326b0b56e2317ec6f6af03490))
|
|
639
|
-
|
|
640
|
-
## [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)
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
### Features
|
|
644
|
-
|
|
645
|
-
* :sparkles: Added log monitor error for lambda in watchful ([2e01032](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2e010327cd11b92f455aace32d10ce47f0afb503))
|
|
646
|
-
|
|
647
|
-
### [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)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
* 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))
|
|
653
|
-
|
|
654
|
-
### [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)
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
### Bug Fixes
|
|
658
|
-
|
|
659
|
-
* 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))
|
|
660
|
-
|
|
661
|
-
### [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)
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
### Bug Fixes
|
|
665
|
-
|
|
666
|
-
* 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))
|
|
667
|
-
|
|
668
|
-
### [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)
|
|
669
|
-
|
|
670
|
-
### [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)
|
|
671
|
-
|
|
672
|
-
### [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)
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
### Bug Fixes
|
|
676
|
-
|
|
677
|
-
* fix missing quote and curly braces ([741a1b8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/741a1b8ffca8f7a7c9cfda9de6598f4b4dffde7d))
|
|
678
|
-
|
|
679
|
-
## [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)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
### ⚠ BREAKING CHANGES
|
|
683
|
-
|
|
684
|
-
* Property `package` of `Claidometer` has been renamed to `packageName`
|
|
685
|
-
|
|
686
|
-
### Features
|
|
687
|
-
|
|
688
|
-
* jsii compliant property naming ([784e60a](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/784e60a1ff81f41c4f1873a496191a99b9b3ef9e))
|
|
689
|
-
|
|
690
|
-
### [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)
|
|
691
|
-
|
|
692
|
-
### [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)
|
|
113
|
+
* **KafkaTopicV4:** add managed backup property to topic ([16174f3](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/16174f30b9b5757454b4ab9ba7e038a471a1cb01))
|