Skip to content

Releases: lemberg/draft-environment

Draft Environment 3.6.4

23 Sep 19:08
@T2L T2L
Compare
Choose a tag to compare

Draft Environment 3.6.3

25 Jul 08:46
@T2L T2L
Compare
Choose a tag to compare
  • Fix PHP deprecation: Deprecation Notice: Function ReflectionType::__toString() is deprecated
  • Updated Ansible roles:
    • t2l.php (1.6.1 => 1.6.2): fix broken PHP installation with message The task includes an option with an undefined variable. The error was: 'php_extenstions_names' is undefined

Full Changelog: 3.6.2...3.6.3

Draft Environment 3.6.2

07 Jul 15:49
@T2L T2L
Compare
Choose a tag to compare

Draft Environment 3.6.1

07 Jul 14:53
@T2L T2L
Compare
Choose a tag to compare

What's Changed

  • Trigger config update after 3.6.0 by @T2L in #264

Full Changelog: 3.6.0...3.6.1

Draft Environment 3.6.0

07 Jul 13:42
@T2L T2L
Compare
Choose a tag to compare

What's Changed

  • Mid 2022 maintenance by @T2L in #258
  • Drop PHP7.3 and Composer 1 support by @T2L in #259
  • Make CI green again by @T2L in #260
  • Update all Ansible roles by @T2L in #261
  • Make Vagrant plugins configurable by @T2L in #262
  • Misc updates to Vagrant config by @T2L in #263

Full Changelog: 3.5.0...3.6.0

Draft Environment 3.5.0

16 Nov 13:44
@T2L T2L
Compare
Choose a tag to compare
  • GH-232 - Improve detection whether VM is supposed to be provisioned or not (fixes mkcert certificate not being installed on vagrant up)
  • GH-232 - Improve new dependencies autoloading
  • GH-220 - Store last applied update in the vm-settings.yml file instead of composer.lock
  • GH-245 - Fix MySQL fail to install due to incorrect configuration of the SQL mode ('~' is not a valid configuration)

Draft Environment 3.4.1

05 Jul 19:27
@T2L T2L
Compare
Choose a tag to compare
  • GH-232 - Improve new dependencies autoloading
  • GH-220 - Store last applied update in the vm-settings.yml file instead of composer.lock
  • GH-245 - Fix MySQL fail to install due to incorrect configuration of the SQL mode ('~' is not a valid configuration)

Draft Environment 3.4.0

05 Aug 12:05
@T2L T2L
Compare
Choose a tag to compare

Updates:

  • Updated Ansible roles:
    • oefenweb.swapfile (v2.0.33 => v2.0.34)
    • geerlingguy.mysql (3.3.1 => 3.3.2)
    • t2l.composer (2.0.4 => 2.0.5)

Draft Environment 3.3.3

05 Aug 12:04
@T2L T2L
Compare
Choose a tag to compare

Updates:

  • GH-235 - Drop Ubuntu 16.04 support. Make Ubuntu 20.04 the default guest OS. Side effect: updated all Ansible roles:
    • oefenweb.swapfile (v2.0.32 => v2.0.33)
    • geerlingguy.mysql (3.3.0 => 3.3.1)
    • t2l.php (1.4.0 => 1.5.0)
    • t2l.composer (2.0.3 => 2.0.4)
    • t2l.java (1.3.2 => 1.3.3)

Draft Environment 3.3.2

12 Mar 22:39
@T2L T2L
Compare
Choose a tag to compare

Updates:

  • GH-240 - Make Travis CI green again. Side effect: updated all Ansible roles:
    • oefenweb.swapfile (v2.0.28 => v2.0.32)
    • t2l.php (1.3.1 => 1.4.0)
    • t2l.composer (2.0.2 => 2.0.3)
    • t2l.java (1.3.1 => 1.3.2)
    • t2l.solr (2.2.1 => 2.2.2)

Fixes:

  • GH-241 - Use correct url for the get-pip.py script