Commit Graph

1208 Commits

Author SHA1 Message Date
xing-yang
ff4faefbd6 Update lib 2023-11-15 14:58:29 +00:00
Kubernetes Prow Robot
be851d9b8c Merge pull request #951 from kubernetes-csi/dependabot/go_modules/github.com/spf13/cobra-1.8.0
Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
2023-11-14 06:13:52 +01:00
Kubernetes Prow Robot
53d64ba977 Merge pull request #955 from RaunakShah/update_0.28.1_follow_up
Update go mod and vendor in client dir to 0.28.0
2023-11-08 15:11:42 +01:00
Raunak Pradip Shah
42151b59aa change VolumeGroupSnapshotContentName to VolumeGroupSnapshotHandle in snapshot content status 2023-11-08 12:06:06 +05:30
Raunak Pradip Shah
1bf2305d28 Update go mod and vendor in client dir to 0.28.0 2023-11-08 10:57:36 +05:30
dependabot[bot]
b8a9793ca1 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 11:23:08 +00:00
Kubernetes Prow Robot
dad8b28c35 Merge pull request #882 from RaunakShah/deletegroupsnapshot-copy
DeleteVolumeGroupSnapshot API - part 1
2023-11-03 15:20:12 +01:00
Raunak Pradip Shah
facefbad6e add DeleteVolumeGroupSnapshot API to delete group snapshot 2023-11-03 13:14:00 +05:30
Kubernetes Prow Robot
49193ef7e7 Merge pull request #947 from kubernetes-csi/dependabot/go_modules/github.com/fsnotify/fsnotify-1.7.0
Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
2023-10-31 16:31:29 +01:00
Kubernetes Prow Robot
9dcaddcd7e Merge pull request #846 from bjschafer/fix-crds
Fix CRDs missing metadata fields
2023-10-27 12:41:55 +02:00
dependabot[bot]
1a44d80bf3 Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 21:34:53 +00:00
Kubernetes Prow Robot
8dc5dcb8ef Merge pull request #937 from kubernetes-csi/dependabot/go_modules/github.com/prometheus/common-0.45.0
Bump github.com/prometheus/common from 0.44.0 to 0.45.0
2023-10-23 23:32:14 +02:00
Kubernetes Prow Robot
1aa1eba8b7 Merge pull request #944 from humblec/snapshot-update
Snapshot controller deployment update
2023-10-23 22:22:38 +02:00
Humble Chirammal
2a6dd9d799 Controller deployment has to use latest released versioons.
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-10-21 20:19:40 +05:30
dependabot[bot]
d60a1eddbd Bump github.com/prometheus/common from 0.44.0 to 0.45.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 20:08:59 +00:00
Kubernetes Prow Robot
37c4599885 Merge pull request #935 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.59.0
Bump google.golang.org/grpc from 1.58.3 to 1.59.0
2023-10-19 22:07:25 +02:00
Kubernetes Prow Robot
1d06149faa Merge pull request #922 from Rakshith-R/args-to-enable-groupsnapshot-webhook
add cmdline args to enable group snapshot webhooks
2023-10-19 06:17:55 +02:00
dependabot[bot]
6027306a32 Bump google.golang.org/grpc from 1.58.3 to 1.59.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 11:47:21 +00:00
Kubernetes Prow Robot
067891c11c Merge pull request #920 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.3
Bump google.golang.org/grpc from 1.58.2 to 1.58.3
2023-10-18 03:08:06 +02:00
Rakshith R
aafc456527 add cmdline args to enable group snapshot webhooks
VolumeGroupSnapshots are still in alpha.
This commit adds cmdline args to enable group snapshot
webhooks while keeping it disbaled by default.

Signed-off-by: Rakshith R <rakshith.r.0001@gmail.com>
2023-10-17 15:51:12 +05:30
Kubernetes Prow Robot
1880a33af3 Merge pull request #926 from xing-yang/update_tools
Update tools
2023-10-17 03:37:43 +02:00
xing-yang
af87878f38 Merge commit '36ca7a1f5aec29a217dd37f64932eb015965fb01' into update_tools 2023-10-17 00:21:09 +00:00
xing-yang
36ca7a1f5a Squashed 'release-tools/' changes from 984feece..f9d5b9c0
f9d5b9c0 Merge pull request #236 from mowangdk/feature/bump_csi-driver-host-path_version
b01fd537 Bump csi-driver-host-path version up to v1.12.0

git-subtree-dir: release-tools
git-subtree-split: f9d5b9c05ef730f191dd31f2a012d6161d98bff6
2023-10-17 00:21:09 +00:00
dependabot[bot]
315baaf629 Bump google.golang.org/grpc from 1.58.2 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.2...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 00:13:27 +00:00
Kubernetes Prow Robot
bab804bd2a Merge pull request #924 from xing-yang/trivy_net
Update lib
2023-10-16 20:25:57 +02:00
xing-yang
5ceee78eeb Update lib 2023-10-16 14:37:52 +00:00
Kubernetes Prow Robot
11a5a1a5cb Merge pull request #919 from kubernetes-csi/dependabot/go_modules/github.com/prometheus/client_model-0.5.0
Bump github.com/prometheus/client_model from 0.4.0 to 0.5.0
2023-10-16 05:43:34 +02:00
dependabot[bot]
220fc85d9c Bump github.com/prometheus/client_model from 0.4.0 to 0.5.0
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 11:27:35 +00:00
Kubernetes Prow Robot
46c9845c2e Merge pull request #913 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.2
Bump google.golang.org/grpc from 1.58.1 to 1.58.2
2023-09-22 09:34:50 -07:00
dependabot[bot]
664bcf3085 Bump google.golang.org/grpc from 1.58.1 to 1.58.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 11:52:15 +00:00
Kubernetes Prow Robot
6c07fa0e12 Merge pull request #844 from mowangdk/cleanup/adopt_kubernetes_recommand_labels
chore: Adopt kubernetes recommand label
2023-09-20 07:44:01 -07:00
Kubernetes Prow Robot
215f12f66e Merge pull request #876 from shubham-pampattiwar/fix-issue-748
Update VolumeSnapshot and VolumeSnapshotContent using JSON patch
2023-09-18 17:18:06 -07:00
Shubham Pampattiwar
ff71329d8c Update VolumeSnapshot and VolumeSnapshotContent using JSON patch
fix unit tests

operate on cloned copy

revert to update call for removeSnapshotFinalizer

fix content delete finalizer
2023-09-15 12:17:38 -07:00
Kubernetes Prow Robot
4c45d58d12 Merge pull request #909 from jsafrane/utils-0.15
Update to csi-lib-utils@v0.15.0
2023-09-15 09:04:12 -07:00
Jan Safranek
28b91e65e9 Update to csi-lib-utils@v0.15.0
Manually update to csi-lib-utils@v0.15.0

It was necessary to update to kubernetes-csi/csi-test@v5.1.0 to remove dependency on cloud.google.com/go@v0.34
2023-09-15 17:10:56 +02:00
Kubernetes Prow Robot
76bfb6251d Merge pull request #910 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.1
Bump google.golang.org/grpc from 1.58.0 to 1.58.1
2023-09-15 05:34:14 -07:00
dependabot[bot]
0ebf9f51a2 Bump google.golang.org/grpc from 1.58.0 to 1.58.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 11:18:45 +00:00
Kubernetes Prow Robot
a6ac2ee3b6 Merge pull request #908 from xing-yang/changelog_6.3.0
Add changelog for v6.3.0
2023-09-13 16:36:13 -07:00
xing-yang
de93167de3 Remove changes related to VolumeGroupSnapshot
Remove them to avoid confusion.
Will add back when the feature is complete.
2023-09-13 21:36:00 +00:00
xing-yang
350388ae68 Add changelog for v6.3.0 2023-09-13 21:30:48 +00:00
Kubernetes Prow Robot
f7cc9e3b66 Merge pull request #907 from xing-yang/remove_k8s_dep
Remove direct dependency on k8s.io/kubernetes
2023-09-13 11:46:12 -07:00
xing-yang
fd03420fd8 Remove direct dep on kubernetes 2023-09-13 16:24:33 +00:00
Kubernetes Prow Robot
3cccd02e5f Merge pull request #904 from xing-yang/update_client_6.3
Update client lib version to 6.3.0
2023-09-12 11:54:12 -07:00
Kubernetes Prow Robot
8c3a305826 Merge pull request #898 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.0
Bump google.golang.org/grpc from 1.57.0 to 1.58.0
2023-09-12 07:38:13 -07:00
Kubernetes Prow Robot
5b12e869aa Merge pull request #903 from kubernetes-csi/dependabot/go_modules/github.com/evanphx/json-patch-5.7.0incompatible
Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible
2023-09-12 06:34:12 -07:00
xing-yang
0667aa8b7a Update client lib version to 6.3.0 2023-09-12 13:25:22 +00:00
dependabot[bot]
94b2103032 Bump github.com/evanphx/json-patch
Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 5.6.0+incompatible to 5.7.0+incompatible.
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: github.com/evanphx/json-patch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 11:52:53 +00:00
Kubernetes Prow Robot
06548512ab Merge pull request #902 from xing-yang/update_0.28.1
Update K8s deps to 0.28.0 and update generated code in the client
2023-09-11 17:18:11 -07:00
xing-yang
95cd3df7ed Update K8s deps to 0.28 and update generated code 2023-09-11 22:36:48 +00:00
Kubernetes Prow Robot
b1c48212ea Merge pull request #901 from xing-yang/disable_vg
Disable VolumeGroupSnapshot feature flag
2023-09-11 13:14:13 -07:00