Skip to content

Commit b6073d2

Browse files
authored
feat: upgrade cdk to v2.8.0 and cdk8s to v2.1.23 (#8)
1 parent da0c1cc commit b6073d2

File tree

6 files changed

+1229
-1108
lines changed

6 files changed

+1229
-1108
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 13 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
const { ConstructLibraryCdk8s } = require('projen/lib/cdk8s');
22

3-
const CDK_VERSION = '2.8.0';
3+
const CDK_VERSION = '2.20.0';
44
const project = new ConstructLibraryCdk8s({
55
author: 'Hunter Thompson',
66
authorAddress: 'aatman@auroville.org.in',
7-
cdk8sVersion: '2.1.23',
7+
cdk8sVersion: '2.2.74',
88
constructsVersion: '10.0.5',
99
defaultReleaseBranch: 'development',
1010
stability: 'experimental',

package.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)