From c3417c13a04ebcf6796ea94716f8911d3e0b3ffd Mon Sep 17 00:00:00 2001 From: trantzas Date: Fri, 18 Jul 2025 11:08:08 +0000 Subject: [PATCH 1/2] Preparing for the Release 2025Q2 --- kubernetes/helm/openslice/Chart.yaml | 4 +-- pom.xml | 40 ++++++++++++++-------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/kubernetes/helm/openslice/Chart.yaml b/kubernetes/helm/openslice/Chart.yaml index b8ede11..506eb59 100644 --- a/kubernetes/helm/openslice/Chart.yaml +++ b/kubernetes/helm/openslice/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.0 +version: 2.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2025Q2-SNAPSHOT +appVersion: 2025Q2 diff --git a/pom.xml b/pom.xml index 70bd709..4768038 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.etsi.osl org.etsi.osl.main - 2025Q2-SNAPSHOT + 2025Q2 pom org.etsi.osl.main @@ -33,25 +33,25 @@ 1.7.0 - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.2.0-SNAPSHOT - 2025Q2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.1.1-SNAPSHOT - 1.0.2-SNAPSHOT - 1.2.0-SNAPSHOT - 1.0.2-SNAPSHOT - 1.2.0-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.2.0-SNAPSHOT - 1.2.0-SNAPSHOT - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.0.2 + 1.0.2 + 1.0.2 + 1.2.0 + 2025Q2 + 1.0.2 + 1.1.1 + 1.1.0 + 1.2.0 + 1.0.2 + 1.2.0 + 1.1.0 + 1.0.2 + 1.0.2 + 1.0.2 + 1.2.0 + 1.2.0 + 1.0.0 + 1.0.0 -- GitLab From 1a4b8e3f3f99acfe3a23f77a99b8d8ba710a3690 Mon Sep 17 00:00:00 2001 From: trantzas Date: Fri, 18 Jul 2025 12:02:47 +0000 Subject: [PATCH 2/2] Switch Metrico's logging level to INFO --- compose/docker-compose.yaml.configure | 4 ++-- kubernetes/helm/openslice/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compose/docker-compose.yaml.configure b/compose/docker-compose.yaml.configure index 282bdf1..905739d 100644 --- a/compose/docker-compose.yaml.configure +++ b/compose/docker-compose.yaml.configure @@ -369,8 +369,8 @@ services: "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.user": "artemis", "spring.activemq.password": "artemis", - "logging.level.org.springframework" : "DEBUG", - "logging.level.org.etsi.osl.metrico" : "DEBUG" + "logging.level.org.springframework" : "INFO", + "logging.level.org.etsi.osl.metrico" : "INFO" }' logging: driver: "json-file" diff --git a/kubernetes/helm/openslice/values.yaml b/kubernetes/helm/openslice/values.yaml index 65d6918..146ea3e 100644 --- a/kubernetes/helm/openslice/values.yaml +++ b/kubernetes/helm/openslice/values.yaml @@ -123,9 +123,9 @@ mysql: metrico: enabled: true - logLevel: DEBUG + logLevel: INFO spring: - loglevel: DEBUG + loglevel: INFO cridge: enabled: true -- GitLab