6 Commits
0.0.2 ... 0.0.3

Author SHA1 Message Date
release-bot
c8937ec0b6 [RELEASE]prepare release 0.0.3 2024-01-22 01:24:36 +00:00
Sheldan
6f08b44a88 adding weight to liquibase config secret 2024-01-22 02:22:42 +01:00
Sheldan
600c5060f5 ignoring target 2024-01-22 02:21:26 +01:00
Sheldan
f89527e57c deleting target 2024-01-22 02:20:51 +01:00
release-bot
5d58424b83 Commit from GitHub Actions (Publishes a new version of the application) 2024-01-22 01:07:43 +00:00
release-bot
44fc655466 [RELEASE]prepare for next development iteration 2024-01-22 01:06:01 +00:00
12 changed files with 16 additions and 16 deletions

2
.env
View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/gw2/
VERSION=0.0.1
VERSION=0.0.2

2
.gitignore vendored
View File

@@ -32,5 +32,5 @@ replay_pid*
/gw2-tools-frontend/resources/index.html
/gw2-tools-frontend/resources/logo192.png
/tilt/gw2-tools-dev/Chart.lock
/target/
*/target/*
*.tgz

View File

@@ -1,8 +1,5 @@
apiVersion: v2
name: gw2-tools
description: A Helm chart for Kubernetes
type: application
version: 0.0.1
version: 0.0.2

View File

@@ -37,6 +37,9 @@ apiVersion: v1
kind: Secret
metadata:
name: liquibase-config
annotations:
"helm.sh/hook": pre-upgrade,pre-install
"helm.sh/hook-weight": "-6"
data:
liquibase.properties: {{ (tpl (.Files.Get "configuration/db/liquibase.properties") . ) | b64enc }}
{{- end }}

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>database</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>executable</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>gw2-api-client</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>packaging</artifactId>

View File

@@ -9,7 +9,7 @@
</parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<name>gw2-tools</name>
<description>Tools for GW2</description>
@@ -25,7 +25,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/Sheldan/gw2-tools.git</url>
<tag>0.0.2</tag>
<tag>0.0.3</tag>
</scm>
<distributionManagement>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>rest-api</artifactId>

View File

@@ -1,11 +1,11 @@
{
"name": "drr-ui",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0",

View File

@@ -1,6 +1,6 @@
{
"name": "gw2-tools-ui",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",