@rio-cloud/cdk-v2-constructs 6.6.1 → 6.7.1
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 +898 -212
- package/CHANGELOG.md +14 -0
- package/docs/API.md +586 -34
- package/lib/datadog/datadog-log-index-monitoring.js +3 -3
- package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +76 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.js +83 -0
- package/lib/datadogv2/datadog-log-index-monitoring.js +3 -3
- package/lib/datadogv2/index.d.ts +1 -0
- package/lib/datadogv2/index.js +2 -1
- package/lib/fargate/datadog.js +9 -9
- package/lib/kafka/kafka-topic.d.ts +2 -0
- package/lib/kafka/kafka-topic.js +1 -1
- package/lib/pipeline/rio-backup-secrets-restore-stage.js +3 -1
- package/lib/toggle.js +2 -3
- package/package.json +12 -14
- package/version.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 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))
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
5
19
|
## [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)
|
|
6
20
|
|
|
7
21
|
|