Skip to content

Commit

Permalink
prepare 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Jan 2, 2024
1 parent a8eb81a commit bfcd06d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.euhus</groupId>
<artifactId>tapir</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
<properties>
<checkstyle-maven-plugin.version>3.3.1</checkstyle-maven-plugin.version>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry:
version: 0.6.2
version: 0.6.3
user:
password: ${TAPIR_ADMIN_PASSWORD:default}
hostname: ${REGISTRY_HOSTNAME:localhost}
Expand Down
2 changes: 1 addition & 1 deletion src/main/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.6.2
Terraform Private Registry v0.6.3
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
Expand Down Expand Up @@ -53,7 +53,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.6.2
Terraform Private Registry v0.6.3
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
Expand Down

0 comments on commit bfcd06d

Please sign in to comment.