Skip to content

Commit

Permalink
v0.15.1 (#1097)
Browse files Browse the repository at this point in the history
Bug Fixes
=========

* Update peer dependencies to refer to correct version so NPM installs don't fail.
* Switch back to `js-yaml` as `yaml` was emitting unquoted single colons as list elements.
  • Loading branch information
rix0rrr authored Nov 6, 2018
1 parent 00ccb7f commit eac5370
Show file tree
Hide file tree
Showing 108 changed files with 1,007 additions and 8,361 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.15.1"></a>
## [0.15.1](https://github.com/awslabs/aws-cdk/compare/v0.15.0...v0.15.1) (2018-11-06)

### Bug Fixes

* Update peer dependencies to refer to correct version so NPM installs don't fail.
* Switch back to `js-yaml` as `yaml` was emitting unquoted single colons as list elements.

<a name="0.15.0"></a>
## [0.15.0](https://github.com/awslabs/aws-cdk/compare/v0.14.1...v0.15.0) (2018-11-06)

Expand Down
6 changes: 3 additions & 3 deletions examples/cdk-examples-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-java",
"version": "0.15.0",
"version": "0.15.1",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.15.0",
"pkgtools": "^0.15.0"
"aws-cdk": "^0.15.1",
"pkgtools": "^0.15.1"
}
}
42 changes: 21 additions & 21 deletions examples/cdk-examples-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-typescript",
"version": "0.15.0",
"version": "0.15.1",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,28 +18,28 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.15.0",
"cdk-build-tools": "^0.15.0",
"pkglint": "^0.15.0"
"aws-cdk": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"pkglint": "^0.15.1"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.15.0",
"@aws-cdk/aws-cloudformation": "^0.15.0",
"@aws-cdk/aws-cognito": "^0.15.0",
"@aws-cdk/aws-dynamodb": "^0.15.0",
"@aws-cdk/aws-ec2": "^0.15.0",
"@aws-cdk/aws-ecs": "^0.15.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.15.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.15.0",
"@aws-cdk/aws-iam": "^0.15.0",
"@aws-cdk/aws-lambda": "^0.15.0",
"@aws-cdk/aws-neptune": "^0.15.0",
"@aws-cdk/aws-rds": "^0.15.0",
"@aws-cdk/aws-s3": "^0.15.0",
"@aws-cdk/aws-sns": "^0.15.0",
"@aws-cdk/aws-sqs": "^0.15.0",
"@aws-cdk/cdk": "^0.15.0",
"@aws-cdk/runtime-values": "^0.15.0"
"@aws-cdk/aws-autoscaling": "^0.15.1",
"@aws-cdk/aws-cloudformation": "^0.15.1",
"@aws-cdk/aws-cognito": "^0.15.1",
"@aws-cdk/aws-dynamodb": "^0.15.1",
"@aws-cdk/aws-ec2": "^0.15.1",
"@aws-cdk/aws-ecs": "^0.15.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.15.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.15.1",
"@aws-cdk/aws-iam": "^0.15.1",
"@aws-cdk/aws-lambda": "^0.15.1",
"@aws-cdk/aws-neptune": "^0.15.1",
"@aws-cdk/aws-rds": "^0.15.1",
"@aws-cdk/aws-s3": "^0.15.1",
"@aws-cdk/aws-sns": "^0.15.1",
"@aws-cdk/aws-sqs": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/runtime-values": "^0.15.1"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
}
},
"rejectCycles": "true",
"version": "0.15.0"
"version": "0.15.1"
}
22 changes: 11 additions & 11 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "0.15.0",
"version": "0.15.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -32,19 +32,19 @@
"integ": "cdk-integ"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.15.0",
"@aws-cdk/aws-codebuild": "^0.15.0",
"@aws-cdk/aws-codepipeline-api": "^0.15.0",
"@aws-cdk/cdk": "^0.15.0",
"@aws-cdk/cx-api": "^0.15.0"
"@aws-cdk/aws-cloudformation": "^0.15.1",
"@aws-cdk/aws-codebuild": "^0.15.1",
"@aws-cdk/aws-codepipeline-api": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/cx-api": "^0.15.1"
},
"devDependencies": {
"@aws-cdk/aws-codepipeline": "^0.15.0",
"@aws-cdk/aws-s3": "^0.15.0",
"cdk-build-tools": "^0.15.0",
"cdk-integ-tools": "^0.15.0",
"@aws-cdk/aws-codepipeline": "^0.15.1",
"@aws-cdk/aws-s3": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cdk-integ-tools": "^0.15.1",
"fast-check": "^1.7.0",
"pkglint": "^0.15.0"
"pkglint": "^0.15.1"
},
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/applet-js/bin/cdk-applet-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import 'source-map-support/register';
import cdk = require('@aws-cdk/cdk');
import child_process = require('child_process');
import fs = require('fs-extra');
import YAML = require('js-yaml');
import os = require('os');
import path = require('path');
import YAML = require('yaml');

import { isStackConstructor, parseApplet } from '../lib/applet-helpers';

main().catch(e => {
Expand All @@ -24,7 +25,7 @@ async function main() {
}

// read applet(s) properties from the provided file
const fileContents = YAML.parse(await fs.readFile(appletFile, { encoding: 'utf-8' }), { schema: 'yaml-1.1' });
const fileContents = YAML.safeLoad(await fs.readFile(appletFile, { encoding: 'utf-8' }));
if (typeof fileContents !== 'object') {
throw new Error(`${appletFile}: should contain a YAML object`);
}
Expand Down
Loading

0 comments on commit eac5370

Please sign in to comment.