Skip to content

Commit

Permalink
Merge pull request #39 from aws-solutions/release/v3.1.5
Browse files Browse the repository at this point in the history
Update to v3.1.5
  • Loading branch information
eggoynes authored Nov 2, 2023
2 parents 50652a3 + f0990e5 commit 0140481
Show file tree
Hide file tree
Showing 51 changed files with 207,950 additions and 21 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.5] - 2023-11-02

### Security

- Security updates

### Added

- solution-manifest.yaml file
- package-lock.json files

## [3.1.4] - 2023-09-05

### Changed
Expand Down
17 changes: 5 additions & 12 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
Media2Cloud Solution

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.

**********************
THIRD PARTY COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion deployment/build-open-source-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function copy_standard_documents() {
"LICENSE.txt" \
"NOTICE.txt" \
"README.md" \
"solution-manifest.yaml" \
)
pushd "$DEPLOYMENT_DIR"/..
pwd
Expand All @@ -129,7 +130,6 @@ function copy_source_folder() {
find . -name "dist" -type d -exec rm -rf "{}" \; 2> /dev/null
find . -name "node_modules" -type d -exec rm -rf "{}" \; 2> /dev/null
find . -name "image-process-lib" -type d -exec rm -rf "{}/t" \; 2> /dev/null
find . -name "package-lock.json" -type f -delete
popd
}

Expand Down
9 changes: 9 additions & 0 deletions solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
id: SO0050
name: media2cloud-on-aws
version: 3.1.5
cloudformation_templates:
- template: media2cloud.template
main_template: true
- template: media2cloud-backend-stack.template
- template: media2cloud-core-stack.template
- template: media2cloud-webapp-stack.template
Loading

0 comments on commit 0140481

Please sign in to comment.