From 82dc0d8bfdc3d5b07333e24fb4c7135b353cbb7d Mon Sep 17 00:00:00 2001 From: Catherine Chan-Tse Date: Wed, 15 May 2024 16:30:55 -0400 Subject: [PATCH] Bump ansible operator plugin to v1.34.2 --- .../01-ansible-operator-plugin-upgrade.yaml | 26 +++++++++++++++++++ go.mod | 2 +- go.sum | 4 +-- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 changelog/fragments/01-ansible-operator-plugin-upgrade.yaml diff --git a/changelog/fragments/01-ansible-operator-plugin-upgrade.yaml b/changelog/fragments/01-ansible-operator-plugin-upgrade.yaml new file mode 100644 index 00000000000..51e29618eab --- /dev/null +++ b/changelog/fragments/01-ansible-operator-plugin-upgrade.yaml @@ -0,0 +1,26 @@ +# entries is a list of entries to include in +# release notes and/or the migration guide +entries: + - description: > + For Ansible-based operators, upgrade the version of the Ansible Operator Plugin + used in operator-sdk to v1.34.2. + + # kind is one of: + # - addition + # - change + # - deprecation + # - removal + # - bugfix + kind: "change" + + # Is this a breaking change? + breaking: false + + # NOTE: ONLY USE `pull_request_override` WHEN ADDING THIS + # FILE FOR A PREVIOUSLY MERGED PULL_REQUEST! + # + # The generator auto-detects the PR number from the commit + # message in which this file was originally added. + # + # What is the pull request number (without the "#")? + # pull_request_override: 0 diff --git a/go.mod b/go.mod index 557fabcdb67..0c480f4bd7c 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1 github.com/onsi/ginkgo/v2 v2.17.1 github.com/onsi/gomega v1.32.0 - github.com/operator-framework/ansible-operator-plugins v1.34.1 + github.com/operator-framework/ansible-operator-plugins v1.34.2 github.com/operator-framework/api v0.21.0 github.com/operator-framework/helm-operator-plugins v0.1.3 github.com/operator-framework/java-operator-plugins v0.9.0 diff --git a/go.sum b/go.sum index 7de8220957e..823180c1f54 100644 --- a/go.sum +++ b/go.sum @@ -431,8 +431,8 @@ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8= github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg= github.com/opencontainers/runtime-spec v1.1.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= -github.com/operator-framework/ansible-operator-plugins v1.34.1 h1:QEY4GJSErP6r8T3mjK7YvUYXAqDzUYV29n8k/Oh7WqI= -github.com/operator-framework/ansible-operator-plugins v1.34.1/go.mod h1:kmgST0OcMzBchD1XXVbujgllL6hGN5SrtbdCsL7kHSM= +github.com/operator-framework/ansible-operator-plugins v1.34.2 h1:jyy7PEHHWQOjYurpvWsWOySM8IepVHvX+lH9rFRfqgs= +github.com/operator-framework/ansible-operator-plugins v1.34.2/go.mod h1:Oc2LQ27AqYWvr5sMjTTnJW1uVtfY03z0gaKV9sVCMGk= github.com/operator-framework/api v0.21.0 h1:89LhqGTLskxpPR4siEaorkF9PY3KLI51S5mFxP6q1G8= github.com/operator-framework/api v0.21.0/go.mod h1:3tsDLxXChMY1KgxO5v1CZQogHNQCIMy14YXkXqA5lT4= github.com/operator-framework/helm-operator-plugins v0.1.3 h1:nwl9K1Pq0NZmanpEF/DYO00S7QO/iAmEdRIuLROrYpk=