Skip to content

Commit

Permalink
go.mod: bump operator-registry to v1.14.2 for bundle validation impro…
Browse files Browse the repository at this point in the history
…vements
  • Loading branch information
joelanford committed Sep 28, 2020
1 parent 1973360 commit 6928e45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog/fragments/bump-operator-registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
entries:
- description: Resolves an issue with default channel bundle validation. The default channel label is not required.
kind: "bugfix"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/onsi/gomega v1.10.1
github.com/operator-framework/api v0.3.13
github.com/operator-framework/operator-lib v0.1.0
github.com/operator-framework/operator-registry v1.13.4
github.com/operator-framework/operator-registry v1.14.2
github.com/prometheus/client_golang v1.5.1
github.com/sergi/go-diff v1.0.0
github.com/sirupsen/logrus v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ github.com/operator-framework/api v0.3.13 h1:Rg+6sdgP7KMOUGNP83s+5gPo7IwTH3mZ85Z
github.com/operator-framework/api v0.3.13/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
github.com/operator-framework/operator-lib v0.1.0 h1:7Qy6v2ZccvCeFLWEkrGnN+U+DkaeIWp0gAZaBM9T3DI=
github.com/operator-framework/operator-lib v0.1.0/go.mod h1:HLw61JTIEeq0YLeVf4dwYx/zt4DmLGZUVWI1y3Lf5Hg=
github.com/operator-framework/operator-registry v1.13.4 h1:GH7essHnVRP4kYgAWYV9obsS0Cnaj/KjT3BmQXmKAOE=
github.com/operator-framework/operator-registry v1.13.4/go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU=
github.com/operator-framework/operator-registry v1.14.2 h1:1K81/bqMZExAfIX1mlEf3ADmprbykshNxNRZb2TSSss=
github.com/operator-framework/operator-registry v1.14.2/go.mod h1:0x4Kkl/1LaK5g/6XgEiJrHF/jEAW3QKYg91M4sYuN0o=
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
Expand Down

0 comments on commit 6928e45

Please sign in to comment.