We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2292045 commit c765b49Copy full SHA for c765b49
3 files changed
metadata/0.4.3.nix
@@ -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
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "nix-csi"
-version = "0.4.2"
+version = "0.4.3"
description = "CSI driver populating mounts with a Nix store"
authors = [{ name = "lillecarl", email = "github@lillecarl.com" }]
readme = "README.md"
0 commit comments