Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plume: Add new AWS regions, af-south-1, ap-southeast-3, eu-south-1 #274

Merged
merged 1 commit into from Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is 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).

## [Unreleased]
### Added
- plume: Add new AWS regions, af-south-1, ap-southeast-3, eu-south-1 ([#274](https://github.com/flatcar-linux/mantle/pull/274))

## [0.18.0] - 12/01/2022
### Security
Expand Down
3 changes: 3 additions & 0 deletions cmd/plume/containerlinux.go
Expand Up @@ -56,12 +56,15 @@ var (
"eu-west-2",
"eu-west-3",
"eu-north-1",
"eu-south-1",
"eu-central-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-northeast-1",
"ap-northeast-2",
"af-south-1",
sayanchowdhury marked this conversation as resolved.
Show resolved Hide resolved
// "ap-northeast-3", // Disabled for now because we do not have access
"sa-east-1",
"ca-central-1",
Expand Down