Skip to content

Commit a98c0b3

Browse files
authored
Merge pull request #6555 from aws/bump/1.27.0
chore(release): 1.27.0
2 parents e251651 + 5f7ab72 commit a98c0b3

File tree

332 files changed

+6094
-3199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+6094
-3199
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "\U00002753 General Issue"
33
about: Create a new issue
4-
labels: status/needs-triage
4+
labels: needs-triage
55
---
66

77
<!-- NOTE:📕 If issue regarding developer guide, please create issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) -->

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "\U0001F41B Bug Report"
33
about: Report a bug
4-
labels: bug, status/needs-triage
4+
labels: bug, needs-triage
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "📕 Documentation issue"
33
about: Issue in the reference documentation or developer guide
4-
labels: feature-request, status/needs-triage
4+
labels: feature-request, needs-triage
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "\U0001F680 Feature Request"
33
about: Request a new feature
4-
labels: feature-request, status/needs-triage
4+
labels: feature-request, needs-triage
55
---
66

77
<!-- short description of the feature you are proposing: -->

.github/ISSUE_TEMPLATE/general-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "\U00002753 General Issue"
33
about: Create a new issue
4-
labels: status/needs-triage
4+
labels: needs-triage
55
---
66

77
<!-- NOTE:📕 If there is an issue regarding developer guide, please create an issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) -->

.github/ISSUE_TEMPLATE/tracking.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: "📊 Tracking Issue"
3+
title: "📊Tracking: [service]"
4+
about: Add a module tracking issue (internal use only)
5+
labels: management/tracking
6+
---
7+
8+
Add your +1 👍 to help us prioritize high-level constructs for this service
9+
---
10+
11+
### Overview:
12+
<!--
13+
Summary of the service (leverage the service’s product page for the text) and a link to the relevant AWS Docs.
14+
This should be the same text that we put at the top of the package’s README.md. Also include a link to the
15+
service’s CDK Construct Library API reference page.
16+
-->
17+
18+
19+
20+
21+
22+
23+
[AWS Docs](url) <!-- replace `url` with link to the relevant AWS Docs -->
24+
[CDK API Reference](url) <!-- replace `url` with link to the service's CDK API reference -->
25+
26+
27+
### Implementation:
28+
<!--
29+
Checklist of use cases, constructs, features (such as grant methods) that will ship in this package
30+
(not required until the issue is added to the public roadmap)
31+
- [ ]
32+
- [ ]
33+
-->
34+
35+
36+
37+
38+
39+
40+
### Issue list:
41+
<!--
42+
e.g. checklist of links to feature requests, bugs, and PRs that are in scope for GA release of this module
43+
(not required until the issues is added to the public roadmap)
44+
- [ ]
45+
- [ ]
46+
-->
47+
48+
49+
50+
51+
52+
53+
<!--
54+
Labels to add:
55+
- package/[name] (create new labels if they don’t already exist)
56+
- needs-design (if cfn-only)
57+
- management/roadmap (when added to the roadmap)
58+
- in-progress (when added to “working on it” column of the roadmap)
59+
-->
60+
---
61+
This is a 📊Tracking Issue
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "prlinter",
33
"private": true,
4-
"version": "999.0.0",
4+
"version": "0.0.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],
8-
"license": "Apache-2.0",
8+
"license": "Apache-2.0",
99
"author": {
1010
"name": "Amazon Web Services",
1111
"url": "https://aws.amazon.com",
@@ -16,4 +16,4 @@
1616
"@actions/github": "^2.1.0",
1717
"prlint": "file:../../../tools/prlint"
1818
}
19-
}
19+
}

.mergify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pull_request_rules:
1111
- name: automatic merge
1212
actions:
1313
comment:
14-
message: Thank you for contributing! Your pull request is now being automatically merged.
14+
message: Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
1515
merge:
1616
strict: smart
1717
method: squash
@@ -34,15 +34,14 @@ pull_request_rules:
3434
- name: automatic merge
3535
actions:
3636
comment:
37-
message: Thank you for contributing! Your pull request is now being automatically merged without squashing.
37+
message: Thank you for contributing! Your pull request will be updated from master and then merged automatically without squashing (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
3838
merge:
3939
strict: smart
4040
# Merge instead of squash
4141
method: merge
4242
strict_method: merge
4343
delete_head_branch: {}
4444
conditions:
45-
- base!=release
4645
- -title~=(WIP|wip)
4746
- -label~=(blocked|do-not-merge)
4847
# Only if no-squash is set

.versionrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"skip": { "tag": true },
3+
"packageFiles": [ { "filename": "lerna.json", "type": "json" } ],
4+
"bumpFiles": [ { "filename": "lerna.json", "type": "json" } ]
5+
}

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.27.0](https://github.com/aws/aws-cdk/compare/v1.26.0...v1.27.0) (2020-03-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **cognito:** `UserPool.fromUserPoolAttributes()` has been replaced
11+
by `fromUserPoolId()` and `fromUserPoolArn()`.
12+
* **cognito:** `IUserPool` no longer contains `userPoolProviderName`
13+
and `userPoolProviderUrl`.
14+
* **cognito:** The property `signInType` of `UserPool` has been
15+
renamed to `signInAliases` and given a new type `SignInAliases`. The
16+
list of sign in types are now specified via boolean properties.
17+
* **cognito:** The property `usernameAliasAttributes` of `UserPool` has
18+
been dropped and its functionality merged with the `signInAliases`
19+
property.
20+
* **cognito:** The property `autoVerifiedAttributes` for `UserPool` is
21+
now renamed to `autoVerify` and its default has now changed. The new
22+
default is now determined by the value of `signInAliases`.
23+
* **appsync:** Configuration the user pool authorization is now done through the
24+
authorizationConfig property. This allows us to specify a default
25+
authorization mode out of the supported ones, currently limited to
26+
Cognito user pools and API keys.
27+
* **custom-resources:** `physicalResourceId` and `physicalResourceIdPath`
28+
were unified to a concrete type under the `physicalResourceId` property.
29+
Use `PhysicalResourceId.fromResponse` and `PhysicalResourceId.of` factory
30+
functions to specify it.
31+
32+
### Features
33+
34+
* **appsync:** extend authorization configuration ([#6260](https://github.com/aws/aws-cdk/issues/6260)) ([948881a](https://github.com/aws/aws-cdk/commit/948881a242053aad221487c6ca537145230de87f)), closes [#6246](https://github.com/aws/aws-cdk/issues/6246) [#6247](https://github.com/aws/aws-cdk/issues/6247)
35+
* **aws-ec2:** signal, download and execute helpers for UserData ([#6029](https://github.com/aws/aws-cdk/issues/6029)) ([ee8f169](https://github.com/aws/aws-cdk/commit/ee8f16936c0e5cb412fbdd0f210045261374dac9)), closes [#623](https://github.com/aws/aws-cdk/issues/623)
36+
* **cognito:** refresh modeling of import APIs, sign in & autoverified attrs ([#6422](https://github.com/aws/aws-cdk/issues/6422)) ([c02e852](https://github.com/aws/aws-cdk/commit/c02e8528ac12ff8eb2b5ded7695b544c379e51e2))
37+
* **contributors:** use 0.0.0 as a version marker ([#6463](https://github.com/aws/aws-cdk/issues/6463)) ([d5f88c7](https://github.com/aws/aws-cdk/commit/d5f88c7b3a01e20c202bcb1a5f7baf6c72949b86)), closes [/github.com/aws/aws-cdk/pull/6463/files#diff-6a3371457528722a734f3c51d9238c13](https://github.com/aws//github.com/aws/aws-cdk/pull/6463/files/issues/diff-6a3371457528722a734f3c51d9238c13)
38+
* **custom-resources:** physical resource id union type ([#6518](https://github.com/aws/aws-cdk/issues/6518)) ([d5000bc](https://github.com/aws/aws-cdk/commit/d5000bc1182efb4b218510a2ae211f5362f806d1))
39+
* **lambda-event-sources:** expose `eventSourceMappingId` ([#5689](https://github.com/aws/aws-cdk/issues/5689)) ([5ea2679](https://github.com/aws/aws-cdk/commit/5ea2679c00f706c04ed8cb14f59746475f31e7db)), closes [#5430](https://github.com/aws/aws-cdk/issues/5430)
40+
* **rds:** master secret in DatabaseSecret ([#6415](https://github.com/aws/aws-cdk/issues/6415)) ([a9e5b60](https://github.com/aws/aws-cdk/commit/a9e5b609b20eff9edaf5775cfbe0802177852475)), closes [#6358](https://github.com/aws/aws-cdk/issues/6358)
41+
* **stepfunctions-tasks:** add step functions task to run glue job ([#6258](https://github.com/aws/aws-cdk/issues/6258)) ([15d9bd7](https://github.com/aws/aws-cdk/commit/15d9bd79690c2cb86c541dcb16c9dc88d8e338ad)), closes [#5266](https://github.com/aws/aws-cdk/issues/5266)
42+
43+
44+
### Bug Fixes
45+
46+
* **assert:** `haveResourceLike` and `countResourcesLike` compatibility ([#6202](https://github.com/aws/aws-cdk/issues/6202)) ([86c04f3](https://github.com/aws/aws-cdk/commit/86c04f354b472e6ff0c4af2cb8235ea9017d1c00))
47+
* **cli:** fast "no-op" deploys do not consider tags ([#6472](https://github.com/aws/aws-cdk/issues/6472)) ([5de87c1](https://github.com/aws/aws-cdk/commit/5de87c18b554b0cb903c7d0a68cf75ae32d0eb71)), closes [#6463](https://github.com/aws/aws-cdk/issues/6463)
48+
* **codepipeline:** an action's role imported in a different stack adds a dependency to the CodePipeline stack ([#6458](https://github.com/aws/aws-cdk/issues/6458)) ([86ea564](https://github.com/aws/aws-cdk/commit/86ea564665cf0f90341193755233238e2fd46f54))
49+
* **codepipeline:** automatically named artifacts could contain illegal characters from stage/action names ([#6460](https://github.com/aws/aws-cdk/issues/6460)) ([34aaca4](https://github.com/aws/aws-cdk/commit/34aaca4150e0001b58e154e164be1bedf4ca7f31))
50+
* **core:** adds enableVersionUpgrade property to CfnUpdatePolicy ([#6434](https://github.com/aws/aws-cdk/issues/6434)) ([f8cacb9](https://github.com/aws/aws-cdk/commit/f8cacb9ae24ef7af45362a5212fddde351e67572)), closes [#6158](https://github.com/aws/aws-cdk/issues/6158)
51+
* **custom-resources:** AwsCustomResource with delete only action fails ([#6363](https://github.com/aws/aws-cdk/issues/6363)) ([61a99e7](https://github.com/aws/aws-cdk/commit/61a99e7145e43793f0a27b693a76d85dd2cb61aa)), closes [#6061](https://github.com/aws/aws-cdk/issues/6061)
52+
* **docker:** cannot use cdk docker assets as base image ([#6471](https://github.com/aws/aws-cdk/issues/6471)) ([983dd40](https://github.com/aws/aws-cdk/commit/983dd403d1293f7b1a01dd18f65d65cfee964eba)), closes [#6466](https://github.com/aws/aws-cdk/issues/6466)
53+
* **rds:** setting timezone on DatabaseInstance causes internal failure ([#6534](https://github.com/aws/aws-cdk/issues/6534)) ([9e2ac91](https://github.com/aws/aws-cdk/commit/9e2ac91b98540cc79550346f390eca1561c79744)), closes [#6439](https://github.com/aws/aws-cdk/issues/6439)
54+
* **stepfunctions:** valid reference path '$' fails with an error ([#6483](https://github.com/aws/aws-cdk/issues/6483)) ([221c83b](https://github.com/aws/aws-cdk/commit/221c83b470bb6b5de3df5aa62d8a55056aa6eb24)), closes [#6388](https://github.com/aws/aws-cdk/issues/6388)
55+
556
## [1.26.0](https://github.com/aws/aws-cdk/compare/v1.25.0...v1.26.0) (2020-02-25)
657

758

0 commit comments

Comments
 (0)