File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
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 @@ -16,7 +16,7 @@ require (
16
16
github.com/mitchellh/mapstructure v1.1.2
17
17
github.com/onsi/ginkgo v1.12.0
18
18
github.com/onsi/gomega v1.9.0
19
- github.com/operator-framework/api v0.3.8
19
+ github.com/operator-framework/api v0.3.13
20
20
github.com/operator-framework/operator-registry v1.13.4
21
21
github.com/pborman/uuid v1.2.0
22
22
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -763,8 +763,8 @@ github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFSt
763
763
github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
764
764
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2 h1:2KtDe3jI6ftXGj5M875WVvv6pBIk4K9DyrwPuE+XfOc =
765
765
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
766
- github.com/operator-framework/api v0.3.8 h1:tJykTCmwGKZBsPVTCfxbwz6nTF6dzmKydWJtC40erc8 =
767
- github.com/operator-framework/api v0.3.8 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
766
+ github.com/operator-framework/api v0.3.13 h1:Rg+6sdgP7KMOUGNP83s+5gPo7IwTH3mZ85ZFml9SPXY =
767
+ github.com/operator-framework/api v0.3.13 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
768
768
github.com/operator-framework/operator-registry v1.13.4 h1:GH7essHnVRP4kYgAWYV9obsS0Cnaj/KjT3BmQXmKAOE =
769
769
github.com/operator-framework/operator-registry v1.13.4 /go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU =
770
770
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k =
Original file line number Diff line number Diff line change 5
5
[build ]
6
6
publish = " public"
7
7
base = " website"
8
- command = " cd themes/docsy && git submodule update -f --init && cd ../.. && npm install postcss-cli autoprefixer && hugo version && hugo"
8
+ command = " cd themes/docsy && git submodule update -f --init && cd ../.. && npm install postcss-cli autoprefixer@^9.0.0 && hugo version && hugo"
9
9
10
10
# "production" environment specific build settings
11
11
[build .environment ]
You can’t perform that action at this time.
0 commit comments