Closed zhammer closed 8 months ago
:tada: This PR is included in version 1.0.2 :tada:
The release is available on @seatgeek/backstage-plugin-awards-common@1.0.2
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 2.0.0 :tada:
The release is available on @seatgeek/backstage-plugin-awards@2.0.0
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 2.0.0 :tada:
The release is available on @seatgeek/backstage-plugin-awards-backend@2.0.0
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on @seatgeek/backstage-plugin-gitlab-catalog-backend@1.0.0
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.2 :tada:
The release is available on @seatgeek/backstage-plugin-slack-catalog-backend@1.0.2
Your semantic-release bot :package::rocket:
award logos are now stored as images in s3 or the local filesystem rather than data blobs. doesn't require a db or api schema migration. whereas before
img src={}
is the data blob, now it's the url to the uploaded image.uploading a logo works like this:
/awards/new
{ image: <new_image_url> }
, is sent to the backend