Skip to content

Commit 719d52c

Browse files
author
Joshua Leaverton
committed
Updated to Version 2.0.0
1 parent 5471cce commit 719d52c

Some content is hidden

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

48 files changed

+2366
-271
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [1.0.0] - 2019-09-10
8-
- Initial public release
8+
- Initial public release
9+
10+
## [2.0.0] - 2010-08-20
11+
- Ability to peer inter-region transit gateways by tagging the transit gateway.
12+
- Option to use an existing transit gateway.
13+
- Ability to create or use existing global network.
14+
- Register the transit gateway with the global network.
15+
- Ability to add custom CIDR blocks to the VPC route tables in the spoke accounts.
16+
- Ability to add customer-managed prefix lists to the VPC route tables in spoke accounts.

NOTICE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWS Serverless Transit Network Orchestrator
22

3-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except
55
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/LICENSE-2.0
66
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
@@ -23,6 +23,7 @@ react-router-dom under the Massachusetts Institute of Technology (MIT) license
2323
react-scripts under the Massachusetts Institute of Technology (MIT) license
2424
react-icons under the Massachusetts Institute of Technology (MIT) license
2525
react-modal under the Massachusetts Institute of Technology (MIT) license
26+
popper.js under the Massachusetts Institute of Technology (MIT) license
2627
ag-grid-community under the Massachusetts Institute of Technology (MIT) license
2728
ag-grid-react under the Massachusetts Institute of Technology (MIT) license
2829
font-awesome under the Massachusetts Institute of Technology (MIT) license

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ aws s3 cp deployment/regional-s3-assets/ s3://$BUILD_OUTPUT_BUCKET/$SOLUTION_NAM
3939

4040
***
4141

42-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
42+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4343

4444
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
4545

0 commit comments

Comments
 (0)