Skip to content

Commit

Permalink
chore: graph updated to 2.43.0 (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro authored Oct 9, 2023
1 parent cfaee09 commit 413b167
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
.. _changelog:

0.40.0
------

Renku ``0.40.0`` fixes internal KG and Triples Store performance issues.

Internal Changes
~~~~~~~~~~~~~~~~

**Bug Fixes**

- **KG**: reduces the number of update queries run against the Triples Store causing its performance degradation.

Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-graph 2.43.0 <https://github.com/SwissDataScienceCenter/renku-graph/releases/tag/2.43.0>`_

0.39.3
------

Expand Down
12 changes: 6 additions & 6 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ graph:
webhookService:
image:
repository: renku/webhook-service
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1432,7 +1432,7 @@ graph:
tokenRepository:
image:
repository: renku/token-repository
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1458,7 +1458,7 @@ graph:
replicas: 1
image:
repository: renku/triples-generator
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1481,7 +1481,7 @@ graph:
replicas: 1
image:
repository: renku/knowledge-graph
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1501,7 +1501,7 @@ graph:
eventLog:
image:
repository: renku/event-log
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1517,7 +1517,7 @@ graph:
commitEventService:
image:
repository: renku/commit-event-service
tag: '2.42.1'
tag: '2.43.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 413b167

Please sign in to comment.