Skip to content

Commit

Permalink
Release kraken 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Mar 17, 2021
1 parent 06b625f commit 08c611c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 4 additions & 0 deletions cdk/kraken/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 (2021-03-17)

* Remove unused env var from deploy job

## 0.5.0 (2021-02-25)

* Modify deploy job to deploy to AWS EKS
Expand Down
6 changes: 3 additions & 3 deletions cdk/kraken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typedoc": "^0.19.2",
"typescript": "^4.1.5"
"typescript": "^3.9.5"
},
"peerDependencies": {},
"dependencies": {
Expand All @@ -64,7 +64,7 @@
],
"main": "lib/index.js",
"license": "MIT",
"version": "0.5.0",
"version": "0.5.1",
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down Expand Up @@ -97,4 +97,4 @@
},
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
}
1 change: 0 additions & 1 deletion cdk/kraken/src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class DeployJob extends CheckoutJob {
AWS_ACCESS_KEY_ID: '${{ secrets.GH_AWS_ACCESS_KEY_ID }}',
AWS_SECRET_ACCESS_KEY: '${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}',
DO_AUTH_TOKEN: '${{ secrets.DO_AUTH_TOKEN }}',
K8S_CLUSTER_ID: '${{ secrets.K8S_CLUSTER_ID }}',
REPOSITORY: '${{ github.repository }}',
},
}],
Expand Down
1 change: 0 additions & 1 deletion cdk/kraken/test/__snapshots__/custom.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Object {
"AWS_SECRET_ACCESS_KEY": "\${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}",
"DO_AUTH_TOKEN": "\${{ secrets.DO_AUTH_TOKEN }}",
"IMAGE_TAG": "\${{ github.sha }}",
"K8S_CLUSTER_ID": "\${{ secrets.K8S_CLUSTER_ID }}",
"REPOSITORY": "\${{ github.repository }}",
},
"name": "Deploy",
Expand Down
2 changes: 0 additions & 2 deletions cdk/kraken/test/__snapshots__/labs-application.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ jobs:
AWS_ACCESS_KEY_ID: \${{ secrets.GH_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: \${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}
DO_AUTH_TOKEN: \${{ secrets.DO_AUTH_TOKEN }}
K8S_CLUSTER_ID: \${{ secrets.K8S_CLUSTER_ID }}
REPOSITORY: \${{ github.repository }}
needs:
- publish-backend
Expand Down Expand Up @@ -426,7 +425,6 @@ jobs:
AWS_ACCESS_KEY_ID: \${{ secrets.GH_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: \${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}
DO_AUTH_TOKEN: \${{ secrets.DO_AUTH_TOKEN }}
K8S_CLUSTER_ID: \${{ secrets.K8S_CLUSTER_ID }}
REPOSITORY: \${{ github.repository }}
needs:
- post-integration-publish
Expand Down
2 changes: 1 addition & 1 deletion cdk/kraken/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.0"
"version": "0.5.1"
}
8 changes: 4 additions & 4 deletions cdk/kraken/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5553,10 +5553,10 @@ typedoc@^0.19.2:
shelljs "^0.8.4"
typedoc-default-themes "^0.11.4"

typescript@^4.1.5:
version "4.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
typescript@^3.9.5:
version "3.9.9"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==

uglify-js@^3.1.4:
version "3.12.3"
Expand Down

0 comments on commit 08c611c

Please sign in to comment.