Skip to content

Commit

Permalink
Merge pull request #432 from Nordix/fix-cluster-api/sunnat
Browse files Browse the repository at this point in the history
Correct cluster-api project path
  • Loading branch information
mfahlandt authored Oct 7, 2024
2 parents 82c94c7 + c62c969 commit 6ac090e
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 |[ClusterAPI](https://github.com/kubernetes-sigs/cluster-api)|
|kubernetes-sigs|kubespray |[Kubespray](https://github.com/kubernetes-sigs/kubespray)|
|etcd-io|etcd |[ETCD](https://github.com/etcd-io/etcd)|
|grpc|grpc |[GRPC](https://github.com/grpc/grpc)|
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 @@ -36,7 +36,6 @@ var repos map[string][]string = map[string][]string{
"kops",
"kubeadm",
"ngninx-ingress",
"cluster-api",
"cloud-provider",
"cloud-provider-aws",
"cloud-provider-gcp",
Expand All @@ -48,6 +47,7 @@ var repos map[string][]string = map[string][]string{
"cloud-provider-alibaba-cloud",
},
"kubernetes-sigs": {
"cluster-api",
"kind",
"kubebuilder",
"kustomize",
Expand Down

0 comments on commit 6ac090e

Please sign in to comment.