-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
280bc96
commit 357f091
Showing
11 changed files
with
146 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
sources: | ||
- type: maven | ||
path: pom.xml | ||
modules: | ||
linkReplacements: | ||
excludes: | ||
- "E-PK-CORE-17: Missing required file: 'src/test/resources/logging.properties'" | ||
- "E-PK-CORE-17: Missing required file: '.github/workflows/release_droid_prepare_original_checksum.yml'" | ||
- "E-PK-CORE-17: Missing required file: '.github/workflows/release_droid_print_quick_checksum.yml'" | ||
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'" | ||
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'" | ||
- regex: "E-PK-CORE-53: The dependencies.md file has outdated content.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
{ | ||
"app": "mvn -e -q compile exec:java", | ||
"context": { | ||
"@aws-cdk/core:enableStackNameDuplicates": "true", | ||
"aws-cdk:enableDiffNoFail": "true", | ||
"@aws-cdk/core:stackRelativeExports": "true", | ||
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true, | ||
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true, | ||
"@aws-cdk/aws-kms:defaultKeyPolicies": true, | ||
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true | ||
} | ||
} | ||
"context": {} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Cloudwatch Dashboard Examples 1.0.0, released 2023-04-18 | ||
|
||
Code name: Migrate to AWS CDK v2 | ||
|
||
## Summary | ||
|
||
This release migrates the AWS CDK v2 as support for v1 will end on June 1, 2023. If you customized your dashboard you might need to adapt to the new version. See AWS' [migration guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html) for details. | ||
|
||
## Features | ||
|
||
* #23: Migrate to AWS CDK v2 | ||
|
||
## Refactoring | ||
|
||
* #19: Removed workaround for project-keeper bug | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Added `software.amazon.awscdk:aws-cdk-lib:2.75.0` | ||
* Removed `software.amazon.awscdk:cloudwatch:1.197.0` | ||
* Removed `software.amazon.awscdk:core:1.197.0` | ||
* Added `software.constructs:constructs:10.1.314` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.9.4` to `2.9.7` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.