Skip to content

Commit

Permalink
Merge pull request #441 from chrischdi/pr-capi-typo
Browse files Browse the repository at this point in the history
crawler fix typo for Cluster API
  • Loading branch information
mfahlandt authored Oct 9, 2024
2 parents c60b1d1 + 6b13a4f commit 0df4a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release-crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The collected release notes are stored as html and as MD format to be an easy us
|kubernetes|kops |[kops](https://github.com/kubernetes/kops)|
|kubernetes|kubeadm |[kubeADM](https://github.com/kubernetes/kubeadm)|
|kubernetes|ngninx-ingress |[NGINX Ingress](https://github.com/kubernetes/ngninx-ingress )|
|kubernetes|cluster-api |[ClusterAPI](https://github.com/kubernetes/cluster-api)|
|kubernetes|cluster-api |[Cluster API](https://github.com/kubernetes-sigs/cluster-api)|
|kubernetes|cluster-api-provider-vsphere|[Cluster API Provider vSphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere)|
|kubernetes-sigs|kubespray |[Kubespray](https://github.com/kubernetes-sigs/kubespray)|
|etcd-io|etcd |[ETCD](https://github.com/etcd-io/etcd)|
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-crawler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ var repos map[string][]string = map[string][]string{
"cloud-provider-alibaba-cloud",
},
"kubernetes-sigs": {
"cluster-api-provider-vsphere",
"cluster-api",
"cluster-api-provider-vsphere",
"kind",
"kubebuilder",
"kustomize",
Expand Down

0 comments on commit 0df4a02

Please sign in to comment.