Skip to content

Releases: coveooss/tgf

v1.20.1

03 May 17:29
e0d4441
Compare
Choose a tag to compare

Changelog

e0d4441 Merge pull request #61 from coveo/add-no-docker-build-arg
44ae730 Update version and readme
88b6955 Add arg to not execute docker build instructions
dd171d5 Merge pull request #60 from coveo/fix-negative-arguments
a64bade Add test for short disable flag
49e19df Fix broken disable flags (since 1.19.1) Since the support for no- was added, switches with no by default were broken
90214fe Pass config around instead of using a global variable

v1.20.0

02 May 15:18
f178752
Compare
Choose a tag to compare

Changelog

f178752 Merge pull request #59 from coveo/fix-unmanaged-bug
08a043c Support entry point with space
b147355 A little refactoring :-)
50af913 Fix bug where top level arguments were not considered with aliases Add test
94de5fc Refresh the depandencies
80215b0 Fix bug when no unmanaged args were given Also added tests for the CLI argument parsing logic + aliases
5aae35b Update version and README
aebb01a Merge pull request #58 from coveo/fix-alias-equal-arguments
b2a709c Allow the arg="value" format in alias definitions
d4cfa99 Merge pull request #57 from coveo/add-current-user-option
703a103 Merge pull request #56 from coveo/recursive-aliases
7bc0ba9 Add current user option This allows you to run with the same user ID as the one on your machine. This is useful when the TGF process has to modify your files
f2f859d Recursive alias parsing

v1.19.4

29 Apr 12:36
Compare
Choose a tag to compare

Changelog

a6443b3 Update documentation
5857b80 Do not consider : in the image name as a tag when it is used to specify a non standard port (#55)

v1.19.3

29 Apr 12:36
4eebbc0
Compare
Choose a tag to compare

Changelog

4eebbc0 Merge pull request #53 from coveo/refresh-partial-versions
da8ba98 Exclude bad versions like hello 2.1 from the IsPartialVersion test
652481c Always refresh partial versions They currently follow normal refresh rules which can be too long in some cases

v1.19.2

24 Apr 20:11
f871b23
Compare
Choose a tag to compare

Changelog

f871b23 Add an option to force disable using AWS to get configuration from the parameter store (#52)

v1.19.1

19 Apr 20:45
Compare
Choose a tag to compare

Changelog

6bbb42a Add --non-interactive option to run Docker without "-it" flags
b331682 Add hash to the resulting image name to avoid conflict

v1.19.0

18 Apr 18:06
9cc9ff2
Compare
Choose a tag to compare

Changelog

9cc9ff2 Config without ssm (#48)

v1.18.8

20 Feb 15:20
0c394da
Compare
Choose a tag to compare

Changelog

0c394da Merge pull request #47 from coveo/fix-docker-mount-mac
575dfe7 Oops add missing must
7591330 Fix --with-docker-mount on MacOS

v1.18.7

05 Feb 18:06
3e8cdea
Compare
Choose a tag to compare

Changelog

3e8cdea Merge pull request #46 from coveo/child-config-overwrite
9c213fc Child config should have priority over parent config

v1.18.6

31 Jan 18:39
d983b66
Compare
Choose a tag to compare

Changelog

d983b66 Merge pull request #45 from coveo/remove-bad-characters-from-tags
6d91029 Remove potentially bad characters from docker tags
827cad5 Update README.md