Skip to content

Commit 41698d9

Browse files
authored
Merge pull request #262 from big-data-spaces/release/1.14.24
chore: set release version
2 parents da562d0 + 3a58186 commit 41698d9

File tree

23 files changed

+33
-33
lines changed

23 files changed

+33
-33
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
type=semver,pattern={{version}}
147147
type=semver,pattern={{major}}
148148
type=semver,pattern={{major}}.{{minor}}
149-
type=raw,value=1.14.24-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
149+
type=raw,value=1.14.24,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
150150
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
151151
152152
- name: Agent Plane Hashicorp Container Build and push
@@ -186,7 +186,7 @@ jobs:
186186
type=semver,pattern={{version}}
187187
type=semver,pattern={{major}}
188188
type=semver,pattern={{major}}.{{minor}}
189-
type=raw,value=1.14.24-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
189+
type=raw,value=1.14.24,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
190190
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
191191
192192
- name: Agent Plane Azure Vault Container Build and push

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ kubectl wait --namespace ingress-nginx \
120120
--selector=app.kubernetes.io/component=controller \
121121
--timeout=90s
122122
# transfer images
123-
kind load docker-image docker.io/tractusx/agentplane-hashicorp:1.14.24-SNAPSHOT --name ka
124-
kind load docker-image docker.io/tractusx/agentplane-azure-vault:1.14.24-SNAPSHOT --name ka
123+
kind load docker-image docker.io/tractusx/agentplane-hashicorp:1.14.24 --name ka
124+
kind load docker-image docker.io/tractusx/agentplane-azure-vault:1.14.24 --name ka
125125
# run chart testing
126126
ct install --charts charts/agent-plane
127127
ct install --charts charts/agent-plane-azure-vault

agent-plane/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ mvn package -Pwith-docker-image
6666
Alternatively, after a successful build, you can invoke docker yourself
6767

6868
```console
69-
docker build -t tractusx/agentplane-azure-vault:1.14.24-SNAPSHOT -f agentplane-azure-vault/src/main/docker/Dockerfile .
69+
docker build -t tractusx/agentplane-azure-vault:1.14.24 -f agentplane-azure-vault/src/main/docker/Dockerfile .
7070
```
7171

7272
```console
73-
docker build -t tractusx/agentplane-hashicorp:1.14.24-SNAPSHOT -f agentplane-hashicorp/src/main/docker/Dockerfile .
73+
docker build -t tractusx/agentplane-hashicorp:1.14.24 -f agentplane-hashicorp/src/main/docker/Dockerfile .
7474
```
7575

agent-plane/agent-plane-protocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add the following dependency to your data-plane artifact pom:
6464
<dependency>
6565
<groupId>org.eclipse.tractusx.agents.edc</groupId>
6666
<artifactId>agent-plane-protocol</artifactId>
67-
<version>1.14.24-SNAPSHOT</version>
67+
<version>1.14.24</version>
6868
</dependency>
6969
```
7070

agent-plane/agent-plane-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.eclipse.tractusx.agents.edc</groupId>
2727
<artifactId>agent-plane</artifactId>
28-
<version>1.14.24-SNAPSHOT</version>
28+
<version>1.14.24</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

agent-plane/agent-plane-protocol/src/test/java/org/eclipse/tractusx/agents/edc/service/TestDataspaceSynchronizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private static JsonObjectBuilder createOffer() {
123123
JsonObjectBuilder offerBuilder = Json.createObjectBuilder()
124124
.add("@id", "cx-taxo:GraphAsset?test=ExampleAsset")
125125
.add("https://w3id.org/edc/v0.0.1/ns/contenttype", "application/json, application/xml")
126-
.add("https://w3id.org/catenax/ontology/common#version", "1.14.24-SNAPSHOT")
126+
.add("https://w3id.org/catenax/ontology/common#version", "1.14.24")
127127
.add("https://w3id.org/catenax/ontology/common#name", "Test Asset")
128128
.add("https://w3id.org/catenax/ontology/common#description", "Test Asset for RDF Representation")
129129
.add("https://w3id.org/catenax/ontology/common#description@de", "Beispiel Asset für RDF Darstellung")
@@ -212,7 +212,7 @@ public void testCatalogDeserialization() {
212212
" },\n" +
213213
" \"dcat:accessService\": \"ddd4b79e-f785-4e71-9fe5-4a177b3ccf54\"\n" +
214214
" },\n" +
215-
" \"edc:version\": \"1.14.24-SNAPSHOT\",\n" +
215+
" \"edc:version\": \"1.14.24\",\n" +
216216
" \"http://www.w3.org/2000/01/rdf-schema#isDefinedBy\": \"<https://w3id.org/catenax/ontology/diagnosis>\",\n" +
217217
" \"edc:name\": \"Diagnostic Trouble Code Catalogue Version 2022\",\n" +
218218
" \"http://www.w3.org/ns/shacl#shapesGraph\": \"@prefix cx-common: <https://w3id.org/catenax/ontology/common#>. \\n@prefix : <https://w3id.org/catenax/taxonomy#GraphAsset?oem=Diagnosis2022&shapeObject=> .\\n@prefix cx-diag: <https://w3id.org/catenax/ontology/diagnosis#> .\\n@prefix owl: <http://www.w3.org/2002/07/owl#> .\\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n@prefix sh: <http://www.w3.org/ns/shacl#> .\\n\\n:OemDTC rdf:type sh:NodeShape ;\\n sh:targetClass cx-diag:DTC ;\\n sh:property [\\n sh:path cx-diag:provisionedBy ;\\n sh:hasValue <urn:bpn:legal:BPNL00000003COJN> ;\\n ] ;\\n sh:property [\\n sh:path cx-diag:version ;\\n sh:hasValue \\\"0\\\"^^xsd:long ;\\n ] ;\\n sh:property [\\n sh:path cx-diag:affects ;\\n sh:class :OemDiagnosedParts ;\\n ].\\n\\n:OemDiagnosedParts rdf:type sh:NodeShape ;\\n sh:targetClass cx-diag:DiagnosedPart ;\\n sh:property [\\n sh:path cx-diag:provisionedBy ;\\n sh:hasValue <urn:bpn:legal:BPNL00000003COJN> ;\\n ] .\\n\",\n" +

agent-plane/agentplane-azure-vault/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mvn -s ../../../settings.xml install -Pwith-docker-image
5454
Alternatively, after a sucessful [build](#building) the docker image of the Agent Plane is created using
5555

5656
```console
57-
docker build -t tractusx//agentplane-azure-vault:1.14.24-SNAPSHOT -f src/main/docker/Dockerfile .
57+
docker build -t tractusx//agentplane-azure-vault:1.14.24 -f src/main/docker/Dockerfile .
5858
```
5959

6060
To run the docker image, you could invoke this command

agent-plane/agentplane-azure-vault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.eclipse.tractusx.agents.edc</groupId>
2727
<artifactId>agent-plane</artifactId>
28-
<version>1.14.24-SNAPSHOT</version>
28+
<version>1.14.24</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

agent-plane/agentplane-hashicorp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mvn -s ../../../settings.xml install -Pwith-docker-image
5454
Alternatively, after a sucessful [build](#building) the docker image of the Agent Plane is created using
5555

5656
```console
57-
docker build -t tractusx/agentplane-hashicorp:1.14.24-SNAPSHOT -f src/main/docker/Dockerfile .
57+
docker build -t tractusx/agentplane-hashicorp:1.14.24 -f src/main/docker/Dockerfile .
5858
```
5959

6060
To run the docker image, you could invoke this command
@@ -66,7 +66,7 @@ docker run -p 8082:8082 \
6666
-v $(pwd)/resources/dataplane.properties:/app/configuration.properties \
6767
-v $(pwd)/resources/opentelemetry.properties:/app/opentelemetry.properties \
6868
-v $(pwd)/resources/logging.properties:/app/logging.properties \
69-
tractusx/agentplane-hashicorp:1.14.24-SNAPSHOT
69+
tractusx/agentplane-hashicorp:1.14.24
7070
````
7171

7272
Afterwards, you should be able to access the [local SparQL endpoint](http://localhost:8082/api/agent) via

agent-plane/agentplane-hashicorp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.eclipse.tractusx.agents.edc</groupId>
2727
<artifactId>agent-plane</artifactId>
28-
<version>1.14.24-SNAPSHOT</version>
28+
<version>1.14.24</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)