From eead2f13b6974fd2fcaa6a4bbab26e62a1f18f55 Mon Sep 17 00:00:00 2001 From: Thulasiraj Komminar <39799163+thulasirajkomminar@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:58:46 +0200 Subject: [PATCH] fix logo url --- CHANGELOG.md | 6 ++++++ provider/resources.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e03e9b..823c1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +## [0.2.2] - 2024-10-17 + +### Fixed: + +- Fixed logo url + ## [0.2.1] - 2024-10-15 ### Fixed: diff --git a/provider/resources.go b/provider/resources.go index 528f46c..680617b 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -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"},