-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from cloud-native-toolkit/develop
feat: Multiple features and fixes for version 2.0.0
- Loading branch information
Showing
15 changed files
with
4,387 additions
and
654 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ const project = new cdk8s.ConstructLibraryCdk8s({ | |
author: 'Nathan Good', | ||
authorAddress: '[email protected]', | ||
cdk8sVersion: '2.68.30', | ||
jsiiVersion: '~5.2.0', | ||
jsiiVersion: '~5.4.0', | ||
workflowNodeVersion: '18.x', | ||
projenrcTs: true, | ||
peerDeps: [ | ||
|
@@ -26,6 +26,7 @@ const project = new cdk8s.ConstructLibraryCdk8s({ | |
gitignore: [ | ||
'.idea/', | ||
], | ||
minMajorVersion: 2, | ||
// deps: [], /* Runtime dependencies of this module. */ | ||
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */ | ||
// devDeps: [], /* Build dependencies for this module. */ | ||
|
Oops, something went wrong.