Skip to content

Commit

Permalink
Merge pull request #301 from upodroid/update-ip-ranges-q1-2025
Browse files Browse the repository at this point in the history
Update ip ranges for Q1 2025
  • Loading branch information
k8s-ci-robot authored Feb 7, 2025
2 parents a8268d1 + d4fe979 commit 4eed00d
Show file tree
Hide file tree
Showing 4 changed files with 15,044 additions and 15,128 deletions.
6 changes: 3 additions & 3 deletions cmd/archeio/internal/app/buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func awsRegionToHostURL(region, defaultURL string) string {
// shifting other regions that do not have their own bucket

// US East (N. Virginia)
case "us-east-1", "sa-east-1":
case "us-east-1", "sa-east-1", "mx-central-1":
return "https://prod-registry-k8s-io-us-east-1.s3.dualstack.us-east-1.amazonaws.com"
// US East (Ohio)
case "us-east-2", "ca-central-1":
Expand All @@ -49,13 +49,13 @@ func awsRegionToHostURL(region, defaultURL string) string {
case "us-west-2", "ca-west-1":
return "https://prod-registry-k8s-io-us-west-2.s3.dualstack.us-west-2.amazonaws.com"
// Asia Pacific (Mumbai)
case "ap-south-1", "ap-south-2", "me-south-1", "me-central-1":
case "ap-south-1", "ap-south-2", "me-south-1", "me-central-1", "me-west-1":
return "https://prod-registry-k8s-io-ap-south-1.s3.dualstack.ap-south-1.amazonaws.com"
// Asia Pacific (Tokyo)
case "ap-northeast-1", "ap-northeast-2", "ap-northeast-3":
return "https://prod-registry-k8s-io-ap-northeast-1.s3.dualstack.ap-northeast-1.amazonaws.com"
// Asia Pacific (Singapore)
case "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ap-southeast-5", "ap-southeast-6", "ap-east-1", "cn-northwest-1", "cn-north-1":
case "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ap-southeast-5", "ap-southeast-6", "ap-southeast-7", "ap-east-1", "ap-east-2", "cn-northwest-1", "cn-north-1":
return "https://prod-registry-k8s-io-ap-southeast-1.s3.dualstack.ap-southeast-1.amazonaws.com"
// Europe (Frankfurt)
case "eu-central-1", "eu-central-2", "eu-south-1", "eu-south-2", "il-central-1":
Expand Down
Loading

0 comments on commit 4eed00d

Please sign in to comment.