Skip to content

Commit 4585917

Browse files
committed
Updates for release 1.27.4
1 parent 1da466f commit 4585917

19 files changed

Lines changed: 29 additions & 29 deletions

File tree

NOTICE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Library licences are organised in three sections:
7474
| Apache License, Version 2.0 | Apache Commons Logging | commons-logging:commons-logging | 1.3.2 | https://commons.apache.org/proper/commons-logging/ |
7575
| Apache License, Version 2.0 | PDFBox-Graphics2d | de.rototor.pdfbox:graphics2d | 0.32 | https://github.com/rototor/pdfbox-graphics2d/graphics2d |
7676
| The 3-Clause BSD License | dnsjava | dnsjava:dnsjava | 3.6.0 | https://github.com/dnsjava/dnsjava |
77-
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-jakarta | eu.europa.ec.itb:gitb-types-jakarta | 1.27.3 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-jakarta |
78-
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-specs | eu.europa.ec.itb:gitb-types-specs | 1.27.3 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-specs |
77+
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-jakarta | eu.europa.ec.itb:gitb-types-jakarta | 1.27.4 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-jakarta |
78+
| European Union Public Licence (EUPL) Version 1.2 | eu.europa.ec.itb:gitb-types-specs | eu.europa.ec.itb:gitb-types-specs | 1.27.4 | https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed/gitb-types-specs |
7979
| Apache License, Version 2.0 | micrometer-commons | io.micrometer:micrometer-commons | 1.15.1 | https://github.com/micrometer-metrics/micrometer |
8080
| Apache License, Version 2.0 | micrometer-observation | io.micrometer:micrometer-observation | 1.15.1 | https://github.com/micrometer-metrics/micrometer |
8181
| Eclipse Distribution License - v1.0 | Jakarta Activation API | jakarta.activation:jakarta.activation-api | 2.1.2 | https://github.com/jakartaee/jaf-api |

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.8.0
3+
version: 1.9.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.27.3"
20+
appVersion: "1.27.4"

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.27.3
15+
image: isaitb/gitb-redis:1.27.4
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.27.3
48+
image: isaitb/gitb-mysql:1.27.4
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.27.3
97+
image: isaitb/gitb-srv:1.27.4
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.27.3
144+
image: isaitb/gitb-ui:1.27.4
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.27.3"
19+
- image: "isaitb/gitb-mysql:1.27.4"
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.27.3"
17+
- image: "isaitb/gitb-redis:1.27.4"
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.27.3"
17+
- image: "isaitb/gitb-srv:1.27.4"
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.27.3"
17+
- image: "isaitb/gitb-ui:1.27.4"
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.27.3</version>
9+
<version>1.27.4</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.27.3</version>
6+
<version>1.27.4</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.27.3</version>
8+
<version>1.27.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)