Skip to content

Commit bbd8fe0

Browse files
authored
Merge pull request #3624 from SwissDataScienceCenter/release/v2.7.0
release v2.7.0
2 parents 0c352d8 + 0f34fa1 commit bbd8fe0

38 files changed

+876
-590
lines changed

CHANGES.rst

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,30 @@
1818
Changes
1919
=======
2020

21-
`2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.7.0>`__ (2023-08-09)
21+
`2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.2...v2.7.0>`__ (2023-09-27)
2222
-------------------------------------------------------------------------------------------------------
2323

2424
Bug Fixes
2525
~~~~~~~~~
2626

27+
- **cli:** do not freeze/unfreeze plan view model
28+
(`#3599 <https://github.com/SwissDataScienceCenter/renku-python/issues/3599>`__)
29+
(`3c48cff <https://github.com/SwissDataScienceCenter/renku-python/commit/3c48cffe116db5c246beca2003c2f282fc38b465>`__)
30+
- **cli:** ssh setup and key usage
31+
(`#3615 <https://github.com/SwissDataScienceCenter/renku-python/issues/3615>`__)
32+
(`3fa737a <https://github.com/SwissDataScienceCenter/renku-python/commit/3fa737ab6cd6126047098957ff2e5f179e939339>`__)
33+
- **core:** setting non-existing config property to null
34+
(`#3595 <https://github.com/SwissDataScienceCenter/renku-python/issues/3595>`__)
35+
(`e0ff587 <https://github.com/SwissDataScienceCenter/renku-python/commit/e0ff587f507d049eeeb873e8488ba8bb10ac1a15>`__)
36+
- **core:** skip fast cache migrations check for anonymous users
37+
(`#3577 <https://github.com/SwissDataScienceCenter/renku-python/issues/3577>`__)
38+
(`9ee3176 <https://github.com/SwissDataScienceCenter/renku-python/commit/9ee3176ce379dd80d2955e858f5e11e1fb32b464>`__)
39+
- **service:** normalize git url to avoid duplicate cache entries
40+
(`#3606 <https://github.com/SwissDataScienceCenter/renku-python/issues/3606>`__)
41+
(`19142c6 <https://github.com/SwissDataScienceCenter/renku-python/commit/19142c6f58713cb9990b71f9ed738990987c3e16>`__)
2742
- **cli:** adapt to changes in KG api for importing datasets
2843
(`#3549 <https://github.com/SwissDataScienceCenter/renku-python/issues/3549>`__)
2944
(`020434a <https://github.com/SwissDataScienceCenter/renku-python/commit/020434a7dd6449755644a2e9ca849b8821900f72>`__)
30-
- **cli:** fix overwriting dataset tags
31-
(`#3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497>`__)
32-
(`17a49ae <https://github.com/SwissDataScienceCenter/renku-python/commit/17a49aebc7207901986c38fd30afc58baf40be1f>`__)
3345
- **service:** add branch to service cache path
3446
(`#3562 <https://github.com/SwissDataScienceCenter/renku-python/issues/3562>`__)
3547
(`3800a38 <https://github.com/SwissDataScienceCenter/renku-python/commit/3800a3823515763c207b1b15f348df3b0cdd9831>`__)
@@ -48,6 +60,41 @@ Features
4860
(`#3534 <https://github.com/SwissDataScienceCenter/renku-python/issues/3534>`__)
4961
(`a9994a8 <https://github.com/SwissDataScienceCenter/renku-python/commit/a9994a8cb2541527ca9be731037cc60b03d62cea>`__)
5062

63+
`2.6.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.6.2>`__ (2023-08-23)
64+
-------------------------------------------------------------------------------------------------------
65+
66+
Bug Fixes
67+
~~~~~~~~~
68+
69+
- **cli:** correct bad plan ID format
70+
(`#3594 <https://github.com/SwissDataScienceCenter/renku-python/issues/3594>`__)
71+
(`c418c17 <https://github.com/SwissDataScienceCenter/renku-python/commit/c418c178d03a5caac126d14cc089064ee13f2747>`__)
72+
- **cli:** fix overwriting dataset tags
73+
(`#3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497>`__)
74+
(`ef6d214 <https://github.com/SwissDataScienceCenter/renku-python/commit/ef6d214e165ba877b5acc26427d5663366aaaa29>`__)
75+
- **cli:** parse security_opt as list not tuple so that session launches from the CLI work
76+
(`#3587 <https://github.com/SwissDataScienceCenter/renku-python/issues/3587>`__)
77+
(`d74d35f <https://github.com/SwissDataScienceCenter/renku-python/commit/d74d35ff3428118945a1df1b2f52eebcfcf31132>`__)
78+
- **core:** properly formatted dataset image IDs
79+
(`#3596 <https://github.com/SwissDataScienceCenter/renku-python/issues/3596>`__)
80+
(`f624b2b <https://github.com/SwissDataScienceCenter/renku-python/commit/f624b2bf261d97b07c88243f674f544613753e28>`__)
81+
- **service:** speed up cache.migration_check endpoint
82+
(`#3597 <https://github.com/SwissDataScienceCenter/renku-python/issues/3597>`__)
83+
(`20b5589 <https://github.com/SwissDataScienceCenter/renku-python/commit/20b5589ea2639b4ff017fc390a9b685842c9685d>`__)
84+
- **service:** serialize project versions as integer
85+
(`#3591 <https://github.com/SwissDataScienceCenter/renku-python/issues/3591>`__)
86+
(`5624573 <https://github.com/SwissDataScienceCenter/renku-python/commit/5624573160c2820770093f8752d1975a18e785e6>`__)
87+
88+
`2.6.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.6.2>`__ (2023-07-13)
89+
-------------------------------------------------------------------------------------------------------
90+
91+
Bug Fixes
92+
~~~~~~~~~
93+
94+
- **service:** fixes issues with the scaling of the core service
95+
(`#3555 <https://github.com/SwissDataScienceCenter/renku-python/pull/3555>`__)
96+
(`4288ada <https://github.com/SwissDataScienceCenter/renku-python/commit/4288ada0b4ec658089b25d12add8a1d16955498a>`__)
97+
5198
`2.6.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.5.0...v2.6.0>`__ (2023-06-20)
5299
-------------------------------------------------------------------------------------------------------
53100

0 commit comments

Comments
 (0)