Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 07:40
· 67 commits to main since this release

What's Changed

  • vendor: bump google.golang.org/grpc from 1.56.1 to 1.56.2 by @dependabot in #404
  • ci: add lint-extras github workflow by @riya-singhal31 in #403
  • fix: enable hadolint linter in super linter by @riya-singhal31 in #407
  • ci: wait for images to be pushed before creating the release by @nixpanic in #408
  • fix: fix markdown failures by @riya-singhal31 in #409
  • ci: bump helm/kind-action from 1.7.0 to 1.8.0 by @dependabot in #411
  • vendor: bump sigs.k8s.io/controller-tools from 0.12.0 to 0.12.1 in /tools by @dependabot in #412
  • vendor: bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #417
  • vendor: bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #416
  • test: Adding NetworkFence capability to test tool by @karthik-us in #410
  • vendor: bump google.golang.org/grpc from 1.56.2 to 1.57.0 by @dependabot in #420
  • cmd: add testing tool for volume replication by @riya-singhal31 in #419
  • fix: return response from getVolumeReplicationInfo by @riya-singhal31 in #421
  • vendor: bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #424
  • vendor: bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 by @dependabot in #423
  • ci: bump arduino/setup-protoc from 1 to 2 by @dependabot in #426
  • vendor: bump k8s.io/client-go from 0.27.4 to 0.28.0 by @dependabot in #431
  • vendor: bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #437
  • vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.14.0 to 0.15.0 by @dependabot in #435
  • vendor: bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 by @dependabot in #438
  • ci: bump actions/checkout from 3 to 4 by @dependabot in #440
  • vendor: bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.1 by @dependabot in #439
  • vendor: bump google.golang.org/grpc from 1.57.0 to 1.58.0 by @dependabot in #442
  • ci: bump docker/setup-buildx-action from 2 to 3 by @dependabot in #452
  • ci: bump docker/setup-qemu-action from 2 to 3 by @dependabot in #451
  • ci: bump docker/build-push-action from 4 to 5 by @dependabot in #450
  • ci: bump docker/login-action from 2 to 3 by @dependabot in #449
  • vendor: bump k8s.io/api from 0.28.1 to 0.28.2 by @dependabot in #448
  • vendor: bump google.golang.org/grpc from 1.58.0 to 1.58.1 by @dependabot in #447
  • vendor: bump sigs.k8s.io/controller-runtime from 0.16.1 to 0.16.2 by @dependabot in #446
  • vendor: bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #461
  • use CEL for CR validation by @Madhu-1 in #459
  • vendor: bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in #460
  • vendor: bump k8s.io/client-go from 0.28.1 to 0.28.2 by @dependabot in #445
  • vendor: bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #464
  • cleanup: fix spelling mistakes by @nixpanic in #465
  • vendor: bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #467
  • vendor: bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in #468
  • vendor: bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #471
  • vendor: bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 by @dependabot in #469
  • vendor: bump github.com/container-storage-interface/spec from 1.8.0 to 1.9.0 by @dependabot in #477
  • vendor: bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #475
  • vendor: bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #474
  • vendor: bump google.golang.org/grpc from 1.58.3 to 1.59.0 by @dependabot in #476
  • vendor: bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 by @dependabot in #480
  • Fix corner cases bugs found in CEL validation by @Madhu-1 in #481
  • Explicitly disable gRPC idle timeout by @nixpanic in #482
  • vendor: bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #483
  • ci: update dependabot for group updates by @Madhu-1 in #484
  • vendor: bump the github-dependencies group with 1 update by @dependabot in #485
  • ci: update group rules for dependabot by @Madhu-1 in #487
  • update to proper message on a successful fence op by @rakeshgm in #488
  • vendor: bump the k8s-dependencies group with 2 updates by @dependabot in #489
  • send NetworkFence requests to the leading CSI-Addons sidecar by @nixpanic in #492
  • ci: bump actions/setup-go from 4 to 5 by @dependabot in #494
  • connection: track Namespace of driver Pods to locate Leases by @nixpanic in #496
  • replication: send VolumeReplication operations to the leading controller by @nixpanic in #495
  • reclaimspace: send ControllerReclaimSpace operations to the leading controller by @nixpanic in #493

New Contributors

Full Changelog: v0.7.0...v0.8.0