Skip to content

Releases: ddev/ddev-addon-template

v1.1.0: Use ddev/github-action-add-on-test for test

17 Sep 02:46
8c39807
Compare
Choose a tag to compare

This release switches to using ddev/github-action-add-on-test for most of the test running.

What's Changed

  • Change more drud->ddev items, fixes #17 by @rfay in #18
  • improve wording of step 11 by @tyler36 in #13
  • Add info about #ddev-description annotation by @rfay in #11
  • General markdown tweaks by @tyler36 in #12
  • update image to show new domain by @tyler36 in #19
  • Run tmate debugging session only if workflow_dispatch debug_enabled is true by @julienloizelet in #20
  • Update maintenance status for 2023 by @ptmkenny in #21
  • drudddev by @mattstein in #22
  • [docs] fix typo in suggested filename by @tyler36 in #23
  • Move health checks to a separate function in bats test file by @MurzNN in #24
  • README: Update getting started section point 6 in the README.md by @rpkoller in #25
  • 🔓 update Github workflow permission by @tyler36 in #26
  • Remove HOMEBREW_NO_INSTALL_FROM_API by @rfay in #27
  • docs: document removal_actions, fixes #30 by @rfay in #32
  • Add a section how to debug Github Actions with tmate to the README.md by @rpkoller in #29
  • ci: use github action for bulk of github test by @rfay in #31

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4: Release after move from drud to ddev

02 Feb 16:15
f7e4616
Compare
Choose a tag to compare
First round of drud->ddev changes (#16)

v1.0.3: Fix tests after brew path removed from github runner

25 Sep 13:43
Compare
Choose a tag to compare

What's Changed

  • Demonstrate yaml templating and env var interpolation by @rfay in #2
  • Update with #ddev-generated by @rfay in #3
  • Add keepalive-workflow to keep workflows alive, fixes #4 by @rfay in #5
  • Improve base tests, less noise by @rfay in #6
  • Update brew path as no longer provided in image by @rfay in #7

Full Changelog: v1.0.2...v1.0.3

v1.0.2: More extensive test demonstration

18 Mar 14:53
Compare
Choose a tag to compare
Improve base tests and readme

v1.0.1: Use new PR build

19 Jan 21:13
Compare
Choose a tag to compare

v1.0.0: Initial release

19 Jan 19:51
Compare
Choose a tag to compare
Add README with full details