File tree Expand file tree Collapse file tree 3 files changed +54
-7
lines changed
Expand file tree Collapse file tree 3 files changed +54
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Bug report
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
110<!--
211Please add the affected binary name in the title unless multiple binaries are affected, e.g.
312[cinder-csi-plugin] Cannot delete PV
@@ -14,12 +23,7 @@ All the currently maintained binaries are:
1423* barbican-kms-plugin
1524-->
1625
17- ** Is this a BUG REPORT or FEATURE REQUEST?** :
18-
19- > Uncomment only one, leave it on its own line:
20- >
21- > /kind bug
22- > /kind feature
26+ /kind bug
2327
2428** What happened** :
2529
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature report
3+ about : Feature report
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ <!--
11+ Please add the affected binary name in the title unless multiple binaries are affected, e.g.
12+ [cinder-csi-plugin] Cannot delete PV
13+ For openstack-cloud-controller-manager, you can use [occm] for short.
14+
15+ All the currently maintained binaries are:
16+ * openstack-cloud-controller-manager (occm)
17+ * cinder-csi-plugin
18+ * manila-csi-plugin
19+ * k8s-keystone-auth
20+ * client-keystone-auth
21+ * octavia-ingress-controller
22+ * magnum-auto-healer
23+ * barbican-kms-plugin
24+ -->
25+
26+ /kind feature
27+
28+ ** What happened** :
29+
30+
31+ ** What you expected to happen** :
32+
33+
34+ ** How to reproduce it** :
35+
36+
37+ ** Anything else we need to know?** :
38+
39+
40+ ** Environment** :
41+ - openstack-cloud-controller-manager(or other related binary) version:
42+ - OpenStack version:
43+ - Others:
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181test : unit functional
8282
8383check : work
84- go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --timeout=20m ./...
84+ go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=20m ./...
8585
8686unit : work
8787 go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS )
You can’t perform that action at this time.
0 commit comments