Skip to content

Commit

Permalink
Merge pull request #6 from komminarlabs/tk/logo-fix
Browse files Browse the repository at this point in the history
fix logo url
  • Loading branch information
thulasirajkomminar authored Oct 17, 2024
2 parents 021c39b + eead2f1 commit 3acc988
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

## [0.2.2] - 2024-10-17

### Fixed:

- Fixed logo url

## [0.2.1] - 2024-10-15

### Fixed:
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func Provider() tfbridge.ProviderInfo {
DisplayName: "CrateDB",
Publisher: "komminarlabs",
Version: version.Version,
LogoURL: "https://avatars.githubusercontent.com/u/5713248?s=200&v=4",
LogoURL: "https://avatars.githubusercontent.com/u/4048232?s=48&v=4",
PluginDownloadURL: "github://api.github.com/komminarlabs",
Description: "A Pulumi package for creating and managing CrateDB resources.",
Keywords: []string{"pulumi", "cratedb", "category/database"},
Expand Down

0 comments on commit 3acc988

Please sign in to comment.