Skip to content

Commit

Permalink
Merge pull request #283 from awslabs/v1.1.4
Browse files Browse the repository at this point in the history
v1.1.4 release
  • Loading branch information
svozza authored Apr 1, 2022
2 parents 90a2042 + 11ccba6 commit e603d3b
Show file tree
Hide file tree
Showing 25 changed files with 10,891 additions and 10,134 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project are documented in this file.
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).

## [1.1.4] - 2022-04-01

### Added

### Changed

- Use official node.js Docker container for Discovery process ECS task

### Fixed

- Cost calculation bug due to UI using incorrect date

## [1.1.3] - 2022-02-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Perspective (v1.1.3)
# AWS Perspective (v1.1.4)

AWS Perspective is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams. You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS. This solution works by maintaining an inventory of the AWS resources across your accounts and Regions, mapping relationships between them, and displaying them in a web user interface (web UI).

Expand Down Expand Up @@ -323,6 +323,6 @@ AWS Perspective is able to generate its architecture diagrams thanks to these li
* [cytoscape.js-expand-collapse](https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse)


Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2022 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. A copy of the License is located at https://www.apache.org/licenses/ or in the "[license](LICENSE.txt)" 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.
1 change: 1 addition & 0 deletions deployment/perspective-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ Resources:
- ecr:PutLifecyclePolicy
- ecr:SetRepositoryPolicy
- ecr:PutImageScanningConfiguration
- ecr:TagResource
Resource: !Sub 'arn:aws:ecr:${AWS::Region}:${AWS::AccountId}:repository/*'
- Effect: Allow
Action:
Expand Down
184 changes: 99 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/discovery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/bitnami/node-snapshot:14
FROM public.ecr.aws/docker/library/node:16

RUN groupadd -r discovery && useradd -r -g discovery discovery

Expand Down
Loading

0 comments on commit e603d3b

Please sign in to comment.