Releases: ddev/ddev-addon-template
Releases · ddev/ddev-addon-template
v1.1.0: Use ddev/github-action-add-on-test for test
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
drud
→ddev
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
- @julienloizelet made their first contribution in #20
- @ptmkenny made their first contribution in #21
- @mattstein made their first contribution in #22
- @MurzNN made their first contribution in #24
- @rpkoller made their first contribution in #25
Full Changelog: v1.0.4...v1.1.0
v1.0.4: Release after move from drud to ddev
First round of drud->ddev changes (#16)
v1.0.3: Fix tests after brew path removed from github runner
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
Improve base tests and readme
v1.0.1: Use new PR build
Use new PR
v1.0.0: Initial release
Add README with full details