Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored and rokroskar committed Nov 7, 2023
1 parent 8da2b45 commit 2808caf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
0.42.1
------

Renku ``0.42.1`` is a bugfix release to patch a bug found in the data service which prevented
new users from being created due to a db migration problem.
Renku ``0.42.1`` is a bugfix release that addresses the following bugs in a few services:

- creating new resources in the ``data-services`` API
- properly enforcing access controls to the default resource pool
- accidentally removing the git repository directory from hibernated sessions
- properly templating node affinities and tolerations from the ``data-services`` into user sessions

Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-data-services 0.2.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.2.1>`_
- `renku-data-services 0.2.2 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.2.2>`_
- `renku-notebooks 1.20.1 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.20.1>`_
- `renku-notebooks 1.20.2 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.20.2>`_

0.42.0
------
Expand Down
14 changes: 7 additions & 7 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ notebooks:
targetCPUUtilizationPercentage: 50
image:
repository: renku/renku-notebooks
tag: "1.20.1"
tag: "1.20.2"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1038,15 +1038,15 @@ notebooks:
gitRpcServer:
image:
name: renku/git-rpc-server
tag: "1.20.1"
tag: "1.20.2"
gitHttpsProxy:
image:
name: renku/git-https-proxy
tag: "1.20.1"
tag: "1.20.2"
gitClone:
image:
name: renku/git-clone
tag: "1.20.1"
tag: "1.20.2"
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -1099,12 +1099,12 @@ notebooks:
sessionTypes: ["registered"]
image:
repository: renku/renku-notebooks-tests
tag: "1.20.1"
tag: "1.20.2"
pullPolicy: IfNotPresent
k8sWatcher:
image:
repository: renku/k8s-watcher
tag: "1.20.1"
tag: "1.20.2"
pullPolicy: IfNotPresent
resources: {}
replicaCount: 1
Expand All @@ -1117,7 +1117,7 @@ notebooks:
enabled: false
image:
repository: renku/ssh-jump-host
tag: "1.20.1"
tag: "1.20.2"
pullPolicy: IfNotPresent
resources: {}
replicaCount: 1
Expand Down

0 comments on commit 2808caf

Please sign in to comment.