Skip to content

Commit

Permalink
bump data services to 0.31.1 (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Jan 15, 2025
1 parent 2801413 commit 43d25a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ User-Facing Changes
**🐞 Bug Fixes**

- **UI**: Display all data connector password fields (`#3477 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3477>`__).
- **Data services**: Reenable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/606>`__)

Internal Changes
~~~~~~~~~~~~~~~~
Expand All @@ -40,6 +41,7 @@ Individual Components

- `renku-data-services 0.30.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.30.0>`_
- `renku-data-services 0.31.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.31.0>`_
- `renku-data-services 0.31.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.31.1>`_
- `renku-ui 3.46.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.46.0>`_


Expand Down
6 changes: 3 additions & 3 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1459,14 +1459,14 @@ dataService:
create: true
image:
repository: renku/renku-data-service
tag: "0.31.0"
tag: "0.31.1"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.31.0"
tag: "0.31.1"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1519,7 +1519,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.31.0"
tag: "0.31.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 43d25a3

Please sign in to comment.