- bump version only, to 8.0.0
- Use Flyway 5.2.4
- Use Flyway 5.2.3
- Use Flyway 5.2.1 and remove warning for configFile
- Use Flyway 5.0.7
- Add respond_to? conditional to metadata chef version
- Use Flyway 4.2.0
- Set MySQl driver to 5.1.43
- Use cookstyle for unit testing
- Rename params attribute to parameters to be Chef 13 compatible
- Use Flyway 4.1.2
- Set MySQl driver to 5.1.41
- Use Flyway 4.1.1
- Set MySQl driver to 5.1.40
- Append flywaydb directory to install directory e.g., /opt is now /opt/flywaydb
- Fix #30 Make flyway executable
- Use Flyway 4.0.3
- Fix #27 Missing parameter 'run' in recursive process_conf call
- Fix #25 Do not create a user/group when passing in values
- Use Flyway 4.0.2
- Set MariaDB driver version to nil to use the MariaDB Connector/J driver that ships with flywaydb
- Set MariaDB driver version to 1.4.5
- Set MySQL driver version to 5.1.39
- Add timeout option that defaults to 72hrs
- Fix #20 MySQL driver missing when new version of flyway installed
- Use Flyway 4.0.1
- Fix #19 Cannot symlink flyway directory if older version of flywaydb cookbook ran previously
- Fix #18 MySQL driver should overwrite the old one
- Fix #17 System Error Message: Access is denied
- Fix #16 Chef::Exceptions::NoSuchResourceType
- Fix #15 Flyway should automatically update if the version changes
- Fix #13 Flyway 4.0 commandline creates empty metadata table
- Fix #12 Blank flyway.conf if flyway_conf nil
- Fix #9 Extracting to flyway-4.0 on windows
- Add flyway_conf attribute
- Add alt_conf attribute
- Remove conf and ext_conf attributes
- Fix #6 Suppress the command that was executed to hide sensitive information but still log stdout and stderr
- Include default recipe in provide only if required
- Fix #4 Quote param values to avoid interpretation by the shell
- Use Flyway 4.0
- Fix #3 sensitive not defaulting to true
- Fix clean action
- Remove global attributes ext_conf, conf, params, sensitive, and debug
- Default sensitive to true
- Remove command recipes
- Initial release