Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 1.107.0 #14957

Merged
merged 29 commits into from
Jun 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fe886ba
Merge pull request #14867 from aws/merge-back/1.106.0
skinny85 May 25, 2021
fd8445f
fix(rds): Add exception throw when az is defined for multi-az db inst…
neovasili May 25, 2021
b45d126
chore(ecs): Add support for ECS anywhere (#14811)
hariohmprasath May 25, 2021
d290b1d
revert(secretsmanager): revert "Automatically grant permissions to ro…
skinny85 May 25, 2021
8bb4357
feat(cfnspec): cloudformation spec v37.0.0 (#14873)
aws-cdk-automation May 26, 2021
92bbc63
chore: npm-check-updates && yarn upgrade (#14875)
aws-cdk-automation May 26, 2021
bd3657a
Merge branch 'master' into merge-back/1.106.1
mergify[bot] May 26, 2021
cdcca9f
chore(merge-back): 1.106.1 (#14883)
mergify[bot] May 26, 2021
f8813bf
docs(iam): fixed typo in documentation (#14884)
andrenoberto May 26, 2021
061fd55
fix(appmesh): TLS mode is set on the Certificate class (#14856)
Seiya6329 May 27, 2021
b5596c7
chore(prlint): ban 'breaking changes' clause on stable modules (#14861)
May 28, 2021
8263c78
fix(appmesh): introduce the TlsClientPolicy and TlsValidation concept…
Seiya6329 May 28, 2021
f62facb
chore(docs): add owners for missing modules (#14829)
ericzbeard May 28, 2021
52da59c
fix(lambda-nodejs): cannot bundle locally when consuming a node modul…
jogold May 30, 2021
a7a9c98
docs(lambda-nodejs): reference architecture (#14924)
jogold May 31, 2021
ed72ad3
feat(pipelines): allow switching to one CodeBuild action for same-typ…
hoegertn May 31, 2021
882508c
chore(apigatewayv2): improve error message for invalid route path (#1…
shanehandley-lt Jun 1, 2021
40d2ff9
feat(cloudfront): add L2 support for CloudFront functions (#14511)
hoegertn Jun 1, 2021
f8b191e
chore: move check-yarn-lock to build.sh (#14938)
njlynch Jun 1, 2021
d07a49f
fix(elasticsearch): 'r6gd' not marked as supported type for instance …
ofirnk Jun 1, 2021
5a0e7b9
docs(Readme): remove unused image resource (screencast.gif) (#14852)
cokia Jun 1, 2021
1956ef6
feat(eks): support Kubernetes 1.20 (#14758)
kirintwn Jun 1, 2021
a66fe88
chore: auto-approve to run on pull_request_target (#14939)
iliapolo Jun 2, 2021
3716eed
chore(logs): Adding a public method to access the physical name of th…
upparekh Jun 2, 2021
49d2bd1
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#14922)
dependabot[bot] Jun 2, 2021
8c896fa
chore(release): 1.107.0
Jun 2, 2021
ff880fe
Update CHANGELOG.md
iliapolo Jun 2, 2021
7d0601d
Update CHANGELOG.md
iliapolo Jun 2, 2021
957a205
Update CHANGELOG.md
iliapolo Jun 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#14922)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2021
commit 49d2bd18ad632414d0c91dbc0ba6e17d6278274f
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Restore Yarn cache
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down