Skip to content

Releases: ddev/ddev-platformsh

v0.6.3: Check for needed dependencies

12 Dec 13:58
3c3d5e9
Compare
Choose a tag to compare

What's Changed

  • Add a step to check for required tools, fixes #46 by @rfay in #76

Full Changelog: v0.6.2...v0.6.3

v0.6.2: PATH, PLATFORM_CACHE_DIR, PLATFORM_ROUTES support

09 Dec 22:20
4ddeaa9
Compare
Choose a tag to compare

What's Changed

  • Update wordpress-composer test; now php 8.1 by @rfay in #70
  • PATH addition not working, add it in platform-environment.sh by @lolautruche in #75
  • Support PLATFORM_CACHE_DIR, fixes #69 by @rfay in #72
  • PLATFORM_ROUTES should properly expand the primary URL, fixes #47 by @rfay in #71

Full Changelog: v0.6.1...v0.6.2

v0.6.1: Improve output during ddev get

08 Dec 19:36
3035bb0
Compare
Choose a tag to compare

This release fixes a problem with platform/.gitignore not having #ddev-generated in it, to get around that if it warns you, rm platform/.gitignore and ddev will create the proper version.

v0.6.0: Handle non-standard service names correctly

02 Dec 13:49
1f582f4
Compare
Choose a tag to compare
[docs] Improve README.md to include usage instructions for platform.s…

v0.5.1: Fix environment section on some projects

09 Nov 16:26
bcaf6dd
Compare
Choose a tag to compare

What's Changed

  • Update generate_elasticsearch_relationship.sh by @lolautruche in #56
  • Environment output was inside section only intended for runtime.extensions, fixes #54 by @rfay in #55

New Contributors

Full Changelog: v0.5.0...v0.5.1

BATCON release with PLATFORM_RELATIONSHIPS support

07 Nov 19:35
5c7bd7f
Compare
Choose a tag to compare

What's Changed

  • Implement PLATFORM_RELATIONSHIPS, fixes #9 by @rfay in #48
  • Minor github tests fixup with homebrew and actions/checkout by @rfay in #51
  • Fix potential errors when trying to cert:load by @hanoii in #45
  • Re-add figlet, reimplements #50 by @rfay in #52

Full Changelog: v0.4.4...v0.5.0

v0.4.4 Add figlet to prevent errors where used

03 Nov 12:55
0ec4745
Compare
Choose a tag to compare
Add figlet package, fixes #49 (#50)

v0.4.3: Improve munging of mariadb/mysql names, add memcached

25 Oct 00:51
729850b
Compare
Choose a tag to compare

What's Changed

  • Add wordpress-composer test by @rfay in #37
  • Add memcached as supported cache type by @rfay in #42
  • Put Platform token in global config where it won't get committed, fixes #39 by @rfay in #41
  • Generate key-less SSH certificate on start by @hanoii in #43
  • Fix munging of mysql/mariadb/oracle-mysql db types, fixes #38 by @rfay in #44

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2: Do platform self:update in post-start hook

08 Oct 17:15
5b64a1c
Compare
Choose a tag to compare
Add drupal8 test, for #22 (#36)

v0.4.1

08 Oct 00:10
1b6e4a9
Compare
Choose a tag to compare
Fix mistake in elasticsearch setup (#33)