File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-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
+ `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
+
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
14
14
github.com/onsi/ginkgo/v2 v2.2.0
15
15
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
17
17
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d
18
18
github.com/operator-framework/java-operator-plugins v0.7.1-0.20221007075838-2e24140314fb
19
19
github.com/operator-framework/operator-lib v0.11.1-0.20220921174810-791cc547e6c5
Original file line number Diff line number Diff line change @@ -818,8 +818,8 @@ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3
818
818
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
819
819
github.com/opencontainers/selinux v1.8.2 /go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8 =
820
820
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 =
823
823
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d h1:xPqV1TH9ZCbo/fNIp1CVMYlKkD28wmIMrwuwibXaXo4 =
824
824
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d /go.mod h1:zaxx1ikQMg/sm/j5WDG2aJHK4phIti5TkeKH8EePt0M =
825
825
github.com/operator-framework/java-operator-plugins v0.7.1-0.20221007075838-2e24140314fb h1:lHKsuPfcDwgFFvwwh4OdA9MUyZ+xY82Q/xztJkotUKI =
You can’t perform that action at this time.
0 commit comments