-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #34
Merge #34
Commits on Dec 24, 2020
-
fix(codepipeline-actions): use codebuild batch iam permissions when `…
Configuration menu - View commit details
-
Copy full SHA for 5279f37 - Browse repository at this point
Copy the full SHA 5279f37View commit details -
feat(codebuild): add
startBatchBuild
option (#11743)This adds a `startBatchBuild` option to the code build source, to trigger a batch build. The cloudformation property isn't in the official docs yet but is mentioned [here](aws-cloudformation/cloudformation-coverage-roadmap#621 (comment)). Closes #11663
Configuration menu - View commit details
-
Copy full SHA for d9353b7 - Browse repository at this point
Copy the full SHA d9353b7View commit details -
feat(codebuild): prevent using Secrets in plain-text environment vari…
…ables (#12150) If you use a Secret in an environment variable of the default type `BuildEnvironmentVariableType.PLAINTEXT`, it will be visible in plain text in the AWS Console. Add validation that checks for this common mistake, along with a flag that allows you to opt out of it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 998af8f - Browse repository at this point
Copy the full SHA 998af8fView commit details
Commits on Dec 25, 2020
-
feat(elasticsearch): add support for version 7_8 and 7_9 (#12222)
closes #12202 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
saudkhanzada authoredDec 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 09d1f6c - Browse repository at this point
Copy the full SHA 09d1f6cView commit details -
feat(eks): aws-node-termination-handler for spot instances now pulls …
…the image from public ECR (#12141) close #12134 update `aws-node-termination-handler` version to `0.13.2` ```ts this._spotInterruptHandler = this.addHelmChart('spot-interrupt-handler', { chart: 'aws-node-termination-handler', version: '0.13.2', repository: 'https://aws.github.io/eks-charts', namespace: 'kube-system', values: { 'nodeSelector.lifecycle': LifecycleLabel.SPOT, }, }); ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for c752fab - Browse repository at this point
Copy the full SHA c752fabView commit details
Commits on Dec 26, 2020
-
feat(s3): option to auto delete objects upon bucket removal (#12090)
Use the custom resource provider from core to delete objects in the bucket. A bucket policy gives the correct permissions to the provider's Lambda function role. Credits to @Chriscbr for starting the work on this. Closes #3297 Closes #9751 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 32e9c23 - Browse repository at this point
Copy the full SHA 32e9c23View commit details
Commits on Dec 27, 2020
-
feat(elasticsearch): Support
EnableVersionUpgrade
update policy (#1……2239) See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-upgradeelasticsearchdomain Closes [#12210](#12210) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 14f8b06 - Browse repository at this point
Copy the full SHA 14f8b06View commit details
Commits on Dec 28, 2020
-
chore(lambda-nodejs): always use globally installed esbuild in Docker (…
…#12070) Bundling sets the working directory to `cdk.AssetStaging.BUNDLING_INPUT_DIR` but we want to force `npx` to always use the globally installed `esbuild` and not a version available in the mounted volume. Closes #12007 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 6be8500 - Browse repository at this point
Copy the full SHA 6be8500View commit details -
feat(rds): add support for setting public accessibility (#12164)
Closes #12093 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
saudkhanzada authoredDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for b8f48e5 - Browse repository at this point
Copy the full SHA b8f48e5View commit details -
feat(rds): add grantConnect for RDS Proxy (#12243)
Closes: #10133 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
saudkhanzada authoredDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for eb45ca8 - Browse repository at this point
Copy the full SHA eb45ca8View commit details
Commits on Dec 29, 2020
-
chore(deps-dev): bump esbuild from 0.8.20 to 0.8.27 (#12260)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.8.20 to 0.8.27. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](evanw/esbuild@v0.8.20...v0.8.27) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d18756d - Browse repository at this point
Copy the full SHA d18756dView commit details -
fix(elasticsearch): domain configured with access policies and a cust…
Configuration menu - View commit details
-
Copy full SHA for 245ee6a - Browse repository at this point
Copy the full SHA 245ee6aView commit details -
chore(rds): add additional AuroraPostgresEngineVersion 11.9 (#12267)
closes #12266 This change adds support for `AuroraPostgresEngineVersion` version 11.9 used for db.r6g instance types Aurora. https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 534199b - Browse repository at this point
Copy the full SHA 534199bView commit details -
docs: Add Cloudfront invalidation example for S3 deployment (#12238)
This workaround was discussed in this issue: #6243 (comment) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 0b6f0dd - Browse repository at this point
Copy the full SHA 0b6f0ddView commit details