Skip to content

Commit

Permalink
SDK: enable cloud director provider (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner authored Nov 6, 2024
1 parent 6de9836 commit 48e0f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Enable Cloud Director provider.

## [0.8.0] - 2024-10-15

### Added
Expand Down
4 changes: 1 addition & 3 deletions sdk/api/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ var SupportedProviders = []Provider{
ProviderAws,
ProviderAzure,
ProviderVsphere,

// Not yet supported:
// ProviderCloudDirector,
ProviderCloudDirector,
}

type Provider string
Expand Down

0 comments on commit 48e0f5f

Please sign in to comment.