Commit Graph

702 Commits

Author SHA1 Message Date
Alex Szakaly fb6225dc41 fix: go module requirements for semantic versioning
This commit also adds the compatibility with dep (Go dependency
management tool) via symlink creation (same method applied in
kubernetes-csi/csi-test)

TODO: fix hack/update-generated-code.sh

Fixes issue #239.

Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
2020-01-22 09:50:01 +01:00
Kubernetes Prow Robot 0b24a7321e Merge pull request #242 from windayski/fix-link
fix link
2020-01-19 19:17:36 -08:00
wangzheng03 a2979dfd15 fix link 2020-01-20 09:46:45 +08:00
wangzheng03 fa90abd078 fix incorrect link 2020-01-19 09:42:26 +08:00
Kubernetes Prow Robot ff3cc3f1f4 Merge pull request #54 from msau42/add-release-process
Document the process for releasing a new sidecar
2020-01-13 09:55:39 -08:00
Michelle Au ac8a0212b9 Document the process for releasing a new sidecar 2020-01-10 17:46:44 -08:00
Kubernetes Prow Robot 23be652549 Merge pull request #65 from msau42/update-hostpath
Update hostpath driver version to get fix for connection-timeout
2020-01-09 17:48:34 -08:00
Michelle Au 6582f2ff3b Update hostpath driver version to get fix for connection-timeout 2020-01-09 17:25:38 -08:00
Kubernetes Prow Robot 4cc9174573 Merge pull request #64 from ggriffiths/snapshotter_2_version_update
Update snapshotter to version v2.0.0
2020-01-08 10:01:40 -08:00
Grant Griffiths 8191eab6ff Update snapshotter to version v2.0.0
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-01-07 18:10:54 -08:00
Kubernetes Prow Robot fd8d8a33dd Merge pull request #233 from xing-yang/changelog-2.0
Add changelog for release 2.0
2020-01-06 12:42:16 -08:00
xing-yang 3dab230a33 Add changelog for release 2.0 2020-01-06 20:05:21 +00:00
Kubernetes Prow Robot a1192b699c Merge pull request #232 from xing-yang/pvc_finalizer
Remove PVC finalizer when no longer in use
2020-01-03 12:37:41 -08:00
xing-yang 824ce7f6c5 Remove PVC finalizer when no longer in use 2020-01-03 19:57:51 +00:00
Kubernetes Prow Robot 3c463fb1e9 Merge pull request #61 from msau42/enable-snapshots
Fix overriding of junit results
2020-01-02 14:41:40 -08:00
Michelle Au 8b0316c7e4 Fix overriding of junit results by using unique names for each e2e run 2020-01-02 14:38:57 -08:00
Kubernetes Prow Robot 5f444b80f3 Merge pull request #60 from saad-ali/updateHostpathVersion
Update prow hostpath driver version to 1.3.0-rc2
2020-01-02 14:37:40 -08:00
saad-ali af9549b5a1 Update prow hostpath driver version to 1.3.0-rc2 2020-01-02 14:29:40 -08:00
Kubernetes Prow Robot 2589c16677 Merge pull request #229 from saad-ali/fixReadme
Fix typo in readme
2020-01-02 11:43:41 -08:00
saad-ali d705c40e17 Fix typo in readme 2020-01-02 11:25:49 -08:00
Kubernetes Prow Robot d5804d5d21 Merge pull request #224 from xing-yang/ready_in_sidecar
Stop calling CreateSnapshot when ReadyToUse is true
2020-01-02 07:21:40 -08:00
Kubernetes Prow Robot d1ce5a7b4f Merge pull request #228 from saad-ali/removeUnnecessaryDep
Remove unnecessary csi-translation-lib dep
2019-12-30 16:57:39 -08:00
saad-ali 2f59a290d6 Remove unnecessary csi-translation-lib dep 2019-12-30 16:49:40 -08:00
Kubernetes Prow Robot 393773c9ee Merge pull request #227 from saad-ali/addMetricsUsingLib
Add prometheus metrics to CSI external-snapshotter using new csi-lib-utils library
2019-12-30 16:47:39 -08:00
saad-ali 3173a1fb35 Introduce metrics library 2019-12-30 16:37:11 -08:00
saad-ali 97cb2c2214 Update dependencies
Change Kubernetes dependency to v1.17.0
Change csi-lib-utils to v0.7.0
2019-12-30 16:30:48 -08:00
Kubernetes Prow Robot fba1459681 Merge pull request #226 from bswartz/yaml-trivial-fixes
Small fixes to snapshot-controller YAML
2019-12-30 12:21:39 -08:00
Ben Swartzlander 298e08e262 Small fixes to snapshot-controller YAML
Remove "sidecar" language for the controller.

Update image tag to 2.0.0-rc4 (the latest)

Change imagePullPolicy back to Always
2019-12-30 14:32:57 -05:00
xing-yang 1ca3435c43 Check ReadyToUse in sidecar 2019-12-30 04:41:01 +00:00
Kubernetes Prow Robot 81797595c8 Merge pull request #201 from xing-yang/controller_update
Update snapshot controller
2019-12-25 12:39:38 -08:00
xing-yang 6b179a5066 Address review comments 2019-12-24 14:42:06 +00:00
xing-yang 23bba14ef3 Address one more comment 2019-12-23 21:30:52 +00:00
xing-yang 37d5705019 Address review comments 2019-12-23 21:13:21 +00:00
xing-yang 29e69f4c67 Try to find content from store by key before searching thru the list 2019-12-23 20:13:03 +00:00
xing-yang bf48d62ab5 Don't trigger content deletion if snapshot is nil 2019-12-23 20:13:03 +00:00
xing-yang 62d9ab547e Address review comments 2019-12-23 20:13:03 +00:00
xing-yang 0ac299cf77 Add a function needsUpdateSnapshotStatus 2019-12-23 20:13:03 +00:00
xing-yang f2814e5a18 Address review comments 2019-12-23 20:13:03 +00:00
xing-yang d4350943e2 Update snapshot controller 2019-12-23 20:13:03 +00:00
Kubernetes Prow Robot f6c74b30ed Merge pull request #57 from ggriffiths/version_gt_kubernetes_fix
Fix version_gt to work with Kubernetes prefix
2019-12-23 11:29:33 -08:00
Kubernetes Prow Robot 09a7c03976 Merge pull request #220 from ggriffiths/common_controller_uts
Update common controller tests after split controller
2019-12-23 10:09:32 -08:00
Grant Griffiths 33c896f6ff Update common controller tests after split controller
Signed-off-by: Grant Griffiths <grant@portworx.com>
2019-12-23 10:00:02 -08:00
Grant Griffiths fc80975954 Fix version_gt to work with kubernetes prefix
Signed-off-by: Grant Griffiths <grant@portworx.com>
2019-12-20 16:47:51 -08:00
Kubernetes Prow Robot bba358438a Merge pull request #218 from ggriffiths/fix_errshadow_update_snapshotstatus
Fix err shadow in updateSnapshotStatus and add retry delay
2019-12-20 10:01:33 -08:00
Grant Griffiths b5f2165795 Fix err shadow in updateSnapshotStatus and add retry delay
Signed-off-by: Grant Griffiths <grant@portworx.com>
2019-12-20 09:47:42 -08:00
Kubernetes Prow Robot 905153902c Merge pull request #217 from xing-yang/readme2
Add a warning msg in the upgrade process
2019-12-20 07:33:32 -08:00
xing-yang b3e25bda7b Add a warning msg in the upgrade process 2019-12-20 14:54:06 +00:00
Kubernetes Prow Robot bbbadbc41e Merge pull request #211 from xing-yang/remove_retrycount
Remove createSnapshotContentRetryCount and createSnapshotContentInterval
2019-12-19 18:51:32 -08:00
xing-yang 0dd03c93fb Add original retries back 2019-12-20 02:35:54 +00:00
Kubernetes Prow Robot 7b7cbed81a Merge pull request #206 from xing-yang/readme
Update README
2019-12-19 17:15:32 -08:00