File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # entries is a list of entries to include in
2
+ # release notes and/or the migration guide
3
+ entries :
4
+ - description : >
5
+ Resolved an issue that caused bundle validation to unnecessarily restrict CSV names
6
+ to a specific format. Now, only DNS-1123 subdomain validity is verified.
7
+ kind: "bugfix"
8
+ breaking: false
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/markbates/inflect v1.0.4
12
12
github.com/onsi/ginkgo v1.12.1
13
13
github.com/onsi/gomega v1.10.1
14
- github.com/operator-framework/api v0.3.12-0.20200731162302-333d0644352a
14
+ github.com/operator-framework/api v0.3.13
15
15
github.com/operator-framework/operator-lib v0.1.0
16
16
github.com/operator-framework/operator-registry v1.13.4
17
17
github.com/prometheus/client_golang v1.5.1
Original file line number Diff line number Diff line change @@ -573,8 +573,8 @@ github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.m
573
573
github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
574
574
github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
575
575
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
576
- github.com/operator-framework/api v0.3.12-0.20200731162302-333d0644352a h1:x/oRKFmHiAAkNUNEeVcmlCfSFcJBtWSuWT7UcrnqQ7U =
577
- github.com/operator-framework/api v0.3.12-0.20200731162302-333d0644352a /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
576
+ github.com/operator-framework/api v0.3.13 h1:Rg+6sdgP7KMOUGNP83s+5gPo7IwTH3mZ85ZFml9SPXY =
577
+ github.com/operator-framework/api v0.3.13 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
578
578
github.com/operator-framework/operator-lib v0.1.0 h1:7Qy6v2ZccvCeFLWEkrGnN+U+DkaeIWp0gAZaBM9T3DI =
579
579
github.com/operator-framework/operator-lib v0.1.0 /go.mod h1:HLw61JTIEeq0YLeVf4dwYx/zt4DmLGZUVWI1y3Lf5Hg =
580
580
github.com/operator-framework/operator-registry v1.13.4 h1:GH7essHnVRP4kYgAWYV9obsS0Cnaj/KjT3BmQXmKAOE =
You can’t perform that action at this time.
0 commit comments