diff --git a/CHANGES.rst b/CHANGES.rst index 83c8988837..b41c7f0182 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,19 @@ Changes ======= +`2.9.4 `__ (2024-07-12) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +~~~~~~~~~ + +- make doctor fix for workflow ids also update oid and derived_from + (`#3723 `__) + (`050ed61 `__) +- properly remove activities in workflow remove if catalog is corrupt + (`#3729 `__) + (`b2418a1 `__) + `2.9.3 `__ (2024-04-08) ------------------------------------------------------------------------------------------------------- diff --git a/helm-chart/renku-core/Chart.yaml b/helm-chart/renku-core/Chart.yaml index f6154349de..d14b66054a 100644 --- a/helm-chart/renku-core/Chart.yaml +++ b/helm-chart/renku-core/Chart.yaml @@ -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: 2.9.3 +version: 2.9.4 diff --git a/helm-chart/renku-core/values.yaml b/helm-chart/renku-core/values.yaml index 17357c2c59..aefe4ab5e4 100644 --- a/helm-chart/renku-core/values.yaml +++ b/helm-chart/renku-core/values.yaml @@ -8,4 +8,4 @@ global: versions: latest: image: - tag: v2.9.3 + tag: v2.9.4