Gábor Lipták
a91ebff2e0
Correct typo
2019-11-27 07:43:50 -05:00
Kubernetes Prow Robot
abbefcd7fa
Merge pull request #195 from gliptak/patch-1
...
Correct typo
2019-11-15 07:59:15 -08:00
Kubernetes Prow Robot
d9579add67
Merge pull request #188 from pohly/prow-update-master
...
master: update release-tools
2019-11-14 09:45:36 -08:00
Gábor Lipták
8542d1fc7a
Correct typo
2019-11-14 09:38:41 -05:00
Patrick Ohly
ae9486d999
Merge remote-tracking branch 'origin/master' into prow-update-master
...
Manually resolved a merge conflict for vendor/modules.txt. This cannot
be done via a rebase because that would destroy the git submodule
history of `csi-release-tools`.
2019-11-11 21:25:56 +01:00
Xing Yang
3846ea09fd
Merge pull request #192 from xing-yang/update_images_v2.0.0-rc2
...
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
2019-11-08 23:25:18 -05:00
xing-yang
7f0ecc9b8a
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
2019-11-09 04:05:43 +00:00
Kubernetes Prow Robot
105b84d0e5
Merge pull request #191 from ggriffiths/new_beta_split_controller_unittests
...
Add sidecar-controller unit tests
2019-11-08 18:17:40 -08:00
Grant Griffiths
e4e2f3b44b
Cleanup framework_test comments and old code
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-11-08 16:28:57 -08:00
Grant Griffiths
2ac906d13f
Add sidecar-controller unit tests
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-11-08 13:39:33 -08:00
Kubernetes Prow Robot
fa239cb54f
Merge pull request #182 from xing-yang/new_beta_split_controller
...
Split snapshot controller using beta APIs
2019-11-08 13:27:20 -08:00
xing-yang
9000e9c846
Address review comments
2019-11-08 02:46:17 +00:00
xing-yang
6308420635
Split snapshot controller using beta APIs
2019-11-07 16:49:41 +00:00
Patrick Ohly
c466b8dc9f
release-tools: update
2019-11-04 19:25:52 +01:00
Kubernetes Prow Robot
ee22a9caa6
Merge pull request #42 from pohly/use-vendor-dir
...
prow.sh: use vendor directory if available
2019-11-04 09:25:40 -08:00
Patrick Ohly
8067845659
travis.yml: also use vendor directory
2019-11-04 15:40:31 +01:00
Patrick Ohly
23df4aef51
prow.sh: use vendor directory if available
...
This avoids dependencies on the Go module cache or the upstream code
hosting.
2019-11-04 15:21:49 +01:00
Kubernetes Prow Robot
a53bd4c46e
Merge pull request #41 from pohly/go-version
...
Go version 1.13, helper scripts
2019-10-31 08:27:37 -07:00
Patrick Ohly
c8a1c4af93
better handling of Go version
...
Some operations are sensitive to the version of Go that is used. In
the past, formatting of source differed depending on the
version. Right now it is the content of the vendor directory which
changes when switch back and forth between 1.12 and 1.13.
We don't want to impose a certain workflow on developers, like forcing
all invocations of Go to run inside a container. If developers want
that, they can set up their development environment accordingly.
But we should warn about this aspect to raise awareness. "make"
invocations which involve Go now compare against the projects Go
version (specified in travis.yml) once at the beginning. This is only
a warning because we don't know which future version will be
compatible with the project.
Vendor directory handling gets updated, too: verification is now a
separate script (became too complex for make) and there is a
corresponding "update-vendor.sh". In contrast to verification,
updating vendor is not integrated into make and thus itself invokes
the go version check.
2019-10-31 11:59:34 +01:00
Patrick Ohly
5e773d2db0
update CI to use Go 1.13.3
...
This is the latest release. Updating is useful to ensure that we have
all of the latest fixes and enhancements.
2019-10-31 08:43:31 +01:00
Kubernetes Prow Robot
f419d74545
Merge pull request #40 from msau42/add-1.16
...
Add new variables for 1.16 and remove 1.13
2019-10-31 00:37:36 -07:00
Michelle Au
e0fde8c4f5
Add new variables for 1.16 and remove 1.13
2019-10-30 18:08:41 -07:00
Kubernetes Prow Robot
89889f005c
Merge pull request #179 from pohly/go-mod
...
replace "dep" with "go mod"
2019-10-28 07:59:26 -07:00
Patrick Ohly
211f83fe15
replace "dep" with "go mod"
...
A simple "go mod init && go mod tidy && go mod vendor" was enough and
mostly seems to have picked the same revisions of the dependencies as
before. Notable exceptions are klog and gogo/protobuf.
2019-10-28 12:46:41 +01:00
Kubernetes Prow Robot
bc6e42db5b
Merge pull request #139 from xing-yang/beta
...
Update VolumeSnapshot CRD version to v1beta
2019-10-24 16:51:39 -07:00
Xing Yang
0c1faac468
Update VolumeSnapshot CRD version to v1beta
...
preserveUnknownField set to false, comments updates, adding pull request annotation
more comment updates
VolumeSnapshot comments
rename to VolumeSnapshotClassName
adding license
2019-10-24 16:33:52 -07:00
Kubernetes Prow Robot
6fa4d49620
Merge pull request #183 from xing-yang/run_only_unit_tests
...
Run only unit tests for now
2019-10-21 16:21:22 -07:00
xing-yang
44cfe316c4
Run only unit tests for now
...
This PR disable all other tests except the unit tests until
the snapshot beta API PR is merged.
2019-10-21 22:52:15 +00:00
Kubernetes Prow Robot
adf00feaaf
Merge pull request #36 from msau42/full-clone
...
Do full git clones in travis
2019-10-08 14:55:50 -07:00
Michelle Au
f1697d2cac
Do full git clones in travis. Shallow clones are causing test-subtree
...
errors when the depth is exactly 50.
2019-10-08 14:45:12 -07:00
Kubernetes Prow Robot
26c3eff85b
Merge pull request #172 from xing-yang/binding_bug
...
Verify PV/PVC binding and driver
2019-10-08 11:01:50 -07:00
Kubernetes Prow Robot
2c81919807
Merge pull request #34 from pohly/go-mod-tidy
...
update Go mod support
2019-10-08 08:11:15 -07:00
xing-yang
712a3341d9
Verify PV/PVC binding and driver
2019-10-08 04:18:38 +00:00
Kubernetes Prow Robot
518d6af6bd
Merge pull request #35 from ddebroy/winbld2
...
Build Windows only for amd64
2019-10-07 16:47:10 -07:00
Deep Debroy
2d6b3ce85f
Build Windows only for amd64
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-10-07 16:38:04 -07:00
Patrick Ohly
c1078a6585
go-get-kubernetes.sh: automate Kubernetes dependency handling
...
This script handles the necessary "replace" statements and determines
which packages need to be updated in lockstep.
2019-10-07 14:43:53 +02:00
Patrick Ohly
194289aa8e
update Go mod support
...
It turned out that changes like
https://github.com/kubernetes-csi/csi-lib-utils/pull/33 should better
have been committed after `go mod tidy` because that adds some
indirect dependencies in that example.
The revised `test-vendor` checks for that and (just in case that this
ever becomes desired) allows projects to not have a vendor directory
when using `go mod`.
How to use `go mod` properly gets documented in the README.md, because
there are such pitfalls.
2019-10-04 14:27:41 +02:00
Kubernetes Prow Robot
1a2decddf7
Merge pull request #171 from ggriffiths/exit_on_csi_connloss
...
Exit on CSI gRPC conn loss
2019-10-01 14:37:08 -07:00
Grant Griffiths
1bb6eb6f74
Exit on CSI gRPC conn loss
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-09-17 15:21:37 -07:00
Kubernetes Prow Robot
0affdf95a8
Merge pull request #33 from gnufied/enable-hostpath-expansion
...
Enable hostpath expansion
2019-09-16 15:42:23 -07:00
Hemant Kumar
6208f6ab47
Enable hostpath expansion
2019-09-16 17:59:04 -04:00
Kubernetes Prow Robot
8dc67ee819
Merge pull request #170 from xing-yang/update_images_2
...
Update images
2019-09-11 12:58:33 -07:00
xing-yang
b641145193
Update images
2019-09-11 18:45:55 +00:00
Kubernetes Prow Robot
7690ef2b23
Merge pull request #167 from xing-yang/changelog-1.3
...
Add changelog for v1.3
2019-09-09 19:42:53 -07:00
Kubernetes Prow Robot
a8faf18926
Merge pull request #169 from msau42/prow-update-master
...
Update csi-release-tools
2019-09-09 19:10:54 -07:00
“xing-yang”
c7f33e1724
Add changelog for v1.3
2019-09-10 02:00:01 +00:00
Michelle Au
6ade5ee092
Merge commit '6ecaa76eb94a5b30907fccdccbd678e53887298d' into prow-update-master
2019-09-06 20:45:12 -07:00
Kubernetes Prow Robot
6ecaa76eb9
Merge pull request #30 from msau42/fix-windows
...
build windows binaries with .exe suffix
2019-09-06 19:25:18 -07:00
Michelle Au
ea2f1b5277
build windows binaries with .exe suffix
2019-09-06 19:15:35 -07:00
Kubernetes Prow Robot
2d3355064a
Merge pull request #29 from mucahitkurt/create-2-node-kind-cluster
...
Create 2-node kind cluster since topology support is added to hostpath
2019-09-06 17:19:20 -07:00