Releases: tighten/takeout
Releases · tighten/takeout
v2.9.0
What's Changed
- Feat: Null password support for Mariadb by @nikspyratos in #343
- Add a
takeout shell
command by @tonysm in #349 - Adds Ollama and OpenWebUI services as tools by @tonysm in #351
- Add categories on json list by @danielebarbaro in #149
- Docker Install by @tonysm in #326
New Contributors
- @nikspyratos made their first contribution in #343
Full Changelog: v2.8.0...v2.9.0
v2.8.0
v2.7.0
What's Changed
- Enforce the version in docs by @tonysm in #333
- Bump the guzzlehttp/ps7 version by @tonysm in #336
- Add Typesense service class by @justindantzer in #331
- fix issue #329 by @bnaydenov in #330
- Add Timescale by @riasvdv in #338
- Add documentation for the network details by @gcavanunez in #327
- MySQL Tweaks by @tonysm in #340
- Tweaks workflows config by @tonysm in #335
- Fix Images Tags Sorting by @tonysm in #341
New Contributors
- @justindantzer made their first contribution in #331
- @bnaydenov made their first contribution in #330
- @gcavanunez made their first contribution in #327
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.1
What's Changed
- Update the Traefik prompt name key when checking for empty config directory by @viicslen in #319
- Fix the default config_dir value for Traefik by @tonysm in #321
- Set Soketi's default tag to
latest-16-alpine
(same one as Sail uses) and fix the metrics env var by @tonysm in #322
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Add traefik service by @viicslen in #317
- Update MailDev image tag, ports and template by @thomasakarlsen in #311
- EventStoredB: use latest version, pass in params for local dev by @morrislaptop in #313
- Changed the MSSQL image for one that works on M1 by @tonysm in #298
- Improve Start and Stop DX by @tonysm in #286
New Contributors
- @viicslen made their first contribution in #317
- @thomasakarlsen made their first contribution in #311
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.1
v2.3.0
What's Changed
- Add Couchbase to database services by @therobfonz in #300
- Add prompts for security on OpenSearch and ElasticSearch services by @datashaman in #288
New Contributors
- @datashaman made their first contribution in #288
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Changelog
- NEW: The
takeout enable
command has a new--run=
option which allows you to specify extradocker run
options (#302 and #304). There's also new documentation about the container arguments passthrough and the extra docker run options in the README.