Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit db7bce0

Browse files
committed
1.3.9 - new k3s cluster and update libs
1 parent fa9f3d1 commit db7bce0

File tree

54 files changed

+60
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+60
-58
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG service_name
44
ARG service_base_dir
55
ENV SERVICE_NAME=${service_name}
66
ENV SERVICE_BASE_DIR=${service_base_dir}
7-
ENV APP_VERSION=1.3.8
7+
ENV APP_VERSION=1.3.9
88

99
WORKDIR /container/java
1010

README.md

Lines changed: 1 addition & 1 deletion

kubernetes-dev/microservices/payment-billing-microservice.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ spec:
4141
spec:
4242
containers:
4343
- name: springboot-payment-billing
44-
workingDir: /container/app
4544
image: ghcr.io/funixproductions/funixproductions-api-payment-billing:dev
4645
volumeMounts:
4746
- mountPath: /container/app/

kubernetes/microservices/payment-billing-microservice.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ spec:
4141
spec:
4242
containers:
4343
- name: springboot-payment-billing
44-
workingDir: /container/app
4544
image: ghcr.io/funixproductions/funixproductions-api-payment-billing:latest
4645
volumeMounts:
4746
- mountPath: /container/app/

modules/accounting/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.accounting</groupId>
88
<artifactId>funixproductions-accounting</artifactId>
9-
<version>1.3.8</version>
9+
<version>1.3.9</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.accounting.client</groupId>

modules/accounting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api</groupId>
88
<artifactId>funixproductions-api</artifactId>
9-
<version>1.3.8</version>
9+
<version>1.3.9</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/accounting/service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.accounting</groupId>
88
<artifactId>funixproductions-accounting</artifactId>
9-
<version>1.3.8</version>
9+
<version>1.3.9</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.accounting.service</groupId>

modules/accounting/service/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ funixproductions.api.payment.billing.app-domain-url=http://payment-billing
2727
#Sentry config
2828
sentry.dsn=${SENTRY_DSN}
2929
sentry.environment=production
30-
sentry.release=[email protected].8
30+
sentry.release=[email protected].9
3131
sentry.application-packages=com.funixproductions.api.accounting

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api</groupId>
88
<artifactId>funixproductions-api</artifactId>
9-
<version>1.3.8</version>
9+
<version>1.3.9</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/encryption/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.encryption</groupId>
88
<artifactId>funixproductions-encryption</artifactId>
9-
<version>1.3.8</version>
9+
<version>1.3.9</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.encryption.client</groupId>

0 commit comments

Comments
 (0)