Skip to content

Releases: ory/dockertest

v3.10.0

17 Apr 12:16
0d54053
Compare
Choose a tag to compare
chore(deps): bump actions/stale from 4 to 8 (#430)

Bumps [actions/stale](https://github.com/actions/stale) from 4 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.9.1

26 May 09:29
7b25128
Compare
Choose a tag to compare
chore(deps): bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 …

…(#355)

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.2/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.9.0

24 May 09:21
148c3da
Compare
Choose a tag to compare
chore(deps): bump gotest.tools/v3 from 3.1.0 to 3.2.0 (#353)

Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: gotest.tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.8.1

28 Nov 18:09
46586e3
Compare
Choose a tag to compare
Fix freebsd (#324)

See https://github.com/ory/kratos/issues/1645

v3.8.0

25 Sep 09:40
b4b9a5f
Compare
Choose a tag to compare
chore: update repository templates (#307)

v3.7.0

18 Jun 11:59
74f0f53
Compare
Choose a tag to compare
fix: parse volume mounts using the same function as docker cli (#274)

volume mount paths should be of the form:
    `<src>:<dest>[:<options>]`

Docs:
https://docs.docker.com/storage/bind-mounts/#choose-the--v-or---mount-flag
https://docs.docker.com/storage/volumes/#choose-the--v-or---mount-flag

`src` can either be the name of a docker volume OR an absolute path on the host

MountParser assumes that it's parsing a local absolute
path for the `src` arg. However, as mentioned above, 
it's also legal to use a named docker volume. In addition, 
there can be the optional `options` section, with an
additional colon.

Rather than trying to capture all the edge cases coding
it ourselves, we just import the same function that
docker-cli uses to parse the volume.

v3.6.5

29 Apr 12:46
f4ca4dd
Compare
Choose a tag to compare
chore: bump term to fix windows

Closes #232

v3.6.4

27 Apr 07:36
96555fa
Compare
Choose a tag to compare
fix: exponential backoff  (#264)

Co-authored-by: Andreas Amstutz <tullo@users.noreply.github.com>

v3.6.3

19 Dec 14:13
05646d9
Compare
Choose a tag to compare
chore: update repository templates (#250)

v3.6.2

18 Oct 09:50
36806f7
Compare
Choose a tag to compare
docs: add error handling after container purging (#231)