Skip to content

Latest commit

 

History

History
317 lines (142 loc) · 13 KB

CHANGELOG.md

File metadata and controls

317 lines (142 loc) · 13 KB

2.24.0 (2022-07-28)

Features

2.23.0 (2022-05-22)

Features

  • command: Add postgres - psql, pg_dump, pg_dumpall (1df9aaa)

2.22.0 (2022-04-29)

Features

2.21.0 (2022-04-22)

Features

2.20.0 (2022-04-22)

Features

  • add option --entrypoint (29697b6)

2.19.4 (2022-04-22)

Bug Fixes

  • Does not compile in docker under Apple Silicon (94928c6), closes #33

2.19.3 (2022-04-20)

Bug Fixes

  • dockerized --compile on Apple Silicon (c5bf3bf), closes #32

2.19.2 (2022-04-20)

Bug Fixes

  • --shell tests failing due to non-tty environment (c2f13c4), closes #39

2.19.1 (2022-04-11)

Bug Fixes

  • run dockerized from dos (107bea9)

2.19.0 (2022-04-03)

Features

  • dockerized: add -p option to map a port (#31) (8b2e37e)

2.18.0 (2022-04-03)

Bug Fixes

  • version specification for dolt (1bc2f79)

Features

2.17.0 (2022-04-03)

Features

2.16.0 (2022-03-31)

Features

  • Ansible can read ansible.cfg and ssh keys from host (792f3f2)

2.15.3 (2022-03-30)

Bug Fixes

  • Printing of errors and returning correct exit code (#28) (47df2fe), closes #27

2.15.2 (2022-03-28)

Bug Fixes

  • Including Compose Files both globally and locally at the same time (bcc2d94)

2.15.1 (2022-03-28)

Bug Fixes

2.15.0 (2022-03-28)

Bug Fixes

  • compile and run the correct binary when sharing source between windows and wsl (862edb4)

Features

  • Ability to add or customize commands with additional compose files (15f2d8b)
  • Add your own commands, or customize the defaults (e1d73e2)
  • Logo for Dockerized (6895b71)

2.14.0 (2022-03-25)

Bug Fixes

  • Determine version variable from build.args Value, not Key (4d5cf86)
  • Listing versions of vue (ddb526e)

Features

2.13.0 (2022-03-23)

Features

  • Listing versions with :? (85653d8)

2.12.0 (2022-03-22)

Features

2.11.0 (2022-03-21)

Features

  • Allow specifying the version with command:version #5 (fdb9e16)

2.10.0 (2022-03-21)

Bug Fixes

  • Strange mounting location ("host/") when running from root of drive on Windows (3734cbd)

Features

  • command: Add psql (postgres) (7746ee7)
  • command: Add telnet (e68d188)

2.9.0 (2022-03-21)

Features

  • command: Add ansible, ansible-playbook (b7e899e)

2.8.0 (2022-03-21)

Features

  • command: Add haskell ghci (eebb729)

2.7.0 (2022-03-21)

Features

2.6.0 (2022-03-21)

Bug Fixes

Features

  • command: Add youtube-dl (c3f60c0)

2.5.3 (2022-03-21)

Bug Fixes

2.5.2 (2022-03-21)

Bug Fixes

  • running windows binary within wsl2 outside dockerized directory (0bf888a)

2.5.1 (2022-03-21)

Bug Fixes

  • building commands outside dockerized working directory (6cd4701)

2.5.0 (2022-03-20)

Features

  • Downloads for Linux, Mac and Windows (7a5d4a6)

2.4.0 (2022-03-20)

Bug Fixes

  • allow overriding GOARCH for 'go' when running from source (fd34712)

Features

2.3.0 (2022-03-20)

Bug Fixes

  • --shell for alpine-based commands (e3c3e86)

Features

2.2.4 (2022-03-20)

Bug Fixes

  • include .env file in windows build (5f7c435)

2.2.3 (2022-03-20)

Bug Fixes

  • dockerized overrides GOOS env var, breaking windows build on fresh systems (21703f6)

2.2.2 (2022-03-20)

Bug Fixes

  • Windows build not executable on Windows (528c7d8)

2.2.1 (2022-03-20)

Bug Fixes

  • pre-compiled Windows binary could not run because of missing compose file (e0fab23)
  • pre-compiled Windows binary could not run because of missing compose file (48cbe6a)
  • remove accidentally added services that triggered warnings (81dc609)

2.2.0 (2022-03-20)

Features

  • add 'zip' (82a753c)
  • automatically release windows binaries (3c73176)
  • Pass GOOS env to 'go' command for cross-compilation (416d14b)

2.1.0 (2022-03-20)

Bug Fixes

  • running --shell without arguments (e9573ee)

Features