Skip to content

Commit 15109ad

Browse files
authored
ExpediaInc -> ExpediaGroup (#58)
1 parent 1f38747 commit 15109ad

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
## [1.1.0] - 2019-04-05
77

88
### Added
9-
- Improved error handling in scripts/endpoint_dns_name.sh - see [#17](https://github.com/ExpediaInc/apiary-federation/issues/17).
10-
- Support for Docker private registry - see [#53](https://github.com/ExpediaInc/apiary-federation/issues/53).
9+
- Improved error handling in scripts/endpoint_dns_name.sh - see [#17](https://github.com/ExpediaGroup/apiary-federation/issues/17).
10+
- Support for Docker private registry - see [#53](https://github.com/ExpediaGroup/apiary-federation/issues/53).
1111

1212
### Changed
1313
- Refactor code to multiple `tf` files.
@@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2222
## [1.0.4] - 2019-02-22
2323

2424
### Added
25-
- tag resources that were not yet applying tags - see [#49](https://github.com/ExpediaInc/apiary-federation/issues/49).
25+
- tag resources that were not yet applying tags - see [#49](https://github.com/ExpediaGroup/apiary-federation/issues/49).
2626

2727
## [1.0.3] - 2019-01-30
2828

@@ -49,16 +49,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4949
## [1.0.0] - 2018-10-31
5050

5151
### Added
52-
- Option to register route53 cnames for vpc endpoints - see [#20](https://github.com/ExpediaInc/apiary-waggledance/issues/20).
53-
- Option to associate multiple VPCs to Service Discovery namespace - see [#29](https://github.com/ExpediaInc/apiary-waggledance/issues/29)
54-
- Enable write support for federated metastores - see [#26](https://github.com/ExpediaInc/apiary-waggledance/issues/26).
52+
- Option to register route53 cnames for vpc endpoints - see [#20](https://github.com/ExpediaGroup/apiary-federation/issues/20).
53+
- Option to associate multiple VPCs to Service Discovery namespace - see [#29](https://github.com/ExpediaGroup/apiary-federation/issues/29)
54+
- Enable write support for federated metastores - see [#26](https://github.com/ExpediaGroup/apiary-federation/issues/26).
5555
- Enable cross-region federated Metastore using Bastion and SSH tunnel - see
56-
[#31](https://github.com/ExpediaInc/apiary-waggledance/issues/31).
56+
[#31](https://github.com/ExpediaGroup/apiary-federation/issues/31).
5757

5858
### Changed
5959
- Renamed following variables:
6060
* `region` to `aws_region`
6161
* `instance_count` to `wd_ecs_task_count`
6262

6363
### Removed
64-
- Remove `alerting_email` variable - see [#28](https://github.com/ExpediaInc/apiary-waggledance/pull/28).
64+
- Remove `alerting_email` variable - see [#28](https://github.com/ExpediaGroup/apiary-federation/pull/28).

CODE-OF-CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behaviour may be
58-
reported by contacting [a member of the project team](https://github.com/orgs/ExpediaInc/teams/apiary-committers/members). All
58+
reported by contacting [a member of the project team](https://github.com/orgs/ExpediaGroup/teams/apiary-committers/members). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Overview
33

4-
For more information please refer to the main [Apiary](https://github.com/ExpediaInc/apiary) project page.
4+
For more information please refer to the main [Apiary](https://github.com/ExpediaGroup/apiary) project page.
55

66
## Variables
77
| Name | Description | Type | Default | Required |
@@ -37,7 +37,7 @@ For more information please refer to the main [Apiary](https://github.com/Expedi
3737
Example module invocation:
3838
```
3939
module "apiary-waggledance" {
40-
source = "git::https://github.com/ExpediaInc/apiary-federation.git?ref=master"
40+
source = "git::https://github.com/ExpediaGroup/apiary-federation.git?ref=master"
4141
instance_name = "waggledance-test"
4242
wd_ecs_task_count = "1"
4343
aws_region = "us-west-2"
@@ -82,4 +82,4 @@ If you would like to ask any questions about or discuss Apiary please join our m
8282
# Legal
8383
This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).
8484

85-
Copyright 2018 Expedia Inc.
85+
Copyright 2018-2019 Expedia, Inc.

0 commit comments

Comments
 (0)