Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Releases: devopsmakers/xterrafile

v2.3.1

20 Oct 22:46
19eabb6
Compare
Choose a tag to compare

Changelog

19eabb6 chore(release): 2.3.1
c5b68cf chore: add push script to package.json

v2.3.0

20 Oct 22:44
bcc4531
Compare
Choose a tag to compare

Changelog

3afb30f Update package.json
a3708ef chore(README): add conventional commits badge to README
af6a57f chore(release): 2.2.0
bcc4531 chore(release): 2.3.0
7fedf1b chore: amend .gitignore to get standard-version bumping package.json
53af861 chore: get version bumps working in package.json
ecfe2e1 chore: remove postrelease from standard-version
7b90513 feat(versions): Add conditional versioning to Git tags

v2.2.0

20 Oct 18:37
b8fef8b
Compare
Choose a tag to compare

Changelog

3afb30f Update package.json
a3708ef chore(README): add conventional commits badge to README
b8fef8b chore(release): 2.2.0
53af861 chore: get version bumps working in package.json
ecfe2e1 chore: remove postrelease from standard-version
7b90513 feat(versions): Add conditional versioning to Git tags

v2.1.3

17 Oct 14:53
476a0ac
Compare
Choose a tag to compare

Changelog

476a0ac chore(release): 2.1.3
2743c78 chore: use standard-version to handle versioning and changelog

v2.1.2

17 Oct 12:35
b66ff89
Compare
Choose a tag to compare

Changelog

b0d0331 App package.json to help with release tagging
ddd3fc0 Make scripts in package.json a little more readable
8227ab0 Make scripts in package.json a little more readable
b66ff89 v2.1.2

v2.1.1

15 Oct 20:47
9924a88
Compare
Choose a tag to compare

Changelog

9924a88 WIP: Add function to return module version from a slice of string versions (#17)

v2.1.0

05 Oct 11:52
5494509
Compare
Choose a tag to compare

Changelog

174f2ad Deduplicate path to xterrafile/pkg
25daaee This commit allows users to set the module download directory in the Terrafile.

v2.0.0

02 Oct 20:45
5eb7606
Compare
Choose a tag to compare

I had a play around with refactoring to try to make things unit testable. Still learning and aren't 100% happy with it at the moment. Everything works fine but I feel some bits will be broken down a bit more in the future.

⚠️ There is a potentially breaking change in this release. I decided to default to downloading modules to a more generic: vendor/modules.

Changelog

92f929c Add debug message to local module function
667b8f3 Add initial registry module related code
3b73fdf Add license scan report and status
535f400 Add license scan report and status
49be651 Breaking Change: Move files to vendor/modules
ef0c395 Finalise module registry refactor
5eb7606 Fix goreleaser file
b709fae Minor updates to README, Comments and example Terrafile
e9511e9 More refactoring of registry related code
4d8a0ae More refactoring of registry related code, add simple test
f1c697e Move getter out of install command
246307d Refactor local and util functions, update dependencies.
6e0ace3 Refactor out the need for bou.ke/monkey, see it's LICENSE
fd76f76 Set CGO_ENABLED=0 for goreleaser
1ff2084 Update CircleCI configuration to pick up all go tests
ed152f3 Update deps
8088439 Update deps
f2503e0 Update functional test vendor directory path

v1.0.0

26 Aug 09:47
9792520
Compare
Choose a tag to compare

Changelog

b06ea8a Add archive example to Terrafile.example
9b2104b Add git reguirement to README
ff2f17e Create CODE_OF_CONDUCT.md
38ea669 If version is empty, latest is fetched
41d8457 Initial attempt at implementing Terraform / go-getter logic for install
9d7179b Migrate to using go-getter for downloads whilst maintaining compatibility with original xterrafile spec.
1a23791 Small refactor
68bfc78 Update test output
ee70a5d example terrafile with Terraform style sources
01466e9 remove unused dep constraint

v0.5.1

10 Mar 13:08
Compare
Choose a tag to compare

Changelog

9b663fe Add name of module to Fatal log message for clarity