Skip to content

Commit c765b49

Browse files
committed
0.4.3
1 parent 2292045 commit c765b49

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

metadata/0.4.3.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# VNEXT
2+
## Added
3+
* MIT License information
4+
* Add(change) test to test non-cached closures
5+
## Fixes
6+
* fix RBAC for events (move from Role to ClusterRole)
7+
* fixed builds (broken since Lix 2.94)
8+
* fix demos
9+
* fix events registraion RBAC
10+
* fix manifest resource ordering
11+
## Bogus
12+
* PEP8 snake_case
13+
* raise CI timeout to 2m/120s

metadata/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nix-csi"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
description = "CSI driver populating mounts with a Nix store"
99
authors = [{ name = "lillecarl", email = "github@lillecarl.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)