Skip to content

Commit fd6afd0

Browse files
committed
feat(upgrade): upgrade projen and cdk versions
1 parent 78475c8 commit fd6afd0

File tree

10 files changed

+379
-331
lines changed

10 files changed

+379
-331
lines changed

.github/workflows/build.yml

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

.github/workflows/release.yml

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

.github/workflows/upgrade-main.yml

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

.npmignore

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

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1010
authorUrl: 'https://briancaffey.github.io',
1111
license: 'MIT',
1212
copyrightOwner: 'Brian Caffey',
13-
cdkVersion: '2.130.0',
13+
cdkVersion: '2.139.1',
1414
defaultReleaseBranch: 'main',
1515
name: 'cdk-django',
1616
repositoryUrl: 'git@github.com:briancaffey/cdk-django.git',

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ The production environment is quite expensive to run compared to other alternati
7373

7474
Ad hoc environments take advantage of Fargate Spot instances which are less expensive than regular Fargate instances. Similar to EC2 spot instances, this allows us to use "left-over" compute resources at a discount with the caveat that the instances may be shut down for rescheduling by AWS at any time (with a 2 minute warning).
7575

76-
## Redeploying package
76+
## Maintaining this repo
7777

78-
Old versions have been removed. The package was deleted from npm and is being re-published.
78+
To update packages, run the following:
79+
80+
```
81+
projen upgrade
82+
```
83+
84+
Update CDK version in `.projenrc.ts` and then run:
85+
86+
```
87+
projen
88+
```

package.json

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

yarn.lock

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

0 commit comments

Comments
 (0)