Skip to content

Releases: nikogura/dbt

3.6.0

02 Feb 17:11
1fdb7fd
Compare
Choose a tag to compare

Reverts Cobra template to original general purpose config.

Boilerplate looks up dbt tool repo if present on filesystem so users don't have to type it in.

Removes Gin template - which was never really general enough for inclusion in the base tool.

3.5.1

26 Jan 18:45
16ac5f1
Compare
Choose a tag to compare

Fixes bug in boilerplate where templates dir was forgotten.

3.5.0

25 Jan 23:38
c9d096e
Compare
Choose a tag to compare

Redesign of 'boilerplate' tool to leverage embedded templates for ease of extension

3.4.2

25 Jan 02:41
b6a0c76
Compare
Choose a tag to compare

Simpler instructions, and boilerplate generates a template that default to checksums: true (Better for S3 usage)

3.4.0

12 Jan 19:21
606ec8a
Compare
Choose a tag to compare

Fixes #23. Uses repository url to set aws region automatically.

3.3.4

15 Dec 18:31
aa17827
Compare
Choose a tag to compare

Replaced core go-crypto with keybase's fork to enable use of modern key algorithms.

Replumbed integration tests to work better and fail visibly.

3.3.1

03 Mar 20:39
a08b999
Compare
Choose a tag to compare

includes go.sum in tool stub generated by boilerplate tool.

Dependencies updated.

Fixes issue #20.

3.3.0

26 Dec 18:54
613ac32
Compare
Choose a tag to compare

Adds public key retrieval via shell func similar to SSH AuthorizedKeysCommand and better docs.

3.2.0

26 Dec 00:07
2801bcc
Compare
Choose a tag to compare

Adds public key based JWT auth as an option to the reposerver.

3.1.2

13 Nov 19:49
2b2b407
Compare
Choose a tag to compare

Reposerver honors flags now when config file isn't used.

Added reposerver dockerfile.