Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Releases: Bidaya0/gbatect

v0.0.1

28 Aug 19:12
ac7d0bb
Compare
Choose a tag to compare

Roadmap

0.0.1

  • Convert docker-compose.yml to batect.yml
    • Support all batect field types
    • basic output batect
  • basic cli
    • basic help document
  • project quality flow
    • coverage test
    • code style check
    • code scaner

What's Changed

New Contributors

Full Changelog: v0.0.0...v0.0.1

v0.0.0

17 Aug 17:42
Compare
Choose a tag to compare

The first release of the project.
Only implement the following functions:

> gbatect <path of your docker-compose.yml>
output:
<batect.yml after converted>

Released for early adopters only, please wait for at least v0.0.1 version for official use.

Warning: This release is for early adopters only and does not cover the proper linting and testing process.If you encounter any problems, please feedback in time.

Full Changelog: https://github.com/Bidaya0/gbatect/commits/v0.0.0