Skip to content

Commit

Permalink
Merge pull request #56 from cloud-native-toolkit/develop
Browse files Browse the repository at this point in the history
feat: Multiple features and fixes for version 2.0.0
  • Loading branch information
nathanagood authored Aug 13, 2024
2 parents 3095594 + cc28540 commit 51d0e8d
Show file tree
Hide file tree
Showing 15 changed files with 4,387 additions and 654 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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. */
Expand Down
Loading

0 comments on commit 51d0e8d

Please sign in to comment.