File tree Expand file tree Collapse file tree 19 files changed +10
-1185
lines changed
operator-framework/api/pkg/validation/internal Expand file tree Collapse file tree 19 files changed +10
-1185
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ require (
7272 github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
7373 github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
7474 github.com/beorn7/perks v1.0.1 // indirect
75- github.com/blang/semver v3.5.1+incompatible // indirect
7675 github.com/cespare/xxhash/v2 v2.1.2 // indirect
7776 github.com/chai2010/gettext-go v1.0.2 // indirect
7877 github.com/containerd/cgroups v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngE
177177github.com/bits-and-blooms/bitset v1.2.0 /go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA =
178178github.com/bketelsen/crypt v0.0.4 /go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM =
179179github.com/blang/semver v3.1.0+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
180- github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
181180github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
182181github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
183182github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : packageserver
66 namespace : openshift-operator-lifecycle-manager
77 labels :
8- olm.version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
8+ olm.version : 0.0.0-cc9c4819eac4120034d367c89efbcc598e8d697f
99 olm.clusteroperator.name : operator-lifecycle-manager-packageserver
1010 annotations :
1111 include.release.openshift.io/self-managed-high-availability : " true"
@@ -159,7 +159,7 @@ spec:
159159 - packageserver
160160 topologyKey : " kubernetes.io/hostname"
161161 maturity : alpha
162- version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
162+ version : 0.0.0-cc9c4819eac4120034d367c89efbcc598e8d697f
163163 apiservicedefinitions :
164164 owned :
165165 - group : packages.operators.coreos.com
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/operator-framework/api
33go 1.19
44
55require (
6- github.com/blang/semver v3.5.1+incompatible
76 github.com/blang/semver/v4 v4.0.0
87 github.com/ghodss/yaml v1.0.0
98 github.com/go-bindata/go-bindata/v3 v3.1.3
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
5353github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
5454github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
5555github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
56- github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
57- github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
5856github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
5957github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
6058github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
Original file line number Diff line number Diff line change 77 "os"
88 "strings"
99
10- "github.com/blang/semver"
10+ "github.com/blang/semver/v4 "
1111
1212 "github.com/operator-framework/api/pkg/manifests"
1313 "github.com/operator-framework/api/pkg/validation/errors"
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ package internal
22
33import (
44 "fmt"
5- "github.com/blang/semver"
5+ "sort"
6+
7+ "github.com/blang/semver/v4"
68 "github.com/operator-framework/api/pkg/manifests"
79 "github.com/operator-framework/api/pkg/validation/errors"
810 interfaces "github.com/operator-framework/api/pkg/validation/interfaces"
911 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
10- "sort"
1112)
1213
1314// k8sVersionKey defines the key which can be used by its consumers
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments