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

Commit 7f43b0d

Browse files
authored
Updates for release v1.0.1
### Fixed - Fixed OneClick deployment script and html5 vulnerability
1 parent a04cd4b commit 7f43b0d

File tree

17 files changed

+6411
-2625
lines changed

17 files changed

+6411
-2625
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
**To Reproduce**
14+
15+
<!-- Steps to reproduce the behavior. -->
16+
17+
**Expected behavior**
18+
19+
<!-- A clear and concise description of what you expected to happen. -->
20+
21+
**Please complete the following information about the solution:**
22+
23+
- [ ] Version: [e.g. v1.0.0]
24+
- [ ] Region: [e.g. us-east-1]
25+
- [ ] Was the solution modified from the version published on this repository?
26+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
27+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
28+
- [ ] Were there any errors in the CloudWatch Logs?
29+
30+
**Screenshots**
31+
32+
<!-- If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information). -->
33+
34+
**Additional context**
35+
36+
<!-- Add any other context about the problem here. -->
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the feature you'd like**
14+
15+
<!-- A clear and concise description of what you want to happen.-->
16+
17+
**Additional context**
18+
19+
<!-- Add any other context or screenshots about the feature request here.-->
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: General question
3+
about: Ask a general question
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
**What is your question?**
10+
11+
<!-- Describe your question as detail as possible. -->

.github/PULL_REQUEST_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**Issue #, if available:**
2+
3+
<!-- If there're any related issues, please add the issue number here. -->
4+
5+
**Description of changes:**
6+
7+
<!-- Please describe the changes you made -->
8+
9+
**Checklist**
10+
11+
- [ ] :wave: I have run the unit tests, and all unit tests have passed.
12+
- [ ] :warning: This pull request might incur a breaking change.
13+
14+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Application Pattern Orchestrator on AWS Release Changelog
22

3-
## [1.0.0] - 2022-11-18
3+
## [1.0.1] - 2023-01-19
4+
5+
### Fixed
6+
7+
- Fixed OneClick deployment script and html5 vulnerability
8+
9+
## [1.0.0] - 2022-09-19
410

511
### Added
612

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## Application Pattern Orchestrator on AWS
2828

29-
Application Pattern Orchestrator (APO) is an AWS Solution that helps customers establish and manage an internal catalog of reusable, repeatable, well-architected, secure-by-design, and production-ready cloud infrastructure patterns for use by application development and engineering teams throughout their organizations.
29+
Application Pattern Orchestrator (APO) is an AWS Solution that helps customers to establish and manage an internal catalog of reusable, repeatable, well-architected, secure-by-design, and production-ready cloud infrastructure patterns for use by application development and engineering teams throughout their organizations.
3030

3131
## Licence
3232

@@ -274,7 +274,7 @@ Upon successfully cloning the repository into your local development environment
274274
275275
After the solution stack has been deployed and launched, you can sign in to the web interface.
276276
277-
1. Find the website URL from your deployment output starting with `ApoStack.RapmFrontendCloudFrontURL` and open it in your browser. We recommend using Chrome. You will be redirected to the sign in page that requires username and password.
277+
1. Find the website URL from deployment output starting with `ApoStack.RapmFrontendCloudFrontURL` and open it in your browser. We recommend using Chrome. You will be redirected to the sign in page that requires username and password.
278278
2. Sign in with the email address specified during deployment (`adminEmail`) and use the temporary password received via email after deployment. You will receive a temporary password from `[email protected]`.
279279
3. During the sign in, you are required to set a new password when signing in for the first time.
280280
4. After signing in, you can view the solution's web UI.

0 commit comments

Comments
 (0)