Skip to content

Commit

Permalink
chore: graph updated to 2.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Jan 17, 2024
1 parent 3f6b9e9 commit 9dd4457
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
.. _changelog:

0.46.0
------

Renku ``0.46.0`` comes with some changes to the KG services.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**✨ Improvements**

- **KG**: Remove the Free-Text Dataset Search API as improved functionality is offered by the Entities Search.
(`#1833 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1833>`_).
- **KG**: Add support for specifying ``templateRef`` and ``templateParameters`` on the Project Create API.
(`#1837 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1837>`_).

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

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


0.45.2
------
This is a bugfix release fixing the process that removes expiring Project Access Tokens.
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 @@ -1316,7 +1316,7 @@ graph:
aesEncryptionKey: # A 8, 16 or 32 bytes string used for AES encryption of the project tokens
image:
repository: renku/webhook-service
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1332,7 +1332,7 @@ graph:
aesEncryptionKey: # A 8, 16 or 32 bytes string used for AES encryption of the project tokens
image:
repository: renku/token-repository
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1353,7 +1353,7 @@ graph:
replicas: 1
image:
repository: renku/triples-generator
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1375,7 +1375,7 @@ graph:
replicas: 1
image:
repository: renku/knowledge-graph
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1394,7 +1394,7 @@ graph:
eventLog:
image:
repository: renku/event-log
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1409,7 +1409,7 @@ graph:
commitEventService:
image:
repository: renku/commit-event-service
tag: "2.48.2"
tag: "2.49.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 9dd4457

Please sign in to comment.