Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.8.2 #443

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version

=== changed

== 0.8.2

=== fixes

* Dependency updates

=== added

=== changed

== 0.8.1

=== 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.8.1</version>
<version>0.8.2</version>
<properties>
<checkstyle-maven-plugin.version>3.4.0</checkstyle-maven-plugin.version>
<compiler-plugin.version>3.13.0</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.8.1
version: 0.8.2
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.8.1",
"version": "0.8.2",
"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.8.1
Terraform Private Registry v0.8.2
</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.8.1
Terraform Private Registry v0.8.2
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
Expand Down