Commit Graph

  • a0074471ce rbd: enable setmetadata by default devel yati1998 2025-05-26 13:15:43 +05:30
  • 67189cd3f4 build: rerun tidy+vendor after api/ rebase Niels de Vos 2025-05-28 13:20:28 +02:00
  • 14fa82f95a rebase: bump k8s.io/api in /api in the k8s-dependencies group dependabot[bot] 2025-05-19 20:06:59 +00:00
  • 4e1c8216ad rebase: bump google.golang.org/grpc from 1.72.1 to 1.72.2 dependabot[bot] 2025-05-26 20:24:38 +00:00
  • 8b67e29bca rebase: bump github.com/kubernetes-csi/csi-lib-utils dependabot[bot] 2025-05-26 20:24:30 +00:00
  • eb13efc9df rebase: bump sigs.k8s.io/controller-runtime dependabot[bot] 2025-05-26 20:24:19 +00:00
  • 024b2d36a5
    rebase: bump Mergifyio/gha-mergify-merge-queue-labels-copier from 1 to 2 dependabot/github_actions/Mergifyio/gha-mergify-merge-queue-labels-copier-2 dependabot[bot] 2025-05-26 20:10:30 +00:00
  • d05ebd3456 rebase: bump the k8s-dependencies group in /e2e with 4 updates dependabot[bot] 2025-05-19 20:48:03 +00:00
  • f6c26d354c rebase: bump google.golang.org/grpc from 1.72.0 to 1.72.1 dependabot[bot] 2025-05-19 20:45:34 +00:00
  • f65f306d27 rebase: bump actions/dependency-review-action from 4.7.0 to 4.7.1 dependabot[bot] 2025-05-19 20:43:03 +00:00
  • a4d7763c51 rebase: bump k8s.io/kubernetes in the k8s-dependencies group dependabot[bot] 2025-05-19 20:45:11 +00:00
  • 3fd17e0fe1 rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity dependabot[bot] 2025-05-19 20:45:27 +00:00
  • 706cd88065 rbd: improve logging for rpc calls Nikhil-Ladha 2025-05-19 11:51:19 +05:30
  • c761b98933 rebase: bump actions/dependency-review-action from 4.6.0 to 4.7.0 dependabot[bot] 2025-05-12 21:05:19 +00:00
  • 107407b44b rebase: update replaced k8s.io modules to v0.33.0 Niels de Vos 2025-05-07 13:13:33 +02:00
  • dd77e72800 rebase: bump the k8s-dependencies group in /e2e with 3 updates dependabot[bot] 2025-05-06 11:20:01 +00:00
  • d52dc2c4ba deploy: include -automaxprocs to apply configured resource quota Niels de Vos 2025-04-28 16:59:40 +02:00
  • 4db8b6222c deploy: add -automaxprocs to reduce CPU and memory resources Niels de Vos 2025-03-21 10:06:45 +01:00
  • 0cb6771115 helm: use CSIDriver.seLinuxMount parameter in templates Alexander Lindquister 2025-05-05 09:38:31 +00:00
  • fdb4002298 util: run cryptsetup with "-d -" instead of "-d /dev/stdin" Bart Laarhoven 2025-05-06 12:50:08 +02:00
  • af12c6bf1b rebase: bump k8s.io/api in /api in the k8s-dependencies group dependabot[bot] 2025-05-06 12:29:48 +00:00
  • 05e3827a4f rebase: bump the golang-dependencies group with 3 updates dependabot[bot] 2025-05-06 11:49:43 +00:00
  • bc8b1e792f cleanup: address golangci 'errcheck' issues Niels de Vos 2025-05-02 17:33:29 +02:00
  • 0a22e3a186 cleanup: address golangci 'funcorder' linter problems Niels de Vos 2025-04-29 11:32:43 +02:00
  • 0907f39d95 cleanup: address golangci 'nilnesserr' issue Niels de Vos 2025-04-29 12:38:32 +02:00
  • 4ffa1d6c89 cleanup: address golangci 'gosec' issues Niels de Vos 2025-04-29 12:37:33 +02:00
  • 5941371c4b cleanup: address golangci 'nolintlint' issue Niels de Vos 2025-04-29 12:31:30 +02:00
  • edb962dc46 cleanup: address golangci 'godot' complaints Niels de Vos 2025-04-29 12:27:20 +02:00
  • 300acd6fb9 cleanup: address golangci 'testifylint' issues Niels de Vos 2025-04-29 12:15:48 +02:00
  • 457ffe884a cleanup: address golangci 'usetesting' linter issues Niels de Vos 2025-04-29 11:36:03 +02:00
  • be5462cf62 ci: update golangci-lint to v2.1.5 Niels de Vos 2025-04-29 11:28:54 +02:00
  • 51895f8619 rebase: bump k8s.io/kubernetes in the k8s-dependencies group dependabot[bot] 2025-04-28 22:16:28 +00:00
  • 4147d5d15a rebase: bump golang.org/x/oauth2 in /actions/retest dependabot[bot] 2025-05-05 21:20:28 +00:00
  • 86576b4e11 rbd: include a delay and check for syncing status after resyncing Niels de Vos 2025-04-16 18:41:03 +02:00
  • b0994a5356 rbd: split mirror functions off into rbdMrror type Niels de Vos 2025-04-15 14:15:53 +02:00
  • af4431f60b rbd: prevent calling mirror.Resync() if the mirror is syncing Niels de Vos 2025-04-15 17:52:30 +02:00
  • 04257464bb rbd: cleanup mirror last-sync-info parsing Niels de Vos 2025-04-15 11:40:55 +02:00
  • 31da09863e rbd: do not resize read-only volumes while staging Niels de Vos 2025-04-24 17:15:02 +02:00
  • ea7be34396 rbd: use helper functions from csi-common for VolumeCapability checking Niels de Vos 2025-04-24 17:08:38 +02:00
  • 34be059dd5 rebase: bump github.com/aws/aws-sdk-go in the github-dependencies group dependabot[bot] 2025-04-28 22:22:04 +00:00
  • 031e900c7d doc: Update cephfs caps Felix Prasse 2025-04-28 21:05:41 +02:00
  • c19f47226e e2e: test for PVC with volumeBindingMode on helm installation ShravaniVangur 2025-03-27 22:35:29 +05:30
  • 3fa030ead1 rebase: bump github.com/ceph/go-ceph dependabot[bot] 2025-04-21 20:59:14 +00:00
  • 3622fc4635 ci: add ok-to-test label after Mergify rephrase Niels de Vos 2025-04-23 09:07:25 +02:00
  • 20b9ecc15c helm: mark userID and userKey required in secret Niraj Yadav 2025-04-22 13:31:40 +05:30
  • c82b38deda rebase: bump google.golang.org/grpc from 1.71.1 to 1.72.0 dependabot[bot] 2025-04-21 20:59:21 +00:00
  • 7ee9fa24dd rebase: bump golang.org/x/net from 0.37.0 to 0.38.0 in /e2e dependabot[bot] 2025-04-16 23:24:35 +00:00
  • 54c32b0bb1 ci: install awk in Fedora test container-image release-v3.14 Niels de Vos 2025-04-17 14:04:42 +02:00
  • 0b157d58ae ci: install awk in Fedora test container-image release-v3.13 Niels de Vos 2025-04-17 14:04:42 +02:00
  • 20f31566c8 ci: install awk in Fedora test container-image Niels de Vos 2025-04-17 14:04:42 +02:00
  • f47ae5e991 rebase: bump golang.org/x/net from 0.36.0 to 0.38.0 in /api dependabot[bot] 2025-04-16 23:22:36 +00:00
  • 72c19ab743 rebase: bump the github-dependencies group with 3 updates dependabot[bot] 2025-04-14 20:28:11 +00:00
  • 0b811ff8b1 rebase: bump golang.org/x/net in the golang-dependencies group dependabot[bot] 2025-04-14 20:26:38 +00:00
  • 90b0022b7a util: fix bug in health checker Rakshith R 2025-04-14 16:28:21 +05:30
  • 86f2ad9e0d util: fix bug in health checker Rakshith R 2025-04-14 16:28:21 +05:30
  • 98a2256e4d rebase: bump the golang-dependencies group across 1 directory with 3 updates dependabot[bot] 2025-04-07 21:41:06 +00:00
  • 17510ebf2d revert: revert to 3.14-canary Rakshith R 2025-04-10 15:48:01 +05:30
  • 0d0e1f832c build: prepare for v3.14.0 v3.14.0 Rakshith R 2025-04-10 15:41:01 +05:30
  • 73579f94c7 ci: update pr-commentor action for v3.14 Rakshith R 2025-04-10 14:49:03 +05:30
  • e4cc034777 doc: update PendingReleaseNotes.md for v3.14 Rakshith R 2025-04-10 11:36:24 +05:30
  • be3455623e ci: update mergifyio rules for 3.14 release Rakshith R 2025-04-10 11:34:15 +05:30
  • b7c6865456 doc: update the upgrade doc Rakshith R 2025-04-09 20:10:27 +05:30
  • dc9a6ad6d0 doc: update README.md for 3.14 Rakshith R 2025-04-09 20:06:06 +05:30
  • f4cea29ca6 rebase: bump google.golang.org/grpc from 1.71.0 to 1.71.1 dependabot[bot] 2025-04-07 22:09:09 +00:00
  • 0f572b62d1 rebase: update golang.org/x/oauth2 to v0.27.0 ShravaniVangur 2025-04-08 17:52:28 +05:30
  • 49d094e3d5 e2e: Skip() inside a test case causes other cases to be skipped Niels de Vos 2025-04-03 17:01:24 +02:00
  • 25c9c11d23 rebase: bump the github-dependencies group in /e2e with 2 updates dependabot[bot] 2025-04-07 22:29:37 +00:00
  • 215280749b rebase: bump golang.org/x/oauth2 in /actions/retest dependabot[bot] 2025-04-07 21:46:23 +00:00
  • a6809328e5 rebase: bump actions/dependency-review-action from 4.5.0 to 4.6.0 dependabot[bot] 2025-04-07 22:01:49 +00:00
  • bbe0e0375a rebase: bump github.com/aws/aws-sdk-go-v2/service/sts dependabot[bot] 2025-04-07 21:42:59 +00:00
  • 437d90c84d rbd: do not start the healer for NBD on non-Kubernetes platforms Niels de Vos 2025-03-31 10:40:50 +02:00
  • 4b113097be rebase: bump google.golang.org/protobuf from 1.36.5 to 1.36.6 dependabot[bot] 2025-03-24 21:08:53 +00:00
  • 71decb822d rbd: Register FenceController only once monoamin 2025-03-31 20:15:00 +02:00
  • 23fce43925 rbd: cleanup volume info from group even if image is not part of group Nikhil-Ladha 2025-04-01 12:28:30 +05:30
  • 2fe7dbe2af rebase: bump the github-dependencies group in /e2e with 2 updates dependabot[bot] 2025-03-24 22:47:50 +00:00
  • 9002d95e53 rebase: bump sigs.k8s.io/controller-runtime dependabot[bot] 2025-03-24 21:06:14 +00:00
  • c1564a135f ci: use ceph-csi-operator latest tag Praveen M 2025-02-26 15:21:04 +05:30
  • 0f6b93ed17 e2e: handle ceph-csi-operator deployment changes Praveen M 2024-10-23 13:40:52 +05:30
  • 954f36520b ci: script to deploy ceph-csi via ceph-csi-operator Praveen M 2024-10-23 13:39:19 +05:30
  • 3f33e87e70 rbd: improve the description for GetID() and GetName() interfaces Niels de Vos 2025-03-25 09:28:19 +01:00
  • 63df17171a rbd: use the existing VolumeGroup if contents are matching Niels de Vos 2025-03-20 18:27:10 +01:00
  • e489413dbd rbd: introduce functions for comparing Volumes in a VolumeGroup Niels de Vos 2025-03-21 15:14:14 +01:00
  • 32285c8365 rbd: add MakeVolumeGroupID() utility function Niels de Vos 2025-03-20 18:21:26 +01:00
  • a8ee0fe304 rbd: add Manager.getVolumeGroupNamePrefix() Niels de Vos 2025-03-18 09:24:02 +01:00
  • 45c91ab0f1 rbd: prevent panic in CreateVolumeGroup if volumeID was not found Niels de Vos 2025-03-20 10:31:39 +01:00
  • d10c83eeae ci: fix codespell and lint issues Nikhil-Ladha 2025-03-27 15:50:51 +05:30
  • 67f966dff7 cleanup: move Destroy() method to journalledObject interface mergify/bp/release-v3.13/pr-5184 Praveen M 2025-03-04 15:40:39 +05:30
  • 4442465fcf rbd: check for volume group existence Praveen M 2025-03-03 13:49:08 +05:30
  • 4dcb9d3a45 cleanup: move internal/rbd/errors.go to internal/rbd/errors pacakge Praveen M 2025-03-03 11:45:43 +05:30
  • add4b36900 cleanup: move Destroy() method to journalledObject interface Praveen M 2025-03-04 15:40:39 +05:30
  • 8d9f353f15 rbd: check for volume group existence Praveen M 2025-03-03 13:49:08 +05:30
  • 5cbc14454a cleanup: move internal/rbd/errors.go to internal/rbd/errors pacakge Praveen M 2025-03-03 11:45:43 +05:30
  • 9db0600941 rebase: bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 dependabot[bot] 2025-03-21 22:16:43 +00:00
  • 0c60fd28ea cephfs: upgrading mount syntax The old syntax is almost deprecated,and there are reasons to upgrade it - old syntax is lack of fsid(critical for debugging and observability) - mds_namespace is deprecated, it might be inappropriate to continue using it - kernel will try new syntax first and then the old one, it's a waste mageekchiu 2025-03-09 18:58:55 +08:00
  • b700511cfd ci: run upgrade tests with Kubernetes 1.32 ci/centos Rakshith R 2025-03-12 12:48:08 +05:30
  • 4a7346e1ef ci: add ceph-csi-operator image latest tag Praveen M 2025-03-21 14:57:37 +05:30
  • 91baf7681d ci: cleanup golangci configuration Niels de Vos 2025-03-20 18:08:32 +01:00
  • f13005bda9 rebase: re-reun go mod tidy Niels de Vos 2025-03-21 09:39:04 +01:00
  • 8474fce49f rebase: bump k8s.io/api in /api in the k8s-dependencies group dependabot[bot] 2025-03-20 13:44:49 +00:00
  • 337d9a3c3d rebase: bump k8s.io/kubernetes in the k8s-dependencies group dependabot[bot] 2025-03-17 21:09:57 +00:00