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
+
1
10
<!--
2
11
Please add the affected binary name in the title unless multiple binaries are affected, e.g.
3
12
[cinder-csi-plugin] Cannot delete PV
@@ -14,12 +23,7 @@ All the currently maintained binaries are:
14
23
* barbican-kms-plugin
15
24
-->
16
25
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
23
27
24
28
** What happened** :
25
29
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)
81
81
test : unit functional
82
82
83
83
check : 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 ./...
85
85
86
86
unit : work
87
87
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