File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS api-change: Add support for Dualstack Endpoints
8
+
5
9
## 1.7.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-master" : " 1.7 -dev"
32
+ "dev-master" : " 1.8 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -74,6 +74,32 @@ protected function getEndpointMetadata(?string $region): array
74
74
case 'ap-southeast-5 ' :
75
75
case 'ca-central-1 ' :
76
76
case 'ca-west-1 ' :
77
+ case 'dkr-af-south-1 ' :
78
+ case 'dkr-ap-east-1 ' :
79
+ case 'dkr-ap-northeast-1 ' :
80
+ case 'dkr-ap-northeast-2 ' :
81
+ case 'dkr-ap-northeast-3 ' :
82
+ case 'dkr-ap-south-1 ' :
83
+ case 'dkr-ap-south-2 ' :
84
+ case 'dkr-ap-southeast-1 ' :
85
+ case 'dkr-ap-southeast-2 ' :
86
+ case 'dkr-ap-southeast-3 ' :
87
+ case 'dkr-ap-southeast-4 ' :
88
+ case 'dkr-ap-southeast-5 ' :
89
+ case 'dkr-ca-central-1 ' :
90
+ case 'dkr-ca-west-1 ' :
91
+ case 'dkr-eu-central-1 ' :
92
+ case 'dkr-eu-central-2 ' :
93
+ case 'dkr-eu-north-1 ' :
94
+ case 'dkr-eu-south-1 ' :
95
+ case 'dkr-eu-south-2 ' :
96
+ case 'dkr-eu-west-1 ' :
97
+ case 'dkr-eu-west-2 ' :
98
+ case 'dkr-eu-west-3 ' :
99
+ case 'dkr-il-central-1 ' :
100
+ case 'dkr-me-central-1 ' :
101
+ case 'dkr-me-south-1 ' :
102
+ case 'dkr-sa-east-1 ' :
77
103
case 'eu-central-1 ' :
78
104
case 'eu-central-2 ' :
79
105
case 'eu-north-1 ' :
@@ -100,6 +126,8 @@ protected function getEndpointMetadata(?string $region): array
100
126
];
101
127
case 'cn-north-1 ' :
102
128
case 'cn-northwest-1 ' :
129
+ case 'dkr-cn-north-1 ' :
130
+ case 'dkr-cn-northwest-1 ' :
103
131
return [
104
132
'endpoint ' => "https://api.ecr. $ region.amazonaws.com.cn " ,
105
133
'signRegion ' => $ region ,
You can’t perform that action at this time.
0 commit comments