The generator within Docker images seems to be one (patch?) version higher than the Docker image tag says.
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.5 --version
1.6.6
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.6 --version
1.6.7
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.7 --version
1.6.8
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.10 --version
1.6.11
I skipped 1.6.8 and 1.6.9, but I guess they show the same phenomen.
Running docker run --rm -it asyncapi/generator:<x> --version outputs <x> for future images.
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@GodsBoss sorry for keeping you waiting. I just opened a PR to fix it https://github.com/asyncapi/generator/pull/585
:tada: This issue has been resolved in version 1.6.15 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I see 1.6.15 also on docker hub and 1.6.14 was skipped, so lgtm