File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-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
+ For Ansible-based operators, upgrade the version of the Ansible Operator Plugin
6
+ used in operator-sdk to v1.34.2.
7
+
8
+ # kind is one of:
9
+ # - addition
10
+ # - change
11
+ # - deprecation
12
+ # - removal
13
+ # - bugfix
14
+ kind: "change"
15
+
16
+ # Is this a breaking change?
17
+ breaking: false
18
+
19
+ # NOTE: ONLY USE `pull_request_override` WHEN ADDING THIS
20
+ # FILE FOR A PREVIOUSLY MERGED PULL_REQUEST!
21
+ #
22
+ # The generator auto-detects the PR number from the commit
23
+ # message in which this file was originally added.
24
+ #
25
+ # What is the pull request number (without the "#")?
26
+ # pull_request_override: 0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
14
14
github.com/onsi/ginkgo/v2 v2.17.1
15
15
github.com/onsi/gomega v1.32.0
16
- github.com/operator-framework/ansible-operator-plugins v1.34.1
16
+ github.com/operator-framework/ansible-operator-plugins v1.34.2
17
17
github.com/operator-framework/api v0.21.0
18
18
github.com/operator-framework/helm-operator-plugins v0.1.3
19
19
github.com/operator-framework/java-operator-plugins v0.9.0
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf
431
431
github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
432
432
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
433
433
github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
434
- github.com/operator-framework/ansible-operator-plugins v1.34.1 h1:QEY4GJSErP6r8T3mjK7YvUYXAqDzUYV29n8k/Oh7WqI =
435
- github.com/operator-framework/ansible-operator-plugins v1.34.1 /go.mod h1:kmgST0OcMzBchD1XXVbujgllL6hGN5SrtbdCsL7kHSM =
434
+ github.com/operator-framework/ansible-operator-plugins v1.34.2 h1:jyy7PEHHWQOjYurpvWsWOySM8IepVHvX+lH9rFRfqgs =
435
+ github.com/operator-framework/ansible-operator-plugins v1.34.2 /go.mod h1:Oc2LQ27AqYWvr5sMjTTnJW1uVtfY03z0gaKV9sVCMGk =
436
436
github.com/operator-framework/api v0.21.0 h1:89LhqGTLskxpPR4siEaorkF9PY3KLI51S5mFxP6q1G8 =
437
437
github.com/operator-framework/api v0.21.0 /go.mod h1:3tsDLxXChMY1KgxO5v1CZQogHNQCIMy14YXkXqA5lT4 =
438
438
github.com/operator-framework/helm-operator-plugins v0.1.3 h1:nwl9K1Pq0NZmanpEF/DYO00S7QO/iAmEdRIuLROrYpk =
You can’t perform that action at this time.
0 commit comments