diff --git a/changelog.adoc b/changelog.adoc index 0037d882..c7485f1a 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -13,6 +13,21 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version === changed +== 0.6.3 + +=== fixes + +* https://github.com/PacoVK/tapir/issues/360[#360 - Fix read access to registry for local storage] +* https://github.com/PacoVK/tapir/issues/364[#364 - Fix mapping of documentation reports for Elasticsearch backend] + +=== added + +* https://github.com/PacoVK/tapir/issues/365[#365 - support modules with nested modules] + +=== changed + +* https://github.com/PacoVK/tapir/issues/360[#360 - Improve UI for module and provider details page - add default values, remove protocol from source URL] + == 0.6.2 === fixes diff --git a/pom.xml b/pom.xml index 632ade8d..2264b36e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.euhus tapir - 0.6.2 + 0.6.3 3.3.1 3.12.1 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 15d62ad9..53ac0663 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ registry: - version: 0.6.2 + version: 0.6.3 user: password: ${TAPIR_ADMIN_PASSWORD:default} hostname: ${REGISTRY_HOSTNAME:localhost} diff --git a/src/main/webui/package.json b/src/main/webui/package.json index b667744b..dd9b6f1e 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "0.6.2", + "version": "0.6.3", "private": true, "dependencies": { "@emotion/react": "^11.10.5", diff --git a/src/main/webui/src/components/layout/__snapshots__/Footer.test.tsx.snap b/src/main/webui/src/components/layout/__snapshots__/Footer.test.tsx.snap index 5a22aa6e..6282186a 100644 --- a/src/main/webui/src/components/layout/__snapshots__/Footer.test.tsx.snap +++ b/src/main/webui/src/components/layout/__snapshots__/Footer.test.tsx.snap @@ -17,7 +17,7 @@ Object {

- Terraform Private Registry v0.6.2 + Terraform Private Registry v0.6.3

- Terraform Private Registry v0.6.2 + Terraform Private Registry v0.6.3