@rio-cloud/cdk-v2-constructs 6.8.0 → 6.10.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 +49 -1
- package/docs/API.md +40 -0
- package/docs/changelog.md +41 -611
- package/lib/ecr/docker-hub-pull-through-cache.d.ts +4 -0
- package/lib/ecr/docker-hub-pull-through-cache.js +27 -0
- package/lib/ecr/index.d.ts +1 -0
- package/lib/ecr/index.js +18 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -2
- package/package.json +3 -3
- package/version.json +1 -1
- package/CHANGELOG.md +0 -106
package/.jsii
CHANGED
|
@@ -3707,6 +3707,13 @@
|
|
|
3707
3707
|
},
|
|
3708
3708
|
"symbolId": "src/fargate/index:"
|
|
3709
3709
|
},
|
|
3710
|
+
"@rio-cloud/cdk-v2-constructs.iam": {
|
|
3711
|
+
"locationInModule": {
|
|
3712
|
+
"filename": "src/index.ts",
|
|
3713
|
+
"line": 36
|
|
3714
|
+
},
|
|
3715
|
+
"symbolId": "src/ecr/index:"
|
|
3716
|
+
},
|
|
3710
3717
|
"@rio-cloud/cdk-v2-constructs.kafka": {
|
|
3711
3718
|
"locationInModule": {
|
|
3712
3719
|
"filename": "src/index.ts",
|
|
@@ -16149,6 +16156,47 @@
|
|
|
16149
16156
|
],
|
|
16150
16157
|
"symbolId": "src/fargate/rio-fargate-service:RioFargateServiceProps"
|
|
16151
16158
|
},
|
|
16159
|
+
"@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache": {
|
|
16160
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
16161
|
+
"docs": {
|
|
16162
|
+
"stability": "stable"
|
|
16163
|
+
},
|
|
16164
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache",
|
|
16165
|
+
"initializer": {
|
|
16166
|
+
"docs": {
|
|
16167
|
+
"stability": "stable"
|
|
16168
|
+
}
|
|
16169
|
+
},
|
|
16170
|
+
"kind": "class",
|
|
16171
|
+
"locationInModule": {
|
|
16172
|
+
"filename": "src/ecr/docker-hub-pull-through-cache.ts",
|
|
16173
|
+
"line": 3
|
|
16174
|
+
},
|
|
16175
|
+
"methods": [
|
|
16176
|
+
{
|
|
16177
|
+
"docs": {
|
|
16178
|
+
"stability": "stable"
|
|
16179
|
+
},
|
|
16180
|
+
"locationInModule": {
|
|
16181
|
+
"filename": "src/ecr/docker-hub-pull-through-cache.ts",
|
|
16182
|
+
"line": 5
|
|
16183
|
+
},
|
|
16184
|
+
"name": "allowAccessTo",
|
|
16185
|
+
"parameters": [
|
|
16186
|
+
{
|
|
16187
|
+
"name": "target",
|
|
16188
|
+
"type": {
|
|
16189
|
+
"fqn": "aws-cdk-lib.aws_iam.IGrantable"
|
|
16190
|
+
}
|
|
16191
|
+
}
|
|
16192
|
+
],
|
|
16193
|
+
"static": true
|
|
16194
|
+
}
|
|
16195
|
+
],
|
|
16196
|
+
"name": "DockerHubPullThroughCache",
|
|
16197
|
+
"namespace": "iam",
|
|
16198
|
+
"symbolId": "src/ecr/docker-hub-pull-through-cache:DockerHubPullThroughCache"
|
|
16199
|
+
},
|
|
16152
16200
|
"@rio-cloud/cdk-v2-constructs.kafka.KafkaAclStatement": {
|
|
16153
16201
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
16154
16202
|
"datatype": true,
|
|
@@ -17575,5 +17623,5 @@
|
|
|
17575
17623
|
}
|
|
17576
17624
|
},
|
|
17577
17625
|
"version": "0.0.0",
|
|
17578
|
-
"fingerprint": "
|
|
17626
|
+
"fingerprint": "E7Ply2RrE7KqfDjJ5el2bptyihnOZBx6DuRW1r+gmO8="
|
|
17579
17627
|
}
|
package/docs/API.md
CHANGED
|
@@ -15962,6 +15962,46 @@ Example - route issues based on their priority:
|
|
|
15962
15962
|
|
|
15963
15963
|
|
|
15964
15964
|
|
|
15965
|
+
### DockerHubPullThroughCache <a name="DockerHubPullThroughCache" id="@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache"></a>
|
|
15966
|
+
|
|
15967
|
+
#### Initializers <a name="Initializers" id="@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache.Initializer"></a>
|
|
15968
|
+
|
|
15969
|
+
```typescript
|
|
15970
|
+
import { iam } from '@rio-cloud/cdk-v2-constructs'
|
|
15971
|
+
|
|
15972
|
+
new iam.DockerHubPullThroughCache()
|
|
15973
|
+
```
|
|
15974
|
+
|
|
15975
|
+
| **Name** | **Type** | **Description** |
|
|
15976
|
+
| --- | --- | --- |
|
|
15977
|
+
|
|
15978
|
+
---
|
|
15979
|
+
|
|
15980
|
+
|
|
15981
|
+
#### Static Functions <a name="Static Functions" id="Static Functions"></a>
|
|
15982
|
+
|
|
15983
|
+
| **Name** | **Description** |
|
|
15984
|
+
| --- | --- |
|
|
15985
|
+
| <code><a href="#@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache.allowAccessTo">allowAccessTo</a></code> | *No description.* |
|
|
15986
|
+
|
|
15987
|
+
---
|
|
15988
|
+
|
|
15989
|
+
##### `allowAccessTo` <a name="allowAccessTo" id="@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache.allowAccessTo"></a>
|
|
15990
|
+
|
|
15991
|
+
```typescript
|
|
15992
|
+
import { iam } from '@rio-cloud/cdk-v2-constructs'
|
|
15993
|
+
|
|
15994
|
+
iam.DockerHubPullThroughCache.allowAccessTo(target: IGrantable)
|
|
15995
|
+
```
|
|
15996
|
+
|
|
15997
|
+
###### `target`<sup>Required</sup> <a name="target" id="@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache.allowAccessTo.parameter.target"></a>
|
|
15998
|
+
|
|
15999
|
+
- *Type:* aws-cdk-lib.aws_iam.IGrantable
|
|
16000
|
+
|
|
16001
|
+
---
|
|
16002
|
+
|
|
16003
|
+
|
|
16004
|
+
|
|
15965
16005
|
### KafkaEventSpecSource <a name="KafkaEventSpecSource" id="@rio-cloud/cdk-v2-constructs.KafkaEventSpecSource"></a>
|
|
15966
16006
|
|
|
15967
16007
|
Wrapper class for the event spec itself to support providing it via file or inline string.
|
package/docs/changelog.md
CHANGED
|
@@ -2,691 +2,121 @@
|
|
|
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))
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### Features
|
|
166
|
-
|
|
167
|
-
* **pipeline:** Switch to new DatadogMonitor (v2) construct ([d0e3ea0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d0e3ea031b72da859fd5a01e4810aec5f7ed24a3))
|
|
168
|
-
|
|
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)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Features
|
|
186
|
-
|
|
187
|
-
* add support for datadog managed log forwarder ([e42b36b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/e42b36b2467015ac4527d3e6122e0d934debb675))
|
|
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
|
|
193
|
-
|
|
194
|
-
* case creation from error log monitors. ([57b82b5](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/57b82b52f263fc66bf7529ef8446b3722da622e6))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
* :bug: Fixed issues with firelens non blocking mode ([5da7dd8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5da7dd88df29e15dce70e773841a4b56e9736003))
|
|
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))
|
|
208
|
-
|
|
209
|
-
### [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)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
* :bug: Fixed issue with renotifyStatus type ([6c2cae2](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/6c2cae2172f93eff735cfcdfa7bc2520326907ab))
|
|
215
|
-
|
|
216
|
-
## [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)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Features
|
|
220
|
-
|
|
221
|
-
* expose distribution in RioCloudfrontDistribution construct ([c1858b4](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/c1858b4def1559c1502a5ebc48c5f2f915dcda18))
|
|
222
|
-
* tags for pipelines. ([f7da427](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f7da427b1a357e8144d95936effa0bbb8cbaf85e))
|
|
223
|
-
|
|
224
|
-
### [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)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* 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))
|
|
230
|
-
|
|
231
|
-
## [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)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
* add monitorId getter to datadogv2 monitor ([f7b6b39](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f7b6b3966bf71e40fe988639666a4cf1ca2e07bd))
|
|
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)
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Bug Fixes
|
|
249
|
-
|
|
250
|
-
* mapping of DeletionPeriond duration ([f3570af](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/f3570af0c644ad66f48f3dea47c1fb1baf0a36a0))
|
|
251
|
-
|
|
252
|
-
## [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)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Features
|
|
256
|
-
|
|
257
|
-
* enable v4 Kafka topic resoure ([5ccdd16](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/5ccdd163d75810338da07a930c2bcdf7de9376d9))
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
### Bug Fixes
|
|
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)
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
* 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))
|
|
270
|
-
|
|
271
|
-
## [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)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Features
|
|
275
|
-
|
|
276
|
-
* :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))
|
|
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))
|
|
278
|
-
|
|
279
|
-
## [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)
|
|
5
|
+
## [6.10.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.7.2&sourceBranch=refs%2Ftags%2Fv6.10.0) (2024-09-24)
|
|
280
6
|
|
|
281
7
|
|
|
282
8
|
### Features
|
|
283
9
|
|
|
284
|
-
*
|
|
285
|
-
|
|
286
|
-
|
|
10
|
+
* add ecr-pull-through-cache-policy ([f4f3448](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f4f34483ec949e69007e0a146664269af564f749))
|
|
11
|
+
* adding monitor for running fargate tasks ([f9c5f3d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f9c5f3d91657f52194da4d377168b21ddfded86b))
|
|
12
|
+
* replace policy with static method for ECR pull through cache granting all required permissions ([650662b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/650662b1ba3e25baa033521d8f2a38354b7414e7))
|
|
287
13
|
|
|
288
|
-
## [
|
|
14
|
+
## [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)
|
|
289
15
|
|
|
290
16
|
|
|
291
17
|
### Features
|
|
292
18
|
|
|
293
|
-
*
|
|
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)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* removed wrong whitespace ([8464c6b](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/8464c6b30037da3751cec7a9ff2d6a12946cf450))
|
|
301
|
-
|
|
302
|
-
### [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)
|
|
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))
|
|
19
|
+
* add ecr-pull-through-cache-policy ([f4f3448](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f4f34483ec949e69007e0a146664269af564f749))
|
|
308
20
|
|
|
309
|
-
## [
|
|
21
|
+
## [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)
|
|
310
22
|
|
|
311
23
|
|
|
312
24
|
### Features
|
|
313
25
|
|
|
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))
|
|
26
|
+
* adding monitor for running fargate tasks ([f9c5f3d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f9c5f3d91657f52194da4d377168b21ddfded86b))
|
|
320
27
|
|
|
321
|
-
|
|
28
|
+
## [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)
|
|
322
29
|
|
|
323
30
|
|
|
324
31
|
### Bug Fixes
|
|
325
32
|
|
|
326
|
-
*
|
|
327
|
-
* Exposing upper-to-lower class ([4c92870](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/4c92870d082aa023f7d69111caba4e2cf3230b35))
|
|
33
|
+
* revert workaround for expired GitHub gpg key ([af8517b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/af8517b4e2a4067e5009fdbfbdc44bc1959713f6))
|
|
328
34
|
|
|
329
|
-
|
|
35
|
+
## [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)
|
|
330
36
|
|
|
331
37
|
|
|
332
38
|
### Bug Fixes
|
|
333
39
|
|
|
334
|
-
*
|
|
40
|
+
* 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))
|
|
335
41
|
|
|
336
|
-
## [
|
|
42
|
+
## [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)
|
|
337
43
|
|
|
338
44
|
|
|
339
45
|
### Features
|
|
340
46
|
|
|
341
|
-
*
|
|
342
|
-
|
|
47
|
+
* 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))
|
|
343
48
|
|
|
344
|
-
|
|
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)
|
|
49
|
+
## [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)
|
|
363
50
|
|
|
364
51
|
|
|
365
52
|
### Bug Fixes
|
|
366
53
|
|
|
367
|
-
*
|
|
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
|
-
|
|
54
|
+
* 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)
|
|
392
55
|
|
|
393
|
-
|
|
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)
|
|
56
|
+
## [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)
|
|
432
57
|
|
|
433
58
|
|
|
434
59
|
### Features
|
|
435
60
|
|
|
436
|
-
*
|
|
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)
|
|
61
|
+
* add aws log group for firelense sidecar ([556aae1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/556aae127ac90fc33c38d2c0b9f7c88dde64d5da))
|
|
62
|
+
* add health-check endpoint for firelens sidecar ([4c99731](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/4c997311c3c0a94f044d5bf16b1a9dd1918c05d5))
|
|
455
63
|
|
|
456
64
|
|
|
457
65
|
### Bug Fixes
|
|
458
66
|
|
|
459
|
-
*
|
|
67
|
+
* correct wrong import path ([e44926b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/e44926b4a1096d28bbc3c8e74d15d854af0e7ad0))
|
|
460
68
|
|
|
461
|
-
|
|
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)
|
|
69
|
+
## [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)
|
|
464
70
|
|
|
465
71
|
|
|
466
72
|
### Features
|
|
467
73
|
|
|
468
|
-
* **
|
|
74
|
+
* **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))
|
|
75
|
+
* **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))
|
|
76
|
+
* **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))
|
|
469
77
|
|
|
470
|
-
|
|
78
|
+
## [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)
|
|
471
79
|
|
|
472
|
-
## [4.
|
|
80
|
+
## [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)
|
|
473
81
|
|
|
474
82
|
|
|
475
83
|
### Features
|
|
476
84
|
|
|
477
|
-
*
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
85
|
+
* Allow the configuration of the datadog log forwarder ([1a938d6](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/1a938d637f337e6f9e6811cb8dc06b3a6852399c))
|
|
86
|
+
* Allow the configuration of the datadog log forwarder ([031b00d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/031b00d96b36840bd7789fae9847f7f1998afcf1))
|
|
87
|
+
* Allow the configuration of the datadog log forwarder ([301a9e7](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/301a9e783572476a403a79236d9589de6f71a208))
|
|
481
88
|
|
|
482
|
-
|
|
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))
|
|
89
|
+
## [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)
|
|
486
90
|
|
|
487
|
-
|
|
91
|
+
## [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)
|
|
488
92
|
|
|
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)
|
|
93
|
+
## [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)
|
|
495
94
|
|
|
496
95
|
|
|
497
96
|
### Features
|
|
498
97
|
|
|
499
|
-
*
|
|
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)
|
|
98
|
+
* 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))
|
|
504
99
|
|
|
505
|
-
## [
|
|
100
|
+
## [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)
|
|
506
101
|
|
|
102
|
+
## [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)
|
|
507
103
|
|
|
508
|
-
### ⚠ BREAKING CHANGES
|
|
509
|
-
|
|
510
|
-
* CDK version update to `2.32.0`
|
|
511
104
|
|
|
512
105
|
### Bug Fixes
|
|
513
106
|
|
|
514
|
-
*
|
|
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))
|
|
107
|
+
* 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))
|
|
542
108
|
|
|
543
|
-
## [2.
|
|
109
|
+
## [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)
|
|
544
110
|
|
|
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
111
|
|
|
548
112
|
### Features
|
|
549
113
|
|
|
550
|
-
*
|
|
551
|
-
*
|
|
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))
|
|
114
|
+
* Adding GitLabRunner, RunnerRoles, and SpotServiceLinkedRole constructs as SmartRoute contribution ([d426937](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/d4269373e4cf90e3d8803e0755b15c5fdb808ee1))
|
|
115
|
+
* Bump version in prep vor release of GitLab constructs ([7e75755](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e75755e9cd42fb85187b9e37a4f9e1b27a253e1))
|
|
554
116
|
|
|
555
|
-
|
|
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)
|
|
117
|
+
## [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)
|
|
560
118
|
|
|
561
119
|
|
|
562
120
|
### Features
|
|
563
121
|
|
|
564
|
-
* **
|
|
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)
|
|
122
|
+
* **KafkaTopicV4:** add managed backup property to topic ([16174f3](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/16174f30b9b5757454b4ab9ba7e038a471a1cb01))
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var _a;
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.DockerHubPullThroughCache = void 0;
|
|
5
|
+
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
6
|
+
const aws_iam_1 = require("aws-cdk-lib/aws-iam");
|
|
7
|
+
class DockerHubPullThroughCache {
|
|
8
|
+
static allowAccessTo(target) {
|
|
9
|
+
target.grantPrincipal.addToPrincipalPolicy(new aws_iam_1.PolicyStatement({
|
|
10
|
+
actions: [
|
|
11
|
+
'ecr:BatchGetImage',
|
|
12
|
+
'ecr:BatchImportUpstreamImage',
|
|
13
|
+
'ecr:CreateRepository',
|
|
14
|
+
'ecr:GetDownloadUrlForLayer',
|
|
15
|
+
],
|
|
16
|
+
resources: ['arn:aws:ecr:eu-west-1:227101429947:repository/docker-hub/*'],
|
|
17
|
+
}));
|
|
18
|
+
target.grantPrincipal.addToPrincipalPolicy(new aws_iam_1.PolicyStatement({
|
|
19
|
+
actions: ['ecr:GetAuthorizationToken'],
|
|
20
|
+
resources: ['*'],
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.DockerHubPullThroughCache = DockerHubPullThroughCache;
|
|
25
|
+
_a = JSII_RTTI_SYMBOL_1;
|
|
26
|
+
DockerHubPullThroughCache[_a] = { fqn: "@rio-cloud/cdk-v2-constructs.iam.DockerHubPullThroughCache", version: "0.0.0" };
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9ja2VyLWh1Yi1wdWxsLXRocm91Z2gtY2FjaGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWNyL2RvY2tlci1odWItcHVsbC10aHJvdWdoLWNhY2hlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQWtFO0FBRWxFLE1BQWEseUJBQXlCO0lBRXBDLE1BQU0sQ0FBQyxhQUFhLENBQUMsTUFBa0I7UUFDckMsTUFBTSxDQUFDLGNBQWMsQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLHlCQUFlLENBQUM7WUFDN0QsT0FBTyxFQUFFO2dCQUNQLG1CQUFtQjtnQkFDbkIsOEJBQThCO2dCQUM5QixzQkFBc0I7Z0JBQ3RCLDRCQUE0QjthQUM3QjtZQUNELFNBQVMsRUFBRSxDQUFDLDREQUE0RCxDQUFDO1NBQzFFLENBQUMsQ0FBQyxDQUFDO1FBRUosTUFBTSxDQUFDLGNBQWMsQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLHlCQUFlLENBQUM7WUFDN0QsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7WUFDdEMsU0FBUyxFQUFFLENBQUMsR0FBRyxDQUFDO1NBQ2pCLENBQUMsQ0FBQyxDQUFDO0lBQ04sQ0FBQzs7QUFqQkgsOERBa0JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSUdyYW50YWJsZSwgUG9saWN5U3RhdGVtZW50IH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWlhbSc7XG5cbmV4cG9ydCBjbGFzcyBEb2NrZXJIdWJQdWxsVGhyb3VnaENhY2hlIHtcblxuICBzdGF0aWMgYWxsb3dBY2Nlc3NUbyh0YXJnZXQ6IElHcmFudGFibGUpIHtcbiAgICB0YXJnZXQuZ3JhbnRQcmluY2lwYWwuYWRkVG9QcmluY2lwYWxQb2xpY3kobmV3IFBvbGljeVN0YXRlbWVudCh7XG4gICAgICBhY3Rpb25zOiBbXG4gICAgICAgICdlY3I6QmF0Y2hHZXRJbWFnZScsXG4gICAgICAgICdlY3I6QmF0Y2hJbXBvcnRVcHN0cmVhbUltYWdlJyxcbiAgICAgICAgJ2VjcjpDcmVhdGVSZXBvc2l0b3J5JyxcbiAgICAgICAgJ2VjcjpHZXREb3dubG9hZFVybEZvckxheWVyJyxcbiAgICAgIF0sXG4gICAgICByZXNvdXJjZXM6IFsnYXJuOmF3czplY3I6ZXUtd2VzdC0xOjIyNzEwMTQyOTk0NzpyZXBvc2l0b3J5L2RvY2tlci1odWIvKiddLFxuICAgIH0pKTtcblxuICAgIHRhcmdldC5ncmFudFByaW5jaXBhbC5hZGRUb1ByaW5jaXBhbFBvbGljeShuZXcgUG9saWN5U3RhdGVtZW50KHtcbiAgICAgIGFjdGlvbnM6IFsnZWNyOkdldEF1dGhvcml6YXRpb25Ub2tlbiddLFxuICAgICAgcmVzb3VyY2VzOiBbJyonXSxcbiAgICB9KSk7XG4gIH1cbn1cblxuXG4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './docker-hub-pull-through-cache';
|
package/lib/ecr/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./docker-hub-pull-through-cache"), exports);
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWNyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxrRUFBZ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2RvY2tlci1odWItcHVsbC10aHJvdWdoLWNhY2hlJztcbiJdfQ==
|
package/lib/index.d.ts
CHANGED
|
@@ -21,4 +21,5 @@ export * from './contributions/team-claid/datadog-usage-monitoring';
|
|
|
21
21
|
export * from './contributions/team-outbound-order-book/aws-ecs-abruptly-stopped-monitor';
|
|
22
22
|
export * from './backup';
|
|
23
23
|
export * as backup from './backup';
|
|
24
|
+
export * as iam from './ecr';
|
|
24
25
|
export * from './contributions/smart-route/gitlab-runner';
|
package/lib/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.backup = exports.datadogv2 = exports.datadog = exports.kafka = exports.fargate = exports.watchfulv2 = void 0;
|
|
17
|
+
exports.iam = exports.backup = exports.datadogv2 = exports.datadog = exports.kafka = exports.fargate = exports.watchfulv2 = void 0;
|
|
18
18
|
__exportStar(require("./watchful"), exports);
|
|
19
19
|
exports.watchfulv2 = require("./watchfulv2");
|
|
20
20
|
__exportStar(require("./rio-landing-zone"), exports);
|
|
@@ -38,5 +38,6 @@ __exportStar(require("./contributions/team-claid/datadog-usage-monitoring"), exp
|
|
|
38
38
|
__exportStar(require("./contributions/team-outbound-order-book/aws-ecs-abruptly-stopped-monitor"), exports);
|
|
39
39
|
__exportStar(require("./backup"), exports);
|
|
40
40
|
exports.backup = require("./backup");
|
|
41
|
+
exports.iam = require("./ecr");
|
|
41
42
|
__exportStar(require("./contributions/smart-route/gitlab-runner"), exports);
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2Q0FBMkI7QUFFM0IsNkNBQTJDO0FBRTNDLHFEQUFtQztBQUNuQyxzREFBb0M7QUFDcEMsb0RBQWtDO0FBRWxDLGdFQUE4QztBQUM5Qyx1Q0FBcUM7QUFFckMseUVBQXVEO0FBQ3ZELDhFQUE0RDtBQUM1RCwrREFBNkM7QUFFN0MsMENBQXdCO0FBQ3hCLG1DQUFpQztBQUVqQyw0Q0FBMEI7QUFDMUIsdUNBQXFDO0FBQ3JDLDJDQUF5QztBQUV6QywwRUFBd0Q7QUFFeEQsNkVBQTJEO0FBQzNELDhFQUE0RDtBQUU1RCxtRkFBaUU7QUFDakUsc0ZBQW9FO0FBRXBFLDRHQUEwRjtBQUUxRiwyQ0FBeUI7QUFDekIscUNBQW1DO0FBRW5DLCtCQUE2QjtBQUU3Qiw0RUFBMEQiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3dhdGNoZnVsJztcblxuZXhwb3J0ICogYXMgd2F0Y2hmdWx2MiBmcm9tICcuL3dhdGNoZnVsdjInO1xuXG5leHBvcnQgKiBmcm9tICcuL3Jpby1sYW5kaW5nLXpvbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9yaW8tbG9hZC1iYWxhbmNlcic7XG5leHBvcnQgKiBmcm9tICcuL3Jpby1jbGFpZG9tZXRlcic7XG5cbmV4cG9ydCAqIGZyb20gJy4vZmFyZ2F0ZS9yaW8tZmFyZ2F0ZS1zZXJ2aWNlJztcbmV4cG9ydCAqIGFzIGZhcmdhdGUgZnJvbSAnLi9mYXJnYXRlJztcblxuZXhwb3J0ICogZnJvbSAnLi9waXBlbGluZS9yaW8tYml0YnVja2V0LXNvdXJjZS1hY3Rpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9waXBlbGluZS9yaW8tYmFja3VwLXNlY3JldHMtcmVzdG9yZS1zdGFnZSc7XG5leHBvcnQgKiBmcm9tICcuL3BpcGVsaW5lL3Jpby1waXBlbGluZS10eXBlJztcblxuZXhwb3J0ICogZnJvbSAnLi9rYWZrYSc7XG5leHBvcnQgKiBhcyBrYWZrYSBmcm9tICcuL2thZmthJztcblxuZXhwb3J0ICogZnJvbSAnLi9kYXRhZG9nJztcbmV4cG9ydCAqIGFzIGRhdGFkb2cgZnJvbSAnLi9kYXRhZG9nJztcbmV4cG9ydCAqIGFzIGRhdGFkb2d2MiBmcm9tICcuL2RhdGFkb2d2Mic7XG5cbmV4cG9ydCAqIGZyb20gJy4vY29udHJpYnV0aW9ucy9jb3AtZnJvbnRlbmQvY2xvdWRmcm9udCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vY29udHJpYnV0aW9ucy90ZWFtLXRyYW5zcG9ydC10d28vZGF0YWRvZyc7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRyaWJ1dGlvbnMvdGVhbS10cmFuc3BvcnQtdHdvL3BpcGVsaW5lJztcblxuZXhwb3J0ICogZnJvbSAnLi9jb250cmlidXRpb25zL3RlYW0tY2xhaWQvYXdzLWJhY2t1cC1tb25pdG9yaW5nJztcbmV4cG9ydCAqIGZyb20gJy4vY29udHJpYnV0aW9ucy90ZWFtLWNsYWlkL2RhdGFkb2ctdXNhZ2UtbW9uaXRvcmluZyc7XG5cbmV4cG9ydCAqIGZyb20gJy4vY29udHJpYnV0aW9ucy90ZWFtLW91dGJvdW5kLW9yZGVyLWJvb2svYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3InO1xuXG5leHBvcnQgKiBmcm9tICcuL2JhY2t1cCc7XG5leHBvcnQgKiBhcyBiYWNrdXAgZnJvbSAnLi9iYWNrdXAnO1xuXG5leHBvcnQgKiBhcyBpYW0gZnJvbSAnLi9lY3InO1xuXG5leHBvcnQgKiBmcm9tICcuL2NvbnRyaWJ1dGlvbnMvc21hcnQtcm91dGUvZ2l0bGFiLXJ1bm5lcic7XG4iXX0=
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "lib/index.js",
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
|
-
"version": "6.
|
|
18
|
+
"version": "6.10.0",
|
|
19
19
|
"types": "lib/index.d.ts",
|
|
20
20
|
"stability": "stable",
|
|
21
21
|
"exports": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"build": "npm run compile && npm run copy-assets && npm run eslint && npm test",
|
|
49
49
|
"copy-assets": "copyfiles --error --up 1 src/contributions/team-transport-two/pipeline/buildspecs/buildspec*.yaml lib",
|
|
50
50
|
"watch": "jsii -w",
|
|
51
|
-
"bump": "commit-and-tag-version -a",
|
|
51
|
+
"bump": "commit-and-tag-version -a -i docs/changelog.md",
|
|
52
52
|
"test": "jest --coverage",
|
|
53
53
|
"test:watch": "jest --watch",
|
|
54
54
|
"eslint": "eslint --ext .ts,.tsx --no-error-on-unmatched-pattern src test",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"release:build": "npm run build && npm run docgen && npm run bump",
|
|
60
60
|
"release:push": "echo '✅ pushing release' && git push origin master --follow-tags",
|
|
61
61
|
"release": "npm run release:check && npm run release:build",
|
|
62
|
-
"release:dry-run": "npm run build && npm run docgen && npm run release:check && commit-and-tag-version -a --dry-run"
|
|
62
|
+
"release:dry-run": "npm run build && npm run docgen && npm run release:check && commit-and-tag-version -i docs/changelog.md -a --dry-run"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/jest": "29.5.10",
|
package/version.json
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
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
|
-
|
|
5
|
-
## [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)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* adding monitor for running fargate tasks ([f9c5f3d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/f9c5f3d91657f52194da4d377168b21ddfded86b))
|
|
11
|
-
|
|
12
|
-
## [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)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* revert workaround for expired GitHub gpg key ([af8517b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/af8517b4e2a4067e5009fdbfbdc44bc1959713f6))
|
|
18
|
-
|
|
19
|
-
## [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)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* 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))
|
|
25
|
-
|
|
26
|
-
## [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)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Features
|
|
30
|
-
|
|
31
|
-
* 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))
|
|
32
|
-
|
|
33
|
-
## [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)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* 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)
|
|
39
|
-
|
|
40
|
-
## [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)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
* add aws log group for firelense sidecar ([556aae1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/556aae127ac90fc33c38d2c0b9f7c88dde64d5da))
|
|
46
|
-
* add health-check endpoint for firelens sidecar ([4c99731](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/4c997311c3c0a94f044d5bf16b1a9dd1918c05d5))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* correct wrong import path ([e44926b](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/e44926b4a1096d28bbc3c8e74d15d854af0e7ad0))
|
|
52
|
-
|
|
53
|
-
## [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)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
* **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))
|
|
59
|
-
* **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))
|
|
60
|
-
* **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))
|
|
61
|
-
|
|
62
|
-
## [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)
|
|
63
|
-
|
|
64
|
-
## [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)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
* Allow the configuration of the datadog log forwarder ([1a938d6](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/1a938d637f337e6f9e6811cb8dc06b3a6852399c))
|
|
70
|
-
* Allow the configuration of the datadog log forwarder ([031b00d](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/031b00d96b36840bd7789fae9847f7f1998afcf1))
|
|
71
|
-
* Allow the configuration of the datadog log forwarder ([301a9e7](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/301a9e783572476a403a79236d9589de6f71a208))
|
|
72
|
-
|
|
73
|
-
## [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)
|
|
74
|
-
|
|
75
|
-
## [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)
|
|
76
|
-
|
|
77
|
-
## [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)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Features
|
|
81
|
-
|
|
82
|
-
* 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))
|
|
83
|
-
|
|
84
|
-
## [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)
|
|
85
|
-
|
|
86
|
-
## [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)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* 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))
|
|
92
|
-
|
|
93
|
-
## [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)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* Adding GitLabRunner, RunnerRoles, and SpotServiceLinkedRole constructs as SmartRoute contribution ([d426937](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/d4269373e4cf90e3d8803e0755b15c5fdb808ee1))
|
|
99
|
-
* Bump version in prep vor release of GitLab constructs ([7e75755](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e75755e9cd42fb85187b9e37a4f9e1b27a253e1))
|
|
100
|
-
|
|
101
|
-
## [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)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Features
|
|
105
|
-
|
|
106
|
-
* **KafkaTopicV4:** add managed backup property to topic ([16174f3](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/16174f30b9b5757454b4ab9ba7e038a471a1cb01))
|