diff --git a/changelog.adoc b/changelog.adoc index bd1c270c..0037d882 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -13,6 +13,18 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version === changed +== 0.6.2 + +=== fixes + +https://github.com/PacoVK/tapir/issues/360[#360 - Fix read access to registry for local storage] + +=== added + +=== changed + +* With local storage did not throw the right exceptions when artefact was not found on download. Now throws a 404 and returns JSON-formatted error message. + == 0.6.1 === fixes diff --git a/pom.xml b/pom.xml index 7eba79c8..632ade8d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.euhus tapir - 0.6.1 + 0.6.2 3.3.1 3.12.1 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b92b34cb..15d62ad9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ registry: - version: 0.6.1 + version: 0.6.2 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 17ef67eb..b667744b 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "0.6.1", + "version": "0.6.2", "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 4c3c97e1..e6758da7 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.1 + Terraform Private Registry v0.6.2

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