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 (
1111 github.com/markbates/inflect v1.0.4
1212 github.com/onsi/ginkgo v1.12.1
1313 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
1515 github.com/operator-framework/operator-lib v0.1.0
1616 github.com/operator-framework/operator-registry v1.13.4
1717 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
573573github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
574574github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
575575github.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 =
578578github.com/operator-framework/operator-lib v0.1.0 h1:7Qy6v2ZccvCeFLWEkrGnN+U+DkaeIWp0gAZaBM9T3DI =
579579github.com/operator-framework/operator-lib v0.1.0 /go.mod h1:HLw61JTIEeq0YLeVf4dwYx/zt4DmLGZUVWI1y3Lf5Hg =
580580github.com/operator-framework/operator-registry v1.13.4 h1:GH7essHnVRP4kYgAWYV9obsS0Cnaj/KjT3BmQXmKAOE =
You can’t perform that action at this time.
0 commit comments