|
18 | 18 | Changes
|
19 | 19 | =======
|
20 | 20 |
|
| 21 | +`2.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.7.0...v2.8.0>`__ (2023-11-17) |
| 22 | +------------------------------------------------------------------------------------------------------- |
| 23 | + |
| 24 | +Bug Fixes |
| 25 | +~~~~~~~~~ |
| 26 | + |
| 27 | +- **cli:** do not error unneccesarily on session stop |
| 28 | + (`#3642 <https://github.com/SwissDataScienceCenter/renku-python/issues/3642>`__) |
| 29 | + (`4726f66 <https://github.com/SwissDataScienceCenter/renku-python/commit/4726f660e33a6eb3706b20f661faa635fbe6356b>`__) |
| 30 | +- **cli:** do not pass the force-build flag to docker |
| 31 | + (`#3641 <https://github.com/SwissDataScienceCenter/renku-python/issues/3641>`__) |
| 32 | + (`ff5e8f6 <https://github.com/SwissDataScienceCenter/renku-python/commit/ff5e8f63b94691a65dfe5e44438c4f819819f7ee>`__) |
| 33 | +- **cli:** do not start a session when in detached HEAD state |
| 34 | + (`#3636 <https://github.com/SwissDataScienceCenter/renku-python/issues/3636>`__) |
| 35 | + (`80f70f5 <https://github.com/SwissDataScienceCenter/renku-python/commit/80f70f554ef552b67683ba2498959dbca4aa8200>`__) |
| 36 | +- **core:** do not clone submodules in renku clone command |
| 37 | + (`#3630 <https://github.com/SwissDataScienceCenter/renku-python/issues/3630>`__) |
| 38 | + (`e9986e0 <https://github.com/SwissDataScienceCenter/renku-python/commit/e9986e0d4a882cdf1b84603c9f08010d7f949972>`__) |
| 39 | +- don’t fail on exotic git diff types |
| 40 | + (`#3632 <https://github.com/SwissDataScienceCenter/renku-python/issues/3632>`__) |
| 41 | + (`160620c <https://github.com/SwissDataScienceCenter/renku-python/commit/160620c447f1ab7f6935ef63e3f92437c7537f98>`__) |
| 42 | +- make usage of name and slug consistent |
| 43 | + (`#3620 <https://github.com/SwissDataScienceCenter/renku-python/issues/3620>`__) |
| 44 | + (`b31ade0 <https://github.com/SwissDataScienceCenter/renku-python/commit/b31ade02eed873e09e790a46d92caaf2379871ce>`__) |
| 45 | +- **service:** set job timeouts correctly |
| 46 | + (`#3651 <https://github.com/SwissDataScienceCenter/renku-python/issues/3651>`__) |
| 47 | + (`db0f8cf <https://github.com/SwissDataScienceCenter/renku-python/commit/db0f8cf87d8f234e87aa48058eceaaf68283cedf>`__) |
| 48 | +- warn user about old version of git when using mergetool |
| 49 | + (`#3637 <https://github.com/SwissDataScienceCenter/renku-python/issues/3637>`__) |
| 50 | + (`5df0ce1 <https://github.com/SwissDataScienceCenter/renku-python/commit/5df0ce17e2264412ad081909d08a80f4e6523ae9>`__) |
| 51 | + |
| 52 | +Features |
| 53 | +~~~~~~~~ |
| 54 | + |
| 55 | +- add prometheus metrics |
| 56 | + (`#3640 <https://github.com/SwissDataScienceCenter/renku-python/issues/3640>`__) |
| 57 | + (`d3eedb5 <https://github.com/SwissDataScienceCenter/renku-python/commit/d3eedb5e716cdc3299021f5e0c75d678c7c85da0>`__) |
| 58 | +- **cli, service:** support for project image |
| 59 | + (`#3623 <https://github.com/SwissDataScienceCenter/renku-python/issues/3623>`__) |
| 60 | + (`db9f93b <https://github.com/SwissDataScienceCenter/renku-python/commit/db9f93b83e077e62b0196305a82b860fcc2cad6b>`__) |
| 61 | +- **cli:** session pause and resume |
| 62 | + (`#3633 <https://github.com/SwissDataScienceCenter/renku-python/issues/3633>`__) |
| 63 | + (`f4b6480 <https://github.com/SwissDataScienceCenter/renku-python/commit/f4b648019cb0ef09e1591e34dbcdd56d2672f018>`__) |
| 64 | +- **service:** accept commit SHA in read endpoints |
| 65 | + (`#3608 <https://github.com/SwissDataScienceCenter/renku-python/issues/3608>`__) |
| 66 | + (`01a0798 <https://github.com/SwissDataScienceCenter/renku-python/commit/01a0798562357167944aab828e5e6b7967775f8a>`__) |
| 67 | +- **svc:** rename git_url to template_git_url and return git_url on all |
| 68 | + endpoints |
| 69 | + (`#3646 <https://github.com/SwissDataScienceCenter/renku-python/issues/3646>`__) |
| 70 | + (`314786e <https://github.com/SwissDataScienceCenter/renku-python/commit/314786e8f685d2e202de801434bf1dceed9e17bf>`__) |
| 71 | + |
21 | 72 | `2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.2...v2.7.0>`__ (2023-09-27)
|
22 | 73 | -------------------------------------------------------------------------------------------------------
|
23 | 74 |
|
|
0 commit comments