You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
+
## [1.2.6] - 2024-11-21
10
+
11
+
### Security
12
+
13
+
- Security updates for npm packages
14
+
9
15
## [1.2.5] - 2024-09-17
10
16
11
17
### Security
@@ -15,70 +21,93 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
21
## [1.2.4] - 2024-08-09
16
22
17
23
### Security
24
+
18
25
- Upgraded vulnerable packages
19
26
20
27
## [1.2.3] - 2024-06-11
21
28
22
29
### Security
30
+
23
31
- CDK updates to 2.143.0 which removed alpha code and fixed deployment issues
24
32
25
33
### Changed
34
+
26
35
- Added solution manifest
27
36
- Updated nested dependencies for Security Updates
28
37
29
38
## [1.2.2] - 2023-11-02
30
39
31
40
### Changed
41
+
32
42
- Security updates
33
43
- Added solution manifest
34
44
35
45
## [1.2.1] - 2023-09-28
36
46
37
47
### Fixed
48
+
38
49
- Fixed an issue where the solution was not deployed properly with `cdk deploy` command
39
50
40
51
## [1.2.0] - 2023-06-29
52
+
41
53
### Changed
54
+
42
55
- Integrated Service Catalog App Registry into the solution.
43
56
- All AWS Lambda functions have been updated to the NodeJS 18 runtime.
44
57
- Along with NodeJS 18 runtime upgrade, [aws-sdk v2](https://github.com/aws/aws-sdk-js) has been updated to [aws-sdk v3](https://github.com/aws/aws-sdk-js-v3)
45
58
46
59
### Removed
60
+
47
61
-[aws-sdk v2](https://github.com/aws/aws-sdk-js) has been removed from Lambda Layers
48
62
49
63
## [1.1.4] - 2023-06-01
64
+
50
65
### Changed
66
+
51
67
- Updated aws-cdk and aws-cdk-lib to newest version 2.81.0.
52
68
53
69
### Fixed
54
-
- Custom resource created with aws-cdk-lib now on NodeJS 16.
70
+
71
+
- Custom resource created with aws-cdk-lib now on NodeJS 16.
55
72
56
73
## [1.1.3] - 2023-05-18
74
+
57
75
### Changed
76
+
58
77
- Updated video player on the demo website to a stable version.
59
78
- Updated WAF RuleGroup Name Arn to have the correct value.
60
79
- All AWS Lambda functions have been updated to the NodeJS 16 runtime.
61
80
62
81
## [1.1.2] - 2023-04-14
82
+
63
83
### Changed
84
+
64
85
- Updated object ownership configuration on on the ApiEndpointsLogsBucket bucket
65
86
66
-
## [1.1.1] - 2023-2-2
87
+
## [1.1.1] - 2023-02-02
88
+
67
89
### Added
90
+
68
91
- Added architecture diagram.
69
92
- Added the package babel/traverse
70
93
71
94
## [1.1.0] - 2022-10-15
95
+
72
96
### Added
97
+
73
98
- Upgrade wizard enforce http or https protocol
74
99
- Upgrade demo website with QRcode, token parameters selector and links to solutions page
75
100
- Add constraints in the wizard for stack name and video asset url format
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,11 @@ information to effectively respond to your bug report or contribution.
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check [existing open](https://github.com/awslabs/cdk-solution-init-pkg/issues), or [recently closed](https://github.com/awslabs/cdk-solution-init-pkg/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:
14
+
When filing an issue, please check [existing
15
+
open](https://github.com/aws-solutions/secure-media-delivery-at-the-edge-on-aws/issues), or [recently
issues to make sure somebody else hasn't already reported the issue. Please try to include as much
18
+
information as you can. Details like these are incredibly useful:
16
19
17
20
* A reproducible test case or series of steps
18
21
* The version of our code being used
@@ -21,9 +24,10 @@ reported the issue. Please try to include as much information as you can. Detail
21
24
22
25
23
26
## Contributing via Pull Requests
27
+
24
28
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25
29
26
-
1. You are working against the latest source on the *master* branch.
30
+
1. You are working against the latest source on the *main* branch.
27
31
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28
32
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
29
33
@@ -42,21 +46,30 @@ GitHub provides additional document on [forking a repository](https://help.githu
42
46
43
47
44
48
## 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/cdk-solution-init-pkg/labels/help%20wanted) issues is a great place to start.
49
+
50
+
Looking at the existing issues is a great way to find something to contribute on. As our projects,
51
+
by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help
52
+
wanted/invalid/question/wontfix), looking at any ['help
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
50
60
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
51
61
opensource-codeofconduct@amazon.com with any additional questions or comments.
52
62
53
63
54
64
## Security issue notifications
65
+
55
66
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.
56
67
57
68
58
69
## Licensing
59
70
60
-
See the [LICENSE](https://github.com/awslabs/cdk-solution-init-pkg/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
0 commit comments