Skip to content

Commit

Permalink
chore: release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Nov 28, 2022
1 parent d5f49a3 commit 8604d1b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@
Changes
=======

`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0>`__ (2022-11-28)
=========================================================================================================

Bug Fixes
~~~~~~~~~

- **workflow:** list composite plans
(`#3218 <https://github.com/SwissDataScienceCenter/renku-python/issues/3218>`__)
(`98a4b22 <https://github.com/SwissDataScienceCenter/renku-python/commit/98a4b22b3c5f1ab56255811f9f36ea89ede026d6>`__)

Features
~~~~~~~~

- **core:** inform users about push in renku save
(`#3194 <https://github.com/SwissDataScienceCenter/renku-python/issues/3194>`__)
(`2f7f936 <https://github.com/SwissDataScienceCenter/renku-python/commit/2f7f936b35161469d18817b9016d0a5802842a3f>`__)
- **service:** add workflow export endpoint
(`#3212 <https://github.com/SwissDataScienceCenter/renku-python/issues/3212>`__)
(`bb50f86 <https://github.com/SwissDataScienceCenter/renku-python/commit/bb50f86f1adf1e24cec601d689d3bb8aa2ddaeb5>`__)

`1.9.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.2...v1.9.3>`__ (2022-11-17)
-------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for Kubernetes
name: renku-core
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
version: 1.9.3
version: 1.10.0
2 changes: 1 addition & 1 deletion helm-chart/renku-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ versions:
fullnameOverride: ""
image:
repository: renku/renku-core
tag: "v1.9.3"
tag: "v1.10.0"
pullPolicy: IfNotPresent
v8:
name: v8
Expand Down
2 changes: 1 addition & 1 deletion renku/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
except ImportError:
from importlib_metadata import distribution # type: ignore

__version__ = "1.9.3"
__version__ = "1.10.0"
__template_version__ = "0.3.1"
__minimum_project_version__ = "1.7.0"

Expand Down

0 comments on commit 8604d1b

Please sign in to comment.