We haven't merged any upstream releases since v1.2.0. Our fork is on v1.5.1. There has been many bugfixes since v1.2.0 and it'd be highly beneficial for us to merge them into our fork.
Correction: Our fork is not on v1.5.1, that's the latest upstream release. Our 4.10 fork is on v1.2.0.
PR merged: https://github.com/openshift/aws-ebs-csi-driver/pull/195
This PR broke aws-ebs-csi-driver on arm64, e.g.: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-multiarch-master-nightly-4.10-ocp-e2e-aws-arm64/1490604035990884352 The reason being the makefile now defined ARCH?=amd64 by default, meaning the ARM build ends up with an x86 binary which won't run.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069