Releases: kubernetes-csi/csi-lib-utils
Releases · kubernetes-csi/csi-lib-utils
v0.6.1
v0.6.0
v0.5.0
0.4.0
This release adds the following packages:
-
rpc
Packagerpc
provides wrapper methods for common CSI RPCs. -
deprecatedflags
Packagedeprecatedflags
provides common methods for handling sidecar flag deprecation.
Breaking changes
#20: Move common CSI driver RPCs from package connection -> rpc
Major changes
package connection
#20: Move common CSI driver RPCs from package connection -> rpc
package rpc
#20: Move common CSI driver RPCs from package connection -> rpc
package deprecatedflags
#22: deprecated flag handling
v0.3.1
v0.3.0
v0.2.0
This release contains the following packages:
protosanitizer
- Package
protosanitizer
has been extended to add a new methodStripSecretsCSI03(...)
that works for messages based on the older versions of the CSI spec (instead of looking for fields decorated withcsi_secret
, any field ending in_secrets
is considered a secret).
- Package
v0.1.0
Inaugural release of csi-lib-utils. This release contains the following packages:
protosanitizer
- Package
protosanitizer
removes the value for all fields in a gRPC messages decorated withcsi_secret
. This enables logging of gRPC messages without accidentally revealing sensitive fields.
- Package