Skip to content

Commit eb37579

Browse files
(bugfix): bump operator-framework/api dependency version (#6227) (#6263)
Signed-off-by: rashmigottipati <[email protected]> Co-authored-by: Bryce Palmer <[email protected]>
1 parent 021ea07 commit eb37579

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
`operator-sdk bundle validate`: Fix a bug in the Kubernetes 1.25 validation logic that would warn that a
6+
Kubernetes resource was deprecated without checking the group that contains the resource.
7+
(i.e if apps/deployments was deprecated and you used other/deployments you would recieve a warning)".
8+
The validation logic will now verify the group and resource before issuing a warning.
9+
10+
# kind is one of:
11+
# - addition
12+
# - change
13+
# - deprecation
14+
# - removal
15+
# - bugfix
16+
kind: "bugfix"
17+
18+
# Is this a breaking change?
19+
breaking: false
20+

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1414
github.com/onsi/ginkgo/v2 v2.2.0
1515
github.com/onsi/gomega v1.20.2
16-
github.com/operator-framework/api v0.17.2-0.20221028193825-b611f6cef49c
16+
github.com/operator-framework/api v0.17.4-0.20221221181915-f1b729684854
1717
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d
1818
github.com/operator-framework/java-operator-plugins v0.7.1-0.20221007075838-2e24140314fb
1919
github.com/operator-framework/operator-lib v0.11.1-0.20220921174810-791cc547e6c5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,8 @@ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3
818818
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
819819
github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8=
820820
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
821-
github.com/operator-framework/api v0.17.2-0.20221028193825-b611f6cef49c h1:aQPFE1Oc7qh02FniuUrAeUemv01wfisfUHGL1aQOxEc=
822-
github.com/operator-framework/api v0.17.2-0.20221028193825-b611f6cef49c/go.mod h1:34tb98EwTN5SZLkgoxwvRkhMJKLHUWHOrrcv1ZwvEeA=
821+
github.com/operator-framework/api v0.17.4-0.20221221181915-f1b729684854 h1:/EFqPU6baS6MzfLvIeGlfVV0bDLehlA1jwSxHxL0D9s=
822+
github.com/operator-framework/api v0.17.4-0.20221221181915-f1b729684854/go.mod h1:34tb98EwTN5SZLkgoxwvRkhMJKLHUWHOrrcv1ZwvEeA=
823823
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d h1:xPqV1TH9ZCbo/fNIp1CVMYlKkD28wmIMrwuwibXaXo4=
824824
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d/go.mod h1:zaxx1ikQMg/sm/j5WDG2aJHK4phIti5TkeKH8EePt0M=
825825
github.com/operator-framework/java-operator-plugins v0.7.1-0.20221007075838-2e24140314fb h1:lHKsuPfcDwgFFvwwh4OdA9MUyZ+xY82Q/xztJkotUKI=

0 commit comments

Comments
 (0)