Skip to content

Commit 6bfea62

Browse files
committed
Updates for release 1.29.1
1 parent d722db3 commit 6bfea62

20 files changed

Lines changed: 43 additions & 42 deletions

File tree

NOTICE.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Library licences are organised in three sections:
3636
| Apache License, Version 2.0 | Internet Time Utility | com.ethlo.time:itu | 1.14.0 | https://github.com/ethlo/itu |
3737
| Apache License, Version 2.0 | ClassMate | com.fasterxml:classmate | 1.7.3 | https://github.com/FasterXML/java-classmate |
3838
| Apache License, Version 2.0 | Jackson-annotations | com.fasterxml.jackson.core:jackson-annotations | 2.21 | https://github.com/FasterXML/jackson |
39-
| Apache License, Version 2.0 | Jackson-core | com.fasterxml.jackson.core:jackson-core | 2.19.4 | https://github.com/FasterXML/jackson-core |
39+
| Apache License, Version 2.0 | Jackson-core | com.fasterxml.jackson.core:jackson-core | 2.21.2 | https://github.com/FasterXML/jackson-core |
4040
| Apache License, Version 2.0 | jackson-databind | com.fasterxml.jackson.core:jackson-databind | 2.21.1 | https://github.com/FasterXML/jackson |
41-
| Apache License, Version 2.0 | Jackson-dataformat-YAML | com.fasterxml.jackson.dataformat:jackson-dataformat-yaml | 2.19.4 | https://github.com/FasterXML/jackson-dataformats-text |
42-
| Apache License, Version 2.0 | Jackson datatype: jdk8 | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | 2.19.4 | https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8 |
43-
| Apache License, Version 2.0 | Jackson datatype: JSR310 | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.19.4 | https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310 |
44-
| Apache License, Version 2.0 | Jackson-module-parameter-names | com.fasterxml.jackson.module:jackson-module-parameter-names | 2.19.4 | https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names |
41+
| Apache License, Version 2.0 | Jackson-dataformat-YAML | com.fasterxml.jackson.dataformat:jackson-dataformat-yaml | 2.21.2 | https://github.com/FasterXML/jackson-dataformats-text |
42+
| Apache License, Version 2.0 | Jackson datatype: jdk8 | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | 2.21.2 | https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8 |
43+
| Apache License, Version 2.0 | Jackson datatype: JSR310 | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.21.2 | https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310 |
44+
| Apache License, Version 2.0 | Jackson-module-parameter-names | com.fasterxml.jackson.module:jackson-module-parameter-names | 2.21.2 | https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names |
4545
| Apache License, Version 2.0 | Woodstox | com.fasterxml.woodstox:woodstox-core | 7.1.1 | https://github.com/FasterXML/woodstox |
4646
| MIT License | dexx | com.github.andrewoma.dexx:collection | 0.7 | https://github.com/andrewoma/dexx |
4747
| Apache License, Version 2.0 | Caffeine cache | com.github.ben-manes.caffeine:caffeine | 3.2.3 | https://github.com/ben-manes/caffeine |
@@ -83,8 +83,8 @@ Library licences are organised in three sections:
8383
| Apache License, Version 2.0 | Apache Commons Logging | commons-logging:commons-logging | 1.3.5 | https://commons.apache.org/proper/commons-logging/ |
8484
| Apache License, Version 2.0 | PDFBox-Graphics2d | de.rototor.pdfbox:graphics2d | 3.0.1 | https://github.com/rototor/pdfbox-graphics2d/graphics2d |
8585
| The 3-Clause BSD License | dnsjava | dnsjava:dnsjava | 3.6.3 | https://github.com/dnsjava/dnsjava |
86-
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-jakarta | eu.europa.ec.itb:gitb-types-jakarta | 1.29.0 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-jakarta |
87-
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-specs | eu.europa.ec.itb:gitb-types-specs | 1.29.0 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-specs |
86+
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-jakarta | eu.europa.ec.itb:gitb-types-jakarta | 1.29.1 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-jakarta |
87+
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-specs | eu.europa.ec.itb:gitb-types-specs | 1.29.1 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-specs |
8888
| CUP Parser Generator Copyright Notice, License, and Disclaimer | cupv10k-runtime | eu.europa.ec.itb.xerces:cupv10k-runtime | 2.12.2-xsd11 | no url defined |
8989
| ICU License - ICU 1.8.1 and later | icu4j | eu.europa.ec.itb.xerces:icu4j | 2.12.2-xsd11 | no url defined |
9090
| Eclipse Public License - v1.0 | org.eclipse.wst.xml.xpath2.processor_1.2.1 | eu.europa.ec.itb.xerces:org.eclipse.wst.xml.xpath2.processor_1.2.1 | 2.12.2-xsd11 | no url defined |
@@ -195,14 +195,14 @@ Library licences are organised in three sections:
195195
| Apache License, Version 2.0 | Spring Commons Logging Bridge | org.springframework:spring-jcl | 6.2.17 | https://github.com/spring-projects/spring-framework |
196196
| Apache License, Version 2.0 | Spring Web | org.springframework:spring-web | 6.2.17 | https://github.com/spring-projects/spring-framework |
197197
| Apache License, Version 2.0 | Spring Web MVC | org.springframework:spring-webmvc | 6.2.17 | https://github.com/spring-projects/spring-framework |
198-
| Apache License, Version 2.0 | spring-boot | org.springframework.boot:spring-boot | 3.5.12 | https://spring.io/projects/spring-boot |
199-
| Apache License, Version 2.0 | spring-boot-autoconfigure | org.springframework.boot:spring-boot-autoconfigure | 3.5.12 | https://spring.io/projects/spring-boot |
198+
| Apache License, Version 2.0 | spring-boot | org.springframework.boot:spring-boot | 3.5.13 | https://spring.io/projects/spring-boot |
199+
| Apache License, Version 2.0 | spring-boot-autoconfigure | org.springframework.boot:spring-boot-autoconfigure | 3.5.13 | https://spring.io/projects/spring-boot |
200200
| Apache License, Version 2.0 | spring-boot-starter | org.springframework.boot:spring-boot-starter | 3.5.13 | https://spring.io/projects/spring-boot |
201-
| Apache License, Version 2.0 | spring-boot-starter-json | org.springframework.boot:spring-boot-starter-json | 3.5.12 | https://spring.io/projects/spring-boot |
201+
| Apache License, Version 2.0 | spring-boot-starter-json | org.springframework.boot:spring-boot-starter-json | 3.5.13 | https://spring.io/projects/spring-boot |
202202
| Apache License, Version 2.0 | spring-boot-starter-logging | org.springframework.boot:spring-boot-starter-logging | 3.5.13 | https://spring.io/projects/spring-boot |
203-
| Apache License, Version 2.0 | spring-boot-starter-tomcat | org.springframework.boot:spring-boot-starter-tomcat | 3.5.12 | https://spring.io/projects/spring-boot |
203+
| Apache License, Version 2.0 | spring-boot-starter-tomcat | org.springframework.boot:spring-boot-starter-tomcat | 3.5.13 | https://spring.io/projects/spring-boot |
204204
| Apache License, Version 2.0 | spring-boot-starter-validation | org.springframework.boot:spring-boot-starter-validation | 3.5.13 | https://spring.io/projects/spring-boot |
205-
| Apache License, Version 2.0 | spring-boot-starter-web | org.springframework.boot:spring-boot-starter-web | 3.5.12 | https://spring.io/projects/spring-boot |
205+
| Apache License, Version 2.0 | spring-boot-starter-web | org.springframework.boot:spring-boot-starter-web | 3.5.13 | https://spring.io/projects/spring-boot |
206206
| Apache License, Version 2.0 | TopBraid SHACL API | org.topbraid:shacl | 1.4.4 | http://topbraid.org/shacl/api |
207207
| Apache License, Version 2.0 | XML Resolver | org.xmlresolver:xmlresolver | 5.3.3 | https://github.com/xmlresolver/xmlresolver |
208208
| Apache License, Version 2.0 | org.xmlunit:xmlunit-core | org.xmlunit:xmlunit-core | 2.10.3 | https://www.xmlunit.org/ |
@@ -447,6 +447,7 @@ Library licences are organised in three sections:
447447

448448
| License type | Name | Installed version | Link |
449449
| :------------------------------ | :-------------------------------- | :---------------- | :---- |
450+
| MIT | @angular/localize | 21.2.6 | n/a |
450451
| MIT | @angular/animations | 21.2.6 | n/a |
451452
| MIT | @angular/cdk | 21.2.4 | n/a |
452453
| MIT | @angular/common | 21.2.6 | n/a |

etc/k8s/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: itb
3-
version: 1.16.0
3+
version: 1.17.0
44
description: A Helm chart to install the Interoperability Test Bed (ITB) on Kubernetes
55
type: application
66
keywords:
@@ -17,4 +17,4 @@ maintainers:
1717
email: DIGIT-ITB@ec.europa.eu
1818
url: https://ec.europa.eu/info/departments/informatics_en
1919
icon: https://www.itb.ec.europa.eu/files/itb_logo.png
20-
appVersion: "1.29.0"
20+
appVersion: "1.29.1"

etc/k8s/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
redis:
1414
# redis.image is the (full) image to use to create redis container(s).
15-
image: isaitb/gitb-redis:1.29.0
15+
image: isaitb/gitb-redis:1.29.1
1616
#
1717
# redis.name is the name to use for the redis deployment and (by default) service.
1818
name: itb-redis
@@ -45,7 +45,7 @@ redis:
4545
#
4646
mysql:
4747
# mysql.image is the (full) image to use to create mysql container(s).
48-
image: isaitb/gitb-mysql:1.29.0
48+
image: isaitb/gitb-mysql:1.29.1
4949
#
5050
# mysql.name is the name to use for the mysql deployment and (by default) service.
5151
name: itb-mysql
@@ -94,7 +94,7 @@ mysql:
9494
#
9595
srv:
9696
# srv.image is the (full) image to use to create srv container(s).
97-
image: isaitb/gitb-srv:1.29.0
97+
image: isaitb/gitb-srv:1.29.1
9898
#
9999
# srv.name is the name to use for the srv deployment and (by default) service.
100100
name: itb-srv
@@ -141,7 +141,7 @@ srv:
141141
#
142142
ui:
143143
# ui.image is the (full) image to use to create ui container(s).
144-
image: isaitb/gitb-ui:1.29.0
144+
image: isaitb/gitb-ui:1.29.1
145145
#
146146
# ui.name is the name to use for the ui deployment and (by default) service.
147147
name: itb-ui

etc/k8s/manifests/03-mysql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
automountServiceAccountToken: false
1818
containers:
19-
- image: "isaitb/gitb-mysql:1.29.0"
19+
- image: "isaitb/gitb-mysql:1.29.1"
2020
imagePullPolicy: "IfNotPresent"
2121
name: itb-mysql
2222
livenessProbe:

etc/k8s/manifests/05-redis-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
automountServiceAccountToken: false
1616
containers:
17-
- image: "isaitb/gitb-redis:1.29.0"
17+
- image: "isaitb/gitb-redis:1.29.1"
1818
imagePullPolicy: "IfNotPresent"
1919
name: itb-redis
2020
ports:

etc/k8s/manifests/07-srv-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
automountServiceAccountToken: false
1616
containers:
17-
- image: "isaitb/gitb-srv:1.29.0"
17+
- image: "isaitb/gitb-srv:1.29.1"
1818
imagePullPolicy: "IfNotPresent"
1919
name: itb-srv
2020
env:

etc/k8s/manifests/09-ui-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
automountServiceAccountToken: false
1616
containers:
17-
- image: "isaitb/gitb-ui:1.29.0"
17+
- image: "isaitb/gitb-ui:1.29.1"
1818
imagePullPolicy: "IfNotPresent"
1919
name: itb-ui
2020
env:

gitb-common/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.gitb</groupId>
88
<artifactId>GITB</artifactId>
9-
<version>1.29.0</version>
9+
<version>1.29.1</version>
1010
</parent>
1111
<artifactId>gitb-common</artifactId>
1212
<name>gitb-core</name>

gitb-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>GITB</artifactId>
55
<groupId>com.gitb</groupId>
6-
<version>1.29.0</version>
6+
<version>1.29.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gitb-core</artifactId>

gitb-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>GITB</artifactId>
77
<groupId>com.gitb</groupId>
8-
<version>1.29.0</version>
8+
<version>1.29.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)