Skip to content

Commit

Permalink
Merge branch 'master' into capz-release
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner authored Jul 23, 2024
2 parents ef186f9 + 5c6e64c commit 89b69fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2024-07-23

### Fixed

- Add Azure provider as provider directory.

## [0.5.0] - 2024-07-23

### Added
Expand Down Expand Up @@ -55,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Release` type that represents a Giant Swarm workload cluster release.

[Unreleased]: https://github.com/giantswarm/releases/compare/sdk/v0.5.0...HEAD
[0.5.0]: https://github.com/giantswarm/releases/releases/tag/sdk/v0.5.1
[0.5.0]: https://github.com/giantswarm/releases/releases/tag/sdk/v0.5.0
[0.4.0]: https://github.com/giantswarm/releases/releases/tag/sdk/v0.4.0
[0.3.0]: https://github.com/giantswarm/releases/releases/tag/sdk/v0.3.0
Expand Down
2 changes: 2 additions & 0 deletions sdk/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ func getProviderDirectory(provider Provider) (string, error) {
switch provider {
case ProviderAws:
return "capa", nil
case ProviderAzure:
return "azure", nil
}

return "", microerror.Maskf(InvalidProviderError, "unknown provider: %s", provider)
Expand Down

0 comments on commit 89b69fe

Please sign in to comment.