Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Oct 25, 2023
1 parent 228e6de commit fa0b894
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -76,6 +76,8 @@ There are samples with Terraform in `examples/`.

#### Authentication

**NOTE** Authentication is currently implemented and active in all version >= 0.6.x

##### Prerequisites

Tapir management needs the IDP client to put the role `admin` into the token.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.euhus</groupId>
<artifactId>tapir</artifactId>
<version>0.5.1-rc1</version>
<version>0.6.0-rc1</version>
<properties>
<checkstyle-maven-plugin.version>3.3.0</checkstyle-maven-plugin.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
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.5.1-rc1
version: 0.6.0-rc1
user:
password: ${TAPIR_ADMIN_PASSWORD:default}
hostname: ${REGISTRY_HOSTNAME:localhost}
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.5.1-rc1",
"version": "0.6.0-rc1",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.5.1-rc1
Terraform Private Registry v0.6.0-rc1
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
@@ -53,7 +53,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.5.1-rc1
Terraform Private Registry v0.6.0-rc1
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"

0 comments on commit fa0b894

Please sign in to comment.