Skip to content

Latest commit

 

History

History
136 lines (75 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

136 lines (75 loc) · 4.1 KB

Changelog

All notable changes to docker will be documented in this file

1.10.1 - 2023-03-03

What's Changed

  • Refactor tests to pest by @AyoobMH in spatie#50
  • updated Github shield link by @sfolador in spatie#51
  • Update Macroable Dependency by @inmanturbo in spatie#52

New Contributors

  • @AyoobMH made their first contribution in spatie#50
  • @sfolador made their first contribution in spatie#51
  • @inmanturbo made their first contribution in spatie#52

Full Changelog: https://github.com/spatie/docker/compare/1.10.0...1.10.1

1.10.0 - 2022-12-23

What's Changed

  • Adds support for commands to be passed with start/run command by @tiagof in spatie#49

New Contributors

  • @tiagof made their first contribution in spatie#49

Full Changelog: https://github.com/spatie/docker/compare/1.9.0...1.10.0

1.9.0 - 2022-06-29

What's Changed

  • Allow to specify a docker network by @jkniest in spatie#43

Full Changelog: https://github.com/spatie/docker/compare/1.8.2...1.9.0

1.8.2 - 2022-06-28

What's Changed

  • Allow to have "string" ports by @jkniest in spatie#41

Full Changelog: https://github.com/spatie/docker/compare/1.8.1...1.8.2

1.8.1 - 2022-06-26

What's Changed

  • Ignore phpcsfixer cache file by @szepeviktor in spatie#39
  • Allow to specify shell by @jkniest in spatie#40

New Contributors

  • @szepeviktor made their first contribution in spatie#39
  • @jkniest made their first contribution in spatie#40

Full Changelog: https://github.com/spatie/docker/compare/1.8.0...1.8.1

1.8.0 - 2022-06-21

What's Changed

  • Add function to get the "docker inspect" information by @vedelaar in spatie#38

New Contributors

  • @vedelaar made their first contribution in spatie#38

Full Changelog: https://github.com/spatie/docker/compare/1.7.2...1.8.0

1.7.2 - 2022-05-27

What's Changed

  • Update README.md by @spekulatius in spatie#32
  • Add tests for mapping classes by @maartenpaauw in spatie#34
  • Fix array mapping docblocks by @maartenpaauw in spatie#33
  • Add optional args to DockerContainer class by @wajdijurry in spatie#37

New Contributors

  • @spekulatius made their first contribution in spatie#32
  • @maartenpaauw made their first contribution in spatie#34
  • @wajdijurry made their first contribution in spatie#37

Full Changelog: https://github.com/spatie/docker/compare/1.7.1...1.7.2

1.7.1 - 2022-02-09

What's Changed

  • Add PHP 8.1 Support by @patinthehat in spatie#28
  • Bump supported symfony/process version to ^6.0 by @saschahemleb in spatie#29

New Contributors

  • @patinthehat made their first contribution in spatie#28
  • @saschahemleb made their first contribution in spatie#29

Full Changelog: https://github.com/spatie/docker/compare/1.7.0...1.7.1

1.7.0 - 2021-10-31

  • Emergency fix for PR #26 by @jbraband in spatie#27

1.6.0 - 2021-10-29

  • add a couple config methods to DockerContainer class by @jbraband in spatie#26

1.5.0 - 2020-12-30

  • add PHP 8.0 support (#21)

1.4.0 - 2020-11-19

  • add privileged (#19)

1.3.0 - 2020-04-23

  • add setLabel (#15)

1.2.0 - 2020-04-16

  • ability to set volume on a container (#14)

1.1.0 - 2020-04-10

  • add method to set environment variables (#12)

1.0.0 - 2020-02-04

  • initial release