Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 43f8e21

Browse files
verinderpbverind
andauthored
release v1.1.0 (#15)
Co-authored-by: Verinder Singh <[email protected]>
1 parent 7f43b0d commit 43f8e21

File tree

90 files changed

+52618
-20257
lines changed

Some content is hidden

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

90 files changed

+52618
-20257
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Application Pattern Orchestrator on AWS Release Changelog
1+
# Changelog
2+
3+
## [1.1.0] - 2023-05-03
4+
5+
### Added
6+
7+
- AWS CodeCommit support for application patterns repository
8+
- Support for Node.js version 18
9+
10+
### Fixed
11+
12+
- Updated the code to accommodate the new AWS S3 default security setting of disabling the ACL.
213

314
## [1.0.1] - 2023-01-19
415

516
### Fixed
617

7-
- Fixed OneClick deployment script and html5 vulnerability
18+
- Fixed OneClick deployment script and html5 vulnerability
819

920
## [1.0.0] - 2022-09-19
1021

1122
### Added
1223

13-
- All files, initial version
24+
- All files, initial version

CONTRIBUTING.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@ documentation, we greatly value feedback and contributions from our community.
66
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
77
information to effectively respond to your bug report or contribution.
88

9-
109
## Reporting Bugs/Feature Requests
1110

1211
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1312

14-
When filing an issue, please check [existing open](https://github.com/awslabs/ags-blueprint-governance/issues), or [recently closed](https://github.com/awslabs/ags-blueprint-governance/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15-
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16-
17-
* A reproducible test case or series of steps
18-
* The version of our code being used
19-
* Any modifications you've made relevant to the bug
20-
* Anything unusual about your environment or deployment
13+
When filing an issue, please check [existing open](https://github.com/aws-solutions/application-pattern-orchestrator-on-aws/issues), or [recently closed](https://github.com/aws-solutions/application-pattern-orchestrator-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
2114

15+
- A reproducible test case or series of steps
16+
- The version of our code being used
17+
- Any modifications you've made relevant to the bug
18+
- Anything unusual about your environment or deployment
2219

2320
## Contributing via Pull Requests
21+
2422
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2523

26-
1. You are working against the latest source on the *master* branch.
24+
1. You are working against the latest source on the _master_ branch.
2725
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2826
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2927

@@ -40,23 +38,22 @@ To send us a pull request, please:
4038
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4139
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
4240

43-
4441
## Finding contributions to work on
45-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/ags-blueprint-governance/labels/help%20wanted) issues is a great place to start.
4642

43+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/application-pattern-orchestrator-on-aws/labels/help%20wanted) issues is a great place to start.
4744

4845
## Code of Conduct
46+
4947
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
5048
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
5149
[email protected] with any additional questions or comments.
5250

53-
5451
## Security issue notifications
55-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
5652

53+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
5754

5855
## Licensing
5956

60-
See the [LICENSE](https://github.com/awslabs/ags-blueprint-governance/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
57+
See the [LICENSE](https://github.com/aws-solutions/application-pattern-orchestrator-on-aws/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
6158

6259
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

0 commit comments

Comments
 (0)