rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Versions mismatch? #285

Open maciejkulinski opened 1 year ago

maciejkulinski commented 1 year ago

Hello,

I think Docker and this repo are out of sync with versions.

At the time of writing, latest version tag in Docker Hub is 1.3.11. Latest version in Releases is 1.3.15 and there's no 1.3.11...

Is Docker's 1.3.11 the 1.3.15 from GitHub? What's happening here? 😆

rdagumampan commented 1 year ago

Hi @maciejkulinski, thanks for reaching out. Seems to be a bug in the release pipeline. So far, I havent had very good way of picking the right tags when building the docker container but it seems this is actually v1.3.10 as its a commit around May 22.

https://ci.appveyor.com/project/rdagumampan/yuniql-uakd6

Marking this as a bug.

rdagumampan commented 1 year ago

I made a hotfix after v1.3.10 because apparently some DLL are not included in the package which is critical to connecting to SQL Server. But I have not made v1.3.15 release for docker distribution.