Releases: CAFapi/util-flyway-installer
Releases · CAFapi/util-flyway-installer
v4.0.0
Version Number
4.0.0-241
New Features
- US969005: Password lookup support
Improved the security of the database password by looking it up internally rather than it
being passed as a parameter.
Breaking Changes
- US969005: The
db.pass
argument has been replaced bydb.secretKeys
.- This program now expects to be passed secret keys rather than a secret value.
- For example, pass
db.secretKeys CAF_SERVICE_DATABASE_PASSWORD
instead ofdb.pass P@ssw0rd
. The program will then look up the actual
secret using the key. If multiple secret keys are passed (db.secretKeys CAF_SERVICE_DATABASE_PASSWORD,CAF_DATABASE_PASSWORD
), the
first non-empty secret value will be used to access the database. - This change prevents secrets being exposed when calling this program.
Known Issues
- None
Release Artifacts
Maven
com.github.cafapi.util.flywayinstaller:util-flywayinstaller-cli:4.0.0-241
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-aggregator:4.0.0-241
(pom,pom.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller:4.0.0-241
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)
v3.0.0
Version Number
3.0.0-197
New Features
- None
Breaking Changes
- US888078: The artifact produced is no longer an executable jar. It should now be consumed as a library.
Known Issues
- None
Release Artifacts
Maven
com.github.cafapi.util.flywayinstaller:util-flywayinstaller-aggregator:3.0.0-197
(pom,pom.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller:3.0.0-197
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-cli:3.0.0-197
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)
v2.0.0
Version Number
2.0.0-184
New Features
- US517060: Flyway version upgraded
Breaking Changes
- US361030: Java 8 and Java 11 support dropped
Java 17 is now the minimum supported version.
Known Issues
- None
Release Artifacts
Maven
com.github.cafapi.util.flywayinstaller:util-flywayinstaller-aggregator:2.0.0-184
(pom,pom.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller:2.0.0-184
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-cli:2.0.0-184
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)
v1.0.1
Version Number
1.0.1-98
New Features
- None
Patch Fixes Included
- US509054: Upgrade PostgreSQL JDBC Driver to 42.5.0
Known Issues
- None
Release Artifacts
Maven
com.github.cafapi.util.flywayinstaller:util-flywayinstaller:1.0.1-98
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-cli:1.0.1-98
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-aggregator:1.0.1-98
(pom.md5,pom.sha1,pom)
v1.0.0
Version Number
1.0.0-73
New Features
- Initial Release
Known Issues
- None
Release Artifacts
Maven
com.github.cafapi.util.flywayinstaller:util-flywayinstaller:1.0.0-73
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-cli:1.0.0-73
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafapi.util.flywayinstaller:util-flywayinstaller-aggregator:1.0.0-73
(pom.md5,pom.sha1,pom)