Kubernetes Prow Robot
0ce7955655
Merge pull request #967 from sunnylovestiramisu/module-update-master
...
Update dependency go modules for k8s v1.29.0-rc.1
2023-11-30 00:54:01 +01:00
Sunny Song
7603bf1c4e
Update dependency go modules for k8s v1.29.0-rc.1
2023-11-29 22:24:11 +00:00
Kubernetes Prow Robot
cdbbb78ff8
Merge pull request #966 from leonardoce/examples
...
Add VolumeGroupSnaphot examples
2023-11-29 16:57:15 +01:00
Leonardo Cecchi
b5743bf3cc
Clarify the meaning of the matchLabels
field of the PVC selector
...
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com >
2023-11-29 14:52:47 +00:00
Kubernetes Prow Robot
2dd157aa27
Merge pull request #963 from kubernetes-csi/dependabot/go_modules/github.com/kubernetes-csi/csi-test/v5-5.2.0
...
Bump github.com/kubernetes-csi/csi-test/v5 from 5.1.0 to 5.2.0
2023-11-28 10:44:28 +01:00
Kubernetes Prow Robot
a9b026a8df
Merge pull request #965 from xing-yang/update_release-tools_1123
...
Update release tools
2023-11-27 19:21:03 +01:00
Leonardo Cecchi
c5038ac31d
Add VolumeGroupSnaphot examples
...
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com >
2023-11-27 11:13:56 +01:00
xing-yang
be28c6ea64
Merge commit 'cf439164991d224aa2e6f3ed1bcf931cd2cb1fdb' into update_release-tools_1123
2023-11-26 20:47:25 -05:00
xing-yang
cf43916499
Squashed 'release-tools/' changes from f9d5b9c0..f8c8cc4c
...
f8c8cc4c Merge pull request #237 from msau42/prow
b36b5bfd Merge pull request #240 from dannawang0221/upgrade-go-version
adfddcc9 Merge pull request #243 from pohly/git-subtree-pull-fix
c4650889 pull-test.sh: avoid "git subtree pull" error
7b175a1e Update csi-test version to v5.2.0
987c90cc Update go version to 1.21 to match k/k
2c625d41 Add script to generate patch release notes
git-subtree-dir: release-tools
git-subtree-split: f8c8cc4c7414c11526f14649856ff8e6b8a4e67c
2023-11-26 20:47:24 -05:00
dependabot[bot]
9eb4a68e3e
Bump github.com/kubernetes-csi/csi-test/v5 from 5.1.0 to 5.2.0
...
Bumps [github.com/kubernetes-csi/csi-test/v5](https://github.com/kubernetes-csi/csi-test ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/kubernetes-csi/csi-test/releases )
- [Commits](https://github.com/kubernetes-csi/csi-test/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: github.com/kubernetes-csi/csi-test/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-22 12:00:31 +00:00
Kubernetes Prow Robot
c68695b6d1
Merge pull request #952 from RaunakShah/deletegroupsnapshot-part-2
...
DeleteVolumeGroupSnapshot API - part 2
2023-11-17 16:10:59 +01:00
Raunak Pradip Shah
060ee23d6d
Delete individual volume snapshots as part of the group snapshot delete API and prevent users from deleting individual volume snapshots if it is part of an existing group snapshot
...
Also revert commit bb29899ca3
.
2023-11-17 14:24:55 +05:30
Kubernetes Prow Robot
5ca300ec1e
Merge pull request #958 from jsafrane/fix-unready-requeue
...
Requeue un-ready volume snapshots
2023-11-16 20:44:48 +01:00
Kubernetes Prow Robot
d27ee265c1
Merge pull request #961 from leonardoce/dev/volume-snapshot-permission
...
Allow snapshot controller to delete VolumeSnapshots
2023-11-16 19:40:18 +01:00
Kubernetes Prow Robot
74b56006de
Merge pull request #959 from leonardoce/dev/rbac-group-snapshot
...
Allow csi-snapshotter to create and manage VolumeSnapshots
2023-11-16 18:01:41 +01:00
Leonardo Cecchi
6ac1229ab8
Allow csi-snapshotter to create and manage VolumeSnapshots
...
This patch allows the `external-snapshotter-runner` ClusterRole, which
is bound to the `csi-snapshotter` Service Account, to create and manage
VolumeSnapshot objects.
This is needed during the synchronization of VolumeGroupSnapshots.
2023-11-16 16:29:29 +01:00
Leonardo Cecchi
17f739c7ac
Allow snapshot controller to delete VolumeSnapshots
...
This patch allows the snapshot-controller-runner ClusterRole, bound to
the snapshot-controller Service Account, to delete VolumeSnapshot
objects. This is needed during the VolumeGroupSnapshot deletion.
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com >
2023-11-16 16:27:17 +01:00
Jan Safranek
8a29bf5b21
Re-queue SnapshotContents that are readyToUse: false
...
SnapshotContents with readyToUse: false should be periodically requeued
with exp. backoff until the CSI driver confirms the snapshot is ready.
2023-11-16 15:37:48 +01:00
Jan Safranek
f9e125b994
Check sync error in unit test properly
...
Tests must fail when syncContent() returns success and error was expected.
2023-11-16 15:37:48 +01:00
Kubernetes Prow Robot
36c3f6d7d7
Merge pull request #962 from xing-yang/update_opentelemetry_lib
...
Update lib to fix CVE-2023-47108
2023-11-16 09:33:51 +01:00
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
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
xing-yang
af87878f38
Merge commit '36ca7a1f5aec29a217dd37f64932eb015965fb01' into update_tools
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