Skip to content

Releases: ory/dockertest

v3.6.1

11 Oct 19:08
012ed9a
Compare
Choose a tag to compare
fix: use moby/term rather than our own term package (#227)

Closes #212
Closes #208

v3.6.0

10 Apr 10:24
1deddef
Compare
Choose a tag to compare
feat: add basic network management (#188)

Related #163 

This PR adds three things (in order from smaller to bigger):
* Getting a container descriptor inside container. This is useful when tests already running inside container with mounted docker socket for container management.
* Execution commands inside running container. This is useful "in general".  I.e. we have project with test case that simulates RabbitMQ restarts using `rabbitmqctl stop_app` and `rabbitmqctl start_app`. Also it's used in new tests.
* Basic network management. Docker networks can be created and deleted using `Pool`, containers can be connected to network using `BuildAndRunWithOptions` and `RunWithOptions`, already running containers can be connected to network using `ConnectToNetwork`.

Currrently it's working pretty good but requires too much boilerplate with `docker` package for network management and commands execution.

Also it helps in cases metioned in #163 when you need to run some end-to-end or integration tests with multiple linked containers.

v3.5.5

31 Mar 07:43
83457bc
Compare
Choose a tag to compare
chore(mod): rename and update gotestyourself to gotest.tools (#199)

Updates "gotest.tools" to the latest v3 release, which includes a name
change from its previous import path of
"github.com/gotestyourself/gotestyourself".

v3.5.4

25 Jan 08:57
613461d
Compare
Choose a tag to compare
Add nancy vuln checker (#187)

v3.5.3

21 Jan 21:27
13fc760
Compare
Choose a tag to compare
vendor: Update runc to rc9 (#186)

v3.5.2

31 Oct 12:36
Compare
Choose a tag to compare
Add function to get docker resource by name (#172)

v3.5.1

08 Oct 08:41
Compare
Choose a tag to compare
vendor: Updates dependencies (#179)

v3.5.0

05 Oct 08:15
Compare
Choose a tag to compare
Adds version to import package paths and use Go Modules (#178)

v3.4.0

03 Oct 11:49
Compare
Choose a tag to compare
Migrates to Go Modules (#177)

3.3.5

15 Aug 13:59
2b0896a
Compare
Choose a tag to compare
docs: Updates issue and pull request templates (#171)

Signed-off-by: aeneasr <aeneas@ory.sh>