Open
Description
Describe the bug
Package manifest is missing MySQL driver versions newer than 8.0.30 despite there being up to 8.0.33 available at https://repo1.maven.org/maven2/mysql/mysql-connector-java/.
To Reproduce
Steps to reproduce the behavior:
- Run
lpm update
- Run
lpm add [email protected] --global
and observe successful install. - Run
lpm add [email protected] --global
and observe errorVersion '8.0.31' not available
- Run
lpm add [email protected] --global
and observe errorVersion '8.0.32' not available
- Run
lpm add [email protected] --global
and observe errorVersion '8.0.33' not available
- Go to https://repo1.maven.org/maven2/mysql/mysql-connector-java/ and see that all of the above versions are available.
- Go to https://github.com/liquibase/liquibase-package-manager/blob/master/internal/app/packages.json and see that all mysql versions after
8.0.30
are missing.
Expected behavior
Installing drivers for the latest mysql versions found at https://repo1.maven.org/maven2/mysql/mysql-connector-java/ should succeed.
Desktop (please complete the following information):
- OS: Ubuntu
- Version: 20.04
Additional context
Liquibase Package Manager Version: 0.2.7
Metadata
Assignees
Labels
No labels