Releases: kubernetes-csi/csi-test
v1.0.3
v1.1.1
Mock Driver
docker pull quay.io/k8scsi/mock-driver:v1.1.1
Major changes
11935a0 sanity: close old connection when creating a new one
c43f513 mock: fix log format string
c64bc44 Add '--csi.junitfile` flag
028b102 release tools
df2aef9 Use real volumes when testing no capabilities
ddb689f Add StartOnAddress function to listen on unix:// paths
0b235eb pass SanityContext Parameters to CreateVolume call
4df3ede make mock driver support volume expand feature
ce94dde sanity: close connection
4815a19 sanity/mock: Add NodeGetVolumeStats check
446fb15 Add ControllerServiceCapability_RPC_CLONE_VOLUME to GetCapabilities.
a2cf7d2 Fix controller publish in readonly mode
Release v1.0.2
Major changes
- Updated versioning model to
vX.X.X
instead ofvX.X.X-X
- Updated mock driver container tag
Mock Driver
docker pull quay.io/k8scsi/mock-driver:v1.0.2
Release v0.3.5
Major changes
- Updated versioning model to
vX.X.X
instead ofvX.X.X-X
- Updated mock driver container tag
Mock Driver
docker pull quay.io/k8scsi/mock-driver:v0.3.5
Release v1.0.1
Same as release v1.0.0-1 except we are moving to the new versioning model and removing the -X
in the version.
Release v0.3.4
Same as v0.3.0-4 except we are moving to the new release numbering style removing the -X
version at the end.
Release v0.3.0-4
Major Changes
This PR has the fixes for 0.3.0-2 and 0.3.0-3 from PR #140
csi-test v1.0.0-1
Major Changes
- Support for CSI 1.0.0
Artifacts
csi-sanity files have been added to this release tag and the mock driver docker image is available at quay.io/k8scsi/mock-driver:v1.0.0-1
v1.0.0-rc2
Merge pull request #139 from davidz627/fix/addReadOnlyCap Add PUBLISH_READONLY capability to Controller Caps
Release v0.3.0-3
Major updates since v0.3.0-2
302cffc [email protected] Use binary complied by make for e2e tests.
96bc7e5 [email protected] Add more description to mock CSI driver
a7db4ae [email protected] Fix printf arguments.
6ac0f1f [email protected] Add volume parameters to sanity tests
e518a1d [email protected] Fix canary builds
2d2342f [email protected] Provide gRPC calls in mock volume
461cad2 [email protected] Add configuration options to mock client
4065c99 [email protected] Updating vendored CSI spec and associated services/mocks
b294f5f [email protected] Update gitignore to ignore swp file used by vim
951c5b7 [email protected] Fix snapshot test
c0b386a [email protected] remove test case for starting_token when ListSnapshots
3e17cec [email protected] Add tests for long names
4612354 [email protected] Remove bad assertion in ListSnapshots test
245341f [email protected] API test: ensure that we do not use Before/AfterSuite
109d0e6 [email protected] Add e2e tests for go api and embedded use
de0605b [email protected] sanity: connect to CSI driver once per process
275a086 [email protected] Makefile: fix format error reporting
1a22b17 [email protected] move testing to Makefile
142c344 [email protected] pkg/sanity: track and delete volumes
7d3ced6 [email protected] pkg/sanity: close connection last
183e16e [email protected] simplify imports
8108500 [email protected] pkg/sanity: avoid if checks around secrets
2fdc9c8 [email protected] pkg/sanity: avoid if check around GetPublishInfo
e67e163 [email protected] pkg/sanity: avoid running the same test four times
2d4ff96 [email protected] pkg/sanity: reorganize suite
19290b3 [email protected] pkg/sanity: use different volume names
Mock container
To get the mock container for this release type: docker pull quay.io/k8scsi/mock-driver:v0.3.0-3