Bumps mysql from 1.12.5 to 1.13.0.
Release notes
Sourced from mysql's releases.
1.13.0
What's Changed
🚀 Features
- Add OrientDB 3.0.x module (#1414) @robfrank
- Add Presto container (#2196) @findepi
- Add functionality to retrieve container by its name (#2314) @artjomka
🐛 Bug Fixes
- Fix localstack cloudwatchlogs service (#2316) @MariuszCwikla
- Set sourceJar.from=allSource for modules/spock (#2281) @pertu
- Improve checkMountableFile on Windows with unusual paths (#2296) @bedla
- Pin mkdocs dependencies to avoid version incompatibility (#2335) @rnorth
- Add small delay in while loop to avoid spamming logs (ResourceReaper) (#2287) @worldtiki
📖 Documentation
- idiomatize test container configuration in kotlin example (#1964) @alex0ptr
- Adding Windows Subsystem for Linux section to the windows documentation (#2282) @rnorth
- Add junit-jupiter dependency in junit 5 quickstart docs (#2301) @Dark0096
- Mention JDBC URL change in Spring Boot 2.3.0 (#2286) @bsideup
🧹 Housekeeping
- Prune images between module checks (#2376) @bsideup
- Kafka: replace deprecated poll method millis param with Duration (#2318) @nshipyakov
- Fix CI Docker Compose test failure (#2284) @rnorth
📦 Dependency updates
Click to expand...
... (truncated)
- Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370) @dependabot-preview
- Bump elasticsearch-rest-client from 7.6.0 to 7.6.1 in /modules/elasticsearch (#2401) @dependabot-preview
- Bump aws-java-sdk-logs from 1.11.722 to 1.11.737 in /modules/localstack (#2399) @dependabot-preview
- Bump java-client from 2.7.12 to 2.7.13 in /modules/couchbase (#2397) @dependabot-preview
- Bump org.springframework.boot from 2.2.4.RELEASE to 2.2.5.RELEASE in /examples (#2387) @dependabot-preview
- Bump mockito-core from 3.2.4 to 3.3.0 in /modules/junit-jupiter (#2372) @dependabot-preview
- Bump okhttp from 3.14.4 to 3.14.6 in /core (#2243) @dependabot-preview
- Bump commons-compress from 1.19 to 1.20 in /core (#2337) @dependabot-preview
- Bump elasticsearch-rest-client from 7.5.2 to 7.6.0 in /modules/elasticsearch (#2347) @dependabot-preview
- Bump postgresql from 42.2.9 to 42.2.10 in /examples (#2338) @dependabot-preview
- Bump tomcat-jdbc from 9.0.30 to 9.0.31 in /modules/mariadb (#2343) @dependabot-preview
- Bump tomcat-jdbc from 9.0.30 to 9.0.31 in /modules/mysql (#2344) @dependabot-preview
- Bump aws-java-sdk-logs from 1.11.718 to 1.11.722 in /modules/localstack (#2353) @dependabot-preview
- Bump aws-java-sdk-logs from 1.11.636 to 1.11.718 in /modules/localstack (#2336) @dependabot-preview
- Bump postgresql from 42.2.9 to 42.2.10 in /modules/junit-jupiter (#2330) @dependabot-preview
- Bump postgresql from 42.2.9 to 42.2.10 in /modules/postgresql (#2328) @dependabot-preview
Changelog
Sourced from mysql's changelog.
Change Log
All notable changes to this project will be documented in this file.MOVED
After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.
[1.8.3] - 2018-08-05
Fixed
- Fixed
with*
methods ofCouchbaseContainer
(#810)- Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)
[1.8.2] - 2018-07-31
Fixed
- Add support for transparently using local images with docker-compose (#798, fixes #674)
- Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)
Changed
- Update Visible Assertions to 2.1.1 (#779).
- KafkaContainer optimization (
group.initial.rebalance.delay.ms=0
) (#782).[1.8.1] - 2018-07-10
Fixed
- Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
- Ensure that the
COMPOSE_FILE
environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.- Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
- Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
- Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
- Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)
Changed
- Update Apache Pulsar module to 2.0.1 #760.
- Make JdbcDatabaseContainer#getDriverClassName public #743.
- enable
copyFileToContainer
feature during container startup #742.- avoid using file mounting in KafkaContainer #775.
- Added Apache Cassandra module #776.
[1.8.0] - 2018-06-14
Fixed
... (truncated)
Commits
f43e799
Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370)832c6e0
Bump elasticsearch-rest-client from 7.6.0 to 7.6.1 in /modules/… (#2401)e6ee290
Bump aws-java-sdk-logs from 1.11.722 to 1.11.737 in /modules/lo… (#2399)f8a6fa0
Bump java-client from 2.7.12 to 2.7.13 in /modules/couchbase (#2397)7b4f381
Bump org.springframework.boot from 2.2.4.RELEASE to 2.2.5.RELEA… (#2387)0981d27
Bump mockito-core from 3.2.4 to 3.3.0 in /modules/junit-jupiter (#2372)df48901
Idiomatize testcontainer object creation in kotlin example (#1964)b262a20
Adding Windows Subsystem for Linux section to the windows docum… (#2282)6ec63f8
Prune images between module checks (#2376)6f7b17a
Set sourceJar.from=allSource for modules/spock (#2281)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)