Skip to content

Tags: MatthewJohn/terrareg

Tags

v3.10.1

Toggle v3.10.1's commit message
chore(release): 3.10.1

## [3.10.1](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.10.0...v3.10.1) (2024-09-04)

### Bug Fixes

* Fix error thrown when git path cannot be found during module indexing ([2b4d159](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/2b4d159ee3aa7518cb3de045929b73205415dc17)), closes [#535](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/535)

v3.11.0-beta

Toggle v3.11.0-beta's commit message

Verified

This commit was signed with the committer’s verified signature.
MatthewJohn Matt John
feat: Add version to footer of UI

Issue #539

v3.10.0

Toggle v3.10.0's commit message
chore(release): 3.10.0

# [3.10.0](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.9.0...v3.10.0) (2024-08-09)

### Features

* Add support for basic authentication when indexing git repositories over http/https ([fead9ef](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/fead9ef2f901301892a9d5ad152e54dbf77499c8)), closes [#535](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/535)

v3.9.0

Toggle v3.9.0's commit message
chore(release): 3.9.0

# [3.9.0](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.8.0...v3.9.0) (2024-07-21)

### Features

* Add ability to customise module call version template for pre-1.0.0 module releases ([5cecd20](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/5cecd201b94d730acb18f99fe385874b8a20504e)), closes [#525](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/525)

v3.8.0

Toggle v3.8.0's commit message
chore(release): 3.8.0

# [3.8.0](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.7.1...v3.8.0) (2024-07-07)

### Bug Fixes

* Ensure archive-based uploads use the git_path in the same was as git-based indexing is handled. ([18f0f7f](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/18f0f7f9499fd80a937328a8325aea4ed3440d3c)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)
* Fix use of git_path for archive-based responses and git-based responses when downloading a module version. ([9fc6381](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/9fc63813cdcd7e52e87f203f859b997c4dd673ad)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)
* Store git_path and archive_git_path in module version. ([9cfcc0c](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/9cfcc0c1f628e98dd4890da9a59befc00b68c6b2)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)
* Throw error when git_path cannot be found during extraction ([063a0f0](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/063a0f002eaa7abaadc4d5a82762e9bc5b3a90e7)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)
* Update description of git_path and archive_git_path to ensure it makes sense with new behavior ([2104038](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/2104038e85c224b9e596d9ec038a2c8b27d32a81)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)

### Features

* Add configuration to module settings to set whether archives only contain contents of git path ([4bf64b6](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/4bf64b65712584fb6aa28171e0fe18e602a7b19c)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)
* Add module provider configuration to limit generated archives to only the git_path of the repository. ([36a463f](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/36a463f9369071c650ab97c8aa55d45b6133530f)), closes [#513](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/513)

v3.7.1

Toggle v3.7.1's commit message
chore(release): 3.7.1

## [3.7.1](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.7.0...v3.7.1) (2024-06-21)

### Bug Fixes

* Fix matching terraform module version constraint that is just the version number ([96c502d](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/96c502df28da7b49c212b3727836bf7fe03a53dd)), closes [#530](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/530)

v3.7.0

Toggle v3.7.0's commit message
chore(release): 3.7.0

# [3.7.0](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.6.2...v3.7.0) (2024-06-19)

### Features

* Support syntax highlighting in code blocks in README and other markdown ([a32c66a](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/a32c66a3bf59c5583d77379180c9bc863460ebdd)), closes [#529](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/529)

v3.6.2

Toggle v3.6.2's commit message
chore(release): 3.6.2

## [3.6.2](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.6.1...v3.6.2) (2024-06-17)

### Bug Fixes

* Fix bug where HTML is only rendered in inputs/outputs when terraform compatibility is configured ([09b9e39](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/09b9e3948dfdf0313cab2bf868c74922bfba09f4)), closes [#527](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/527)