-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat!: BLEA v3 #298
Merged
feat!: BLEA v3 #298
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* main: (63 commits) build(deps): update snapshot for aws-cdk-lib-2.69.0 build(deps): bump aws-cdk-lib from 2.68.0 to 2.69.0 ci: add bot to update shapshot test in PR (#236) ci: enable CI in 'dev.*' branches (#230) build(deps): bump cdk from 2.68.0 to 2.69.0 build(deps-dev): bump aws-cdk from 2.68.0 to 2.69.0 build(deps): bump constructs from 10.1.277 to 10.1.278 build(deps): bump aws-sdk from 2.1334.0 to 2.1335.0 ci: increase dependabot PR limits (#229) build(deps): bump aws-sdk from 2.1309.0 to 2.1334.0 build(deps-dev): bump @types/node from 18.14.2 to 18.15.3 build(deps-dev): bump @typescript-eslint/parser from 5.54.0 to 5.55.0 build(deps-dev): bump eslint from 8.35.0 to 8.36.0 build(deps): bump constructs from 10.1.268 to 10.1.277 build(deps-dev): bump @typescript-eslint/eslint-plugin build(deps): bump aws-cdk-lib from 2.67.0 to 2.68.0 build(deps-dev): bump lint-staged from 13.1.0 to 13.2.0 build(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 build(deps): bump cdk from 2.67.0 to 2.68.0 build(deps-dev): bump typescript from 4.9.4 to 4.9.5 ...
Delete Audit account baseline. This is discussed in #237.
) * refactor(base-standalone): compose into 1 stack and use parameter.ts * feat(base-standalone): refactor file and construct names * build: fix eslint fails on jest.config.js * fix(base-standalone): remove chatbot params * test(base-standalone): fix snapshot test * Revert "build: fix eslint fails on jest.config.js" This reverts commit 18f4275. * build(base-standalone): remove unused settings from package.json * update package-lock.json
* feat(base-ct-guest)!: compose into 1 stack and use parameter.ts * feat(base-ct-guest)!: rename usecase * build(base-ct-guest): remove lint, format npm tasks * test(base-ct-guest): fix snapshot test * feat(base-ct-guest): deploy baseline via Service Catalog / AFC * remove product-stack-snapshots * add CDK Pipelines into blea-base-ct-guest --------- Co-authored-by: Yukitaka Ohmura <[email protected]>
…hod to access parameter (#240) * Merge multiple stacks to one stack. * Merge two language (Python, Node.js) sample applications into single application. * Change method to access parameters to use parameter.ts
…umber of stacks (#239) * refactor(guest-webapp-sample)!: split into 2 usecases, and decrease number of stacks * delete .gitignore from ec2app-sample * Update package-lock.json --------- Co-authored-by: Yukitaka Ohmura <[email protected]>
…in this project (#286) * refactor: rename Construct IDs and variable names * refactor: set different names to ct/standalone * refactor: rename packages * test: add missing snapshot tests for gov-base-ct and fix formats * refactor: remove "security" prefix * build: refactor npm packages and build scripts * ci: remove product-stack-snapshots generated by test * ci: fix escape * refactor: fix ecs-app class names * fix: pass env parameter to stacks * test: update snapshots * fix: specify env * build: remove parameter.js when clean, and update snapshots --------- Co-authored-by: Yukitaka Ohmura <[email protected]>
…security policy (#296) * fix(gov-base-ct, gov-base-standalone): adopt s3's new bucket default security policy
konokenj
approved these changes
Apr 20, 2023
* main: build(deps): bump aws-xray-sdk from 3.4.1 to 3.5.0 (#276)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge BLEA v3 works which implements features described in #214 into main branch.
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT No Attribution (MIT-0).