-
Notifications
You must be signed in to change notification settings - Fork 27
Add support for AsyncAPI 2.1.0 #147
Comments
@galvo hey, the problem is that the image you are referring to is not official AsyncAPI image maintained by us. Playground doesn't have an official image published to docker or any other registry. There is a Dockerfile but just for users to build on their own. |
Ok cool, can we get a official release of playground on Github that way i can tag and push a docker image to align with it |
we were always hesitant to do it because of the works we plan for new version of the playground, that will also have new name. but on the other hand why not publishing it now and then just deprecate the image and point to the new one 🤔 @fmvilas what do you think? |
Yeah, I don't think we'll have Studio ready to replace Playground any time soon so let's go ahead and publish a Docker image 👍 |
Happy to help out where i can |
@galvo awesome! we basically need a workflow like https://github.com/asyncapi/generator/blob/master/.github/workflows/release-docker.yml and related npm scripts in place. As for the secrets, I would just have to make sure they are globally available in entire organization as for not they are only in |
ok leave that with me |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@galvo We will be archiving the Playground in the near future so I suggest you to use the https://studio.asyncapi.com/ which is the successor of the Playground but with that same and much more capabilities. We also have a Docker Image - https://github.com/asyncapi/studio#using-it-via-docker. We are no longer mainataning the playground, we will be redirecting to the studio. Sorry for problems! |
Reason/Context
Please try answering few of those questions
Why we need this improvement?
The latest AsyncAPI is now 2.1.0 but playground only supports 2..0.0 via the latest docker image https://hub.docker.com/r/ryts/asyncapi-playground/tags?page=1&ordering=last_updated, however https://playground.asyncapi.io/ supports 2.1.0, is it possible to release the update with 2.1.0 support?
How will this change help?
Inline with latest AsyncAPI
What is the motivation?
Description
Please try answering few of those questions
The text was updated successfully, but these errors were encountered: