Skip to content

Releases: srevinsaju/togomak

v1.2.0

22 Jun 17:00
5cd71f8
Compare
Choose a tag to compare

Changelog

  • 5cd71f8 Merge pull request #19 from srevinsaju/feature/docker-ports
  • eaa210b docs: update lifecycle rules
  • 56724d8 feat: add lifecycle rules for daemon stopping
  • 44ee141 fix: move to gitea's shell based go library
  • ac8003f fix: wip go-git changes'
  • 281b72a refactor: move to hcl.Diagnostics instead of custom diagnostics to reduce complexity
  • 4447d93 feat: add docker ports support

v1.1.4

21 Jun 18:35
24bef6e
Compare
Choose a tag to compare

Changelog

  • 24bef6e Merge pull request #18 from srevinsaju/feature/fmt
  • 6e17159 test: add i9n tests for cache clean, and fmt
  • 545bc38 chore: lint with 'togomak fmt'
  • 7e8e02c feat: add recursive clean function
  • d1e6002 feat: add -recursive formatting flag
  • c9ec561 feat: add fmt command for formatting

v1.1.3

21 Jun 18:26
Compare
Choose a tag to compare

Changelog

  • a026b5a ci: fix goreleaser publish cycle

v1.1.2

21 Jun 13:58
Compare
Choose a tag to compare

Changelog

  • a026b5a ci: fix goreleaser publish cycle

v1.0.0

19 Jun 08:41
Compare
Choose a tag to compare

Changelog

  • ce41839 feat: add integration tests for prompt provider
  • c2b96f8 feat: allow providing fallback values for prompt types
  • 59edb05 fix: respect ci/unttended mode on prompts
  • 3a79f73 feat: add more unit tests
  • 5f01bd6 feat: add failing retry test
  • c09e3f2 fix: abrupt bypassing of error handling, do not exit orchestra immediately
  • 82e7ca5 feat: add some more examples and tests
  • ea1b3be fix: stop execution on first error, fix error detection
  • b789ee9 feat: force colors on CI, add failing tests
  • a1188b6 tests: add more tests
  • 58ace96 fix: remove pgid process definition to keep windows support compatibility
  • 9cb04e6 docs: add coverage badge
  • 19b12dd feat: include unit tests
  • 6a0fdb8 ci: add coverage support
  • 5cb2af0 feat: add progress bar for git provider
  • 5f2e4d6 fix: add missing tempdir declaration, regression introduced by f925124
  • d7e5952 feat(orchestra): refactor common functions
  • fd7e7e7 chore(container): cleanup redundant container waits for live follow log reading
  • f52c024 docs: update container support documentation, interrupt handling
  • 018c465 feat: add docker usage examples
  • 50c4724 feat: add better error handling support for interrupt, sigterm signals
  • 45f3527 feat: add support for native docker container execution
  • bca2092 feat: use separate flags for --ci and --unattended
  • 9a2d39c docs: update macros documentation

v1.0.0-pre.7

16 Jun 08:19
f19b1e1
Compare
Choose a tag to compare

Changelog

  • f19b1e1 chore: update examples
  • 3b34e1c fix: race conditions on fast calculating concurent blocks like locals
  • b20afa6 feat: add support for remote stages with git provider

v1.0.0-pre.6

15 Jun 18:34
8c558a3
Compare
Choose a tag to compare

Changelog

  • 8c558a3 docs: add documentation for locals block
  • 36c9b48 feat: add 'locals' block

v1.0.0-pre.5

15 Jun 17:13
5975636
Compare
Choose a tag to compare

Changelog

  • 5975636 feat: add goreleaser supported versions
  • 28114a0 feat: add recursive invocation support
  • c7df5ad feat: add unattended (ci) stages to disable prompting or interaction

v1.0.0-pre.4

14 Jun 20:38
99c6dfb
Compare
Choose a tag to compare

Changelog

  • 99c6dfb feat: add 'which' function
  • 9017549 feat: add contributing guidelines
  • d64be3c chore: switch license to MPL-2.0
  • 3e4905e chore: use terraform's internal functions directly in togomak as well

v1.0.0-pre.3

14 Jun 12:57
d9bfec1
Compare
Choose a tag to compare

Changelog

  • d9bfec1 chore: make macros example more creative
  • 11f1609 feat: add daemonization support (no timeout support yet)
  • 3808555 docs: update stage, togomak block docs, add notes about daemonization
  • c110743 feat: add inline docs, make it explicit on CLI that a particular stage has been overridden or skipped
  • 5ab527f feat: add whitelisting abd blacklisting stages feature