Skip to content

Releases: Andriiklymiuk/corgi

v1.1.34

03 Nov 16:08
Compare
Choose a tag to compare

Changelog

  • 666062c Update postgres version in templates

v1.1.33

31 Oct 08:49
Compare
Choose a tag to compare

Changelog

v1.1.32

31 Oct 08:49
Compare
Choose a tag to compare

Changelog

  • c5568a2 Fix default corgi compose file path

v1.1.31

24 Oct 09:27
Compare
Choose a tag to compare

Changelog

  • e8b01a2 Change Walk to WalkDir to improve performance

v1.1.30

24 Oct 09:10
Compare
Choose a tag to compare

Changelog

v1.1.29

21 Oct 17:36
Compare
Choose a tag to compare

Changelog

  • 8fe8f0a Add docs items in terminal output
  • c20afcc Changed SeedDbSource to SeedFromDb
  • 00a1ad0 Extract corgi-compose into separate folder
  • f1811bf Fix naming
  • ac5d6ef Update README.md
  • a15fa6a Update corgi-compose.example.yml

v1.1.28

21 Oct 14:24
Compare
Choose a tag to compare

Breaking changes

Changed depends_on_db schema in corgi-compose.yml file.

depends_on_db:
  - serviceName

to

depends_on_db:
  - name: serviceName

Changelog

  • 839d0b5 Update dependsOnDb schema

v1.1.27

20 Oct 09:41
Compare
Choose a tag to compare

Changelog

v1.1.26

18 Oct 14:36
Compare
Choose a tag to compare

Changelog

  • 5e8f9fd Added doc cmd to generate docs
  • e45d85b Bump version
  • bc81e86 Extract services and dbServices flags to run cmd

v1.1.25

17 Oct 17:10
Compare
Choose a tag to compare

Changelog

  • d7280a6 Changed omit to support beforeStart and afterStart
  • 5956f23 Increase version
  • 05ac454 Services + db_services flag to specify what to run
  • 72db046 Updated docs