You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,47 @@
1
1
.. _changelog:
2
2
3
+
0.67.0
4
+
------
5
+
6
+
Renku ``0.67.0`` simplifies the authorization for data connectors and allows
7
+
private images from the Renku Gitlab repository to be used in V2 sessions.
8
+
9
+
User-Facing Changes
10
+
~~~~~~~~~~~~~~~~~~~
11
+
12
+
**🌟 New Features**
13
+
14
+
- **UI**: Data connectors can be owned by projects.
15
+
- **Data services**: Private images from the Renku Gitlab registry can be used in V2 sessions.
16
+
- **UI**: Projects with private images from the Renku Gitlab registry can now be migrated from Renku v1 to Renku 2.0 (`#3603 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3603>`__)
17
+
18
+
**🐞 Bug Fixes**
19
+
20
+
- **Data services**: Copy the project documentation when a project is copied.
21
+
22
+
Internal Changes
23
+
~~~~~~~~~~~~~~~~
24
+
25
+
**Improvements**
26
+
27
+
- **Amalthea**: Add image pull policy for the session image.
28
+
- **Data services**: Simplify authorization for data connectors.
29
+
30
+
**Bug Fixes**
31
+
32
+
- **Data services**: Use "Always" as the image pull policy for session images.
0 commit comments