Skip to content

Commit

Permalink
feat(upgrade): upgrade projen and cdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed May 2, 2024
1 parent 78475c8 commit fd6afd0
Show file tree
Hide file tree
Showing 10 changed files with 379 additions and 331 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml

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

4 changes: 3 additions & 1 deletion .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .github/workflows/upgrade-main.yml

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

1 change: 1 addition & 0 deletions .npmignore

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

2 changes: 1 addition & 1 deletion .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorUrl: 'https://briancaffey.github.io',
license: 'MIT',
copyrightOwner: 'Brian Caffey',
cdkVersion: '2.130.0',
cdkVersion: '2.139.1',
defaultReleaseBranch: 'main',
name: 'cdk-django',
repositoryUrl: 'git@github.com:briancaffey/cdk-django.git',
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ The production environment is quite expensive to run compared to other alternati

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).

## Redeploying package
## Maintaining this repo

Old versions have been removed. The package was deleted from npm and is being re-published.
To update packages, run the following:

```
projen upgrade
```

Update CDK version in `.projenrc.ts` and then run:

```
projen
```
10 changes: 5 additions & 5 deletions package.json

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

673 changes: 353 additions & 320 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit fd6afd0

Please sign in to comment.