I downloaded the CAPD manifest linked in the v1.2.0 release and noticed that the image referenced in the Deployment was tagged main.
$ curl -fsSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.0/infrastructure-components-development.yaml | grep image:
image: gcr.io/k8s-staging-cluster-api/capd-manager:main
For previous releases however it is tagged with that tag version
$ curl -fsSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/infrastructure-components-development.yaml | grep image:
image: gcr.io/k8s-staging-cluster-api/capd-manager:v1.1.5
I was wondering if this is intended for every new version that comes out, where the latest CAPD image deployed will be tagged main.