Comment 1 for bug 1988875

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (master)

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/855979
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/2e2f4f9367bce9eb9d7d5c16aaba4c084441f0c2
Submitter: "Zuul (22348)"
Branch: master

commit 2e2f4f9367bce9eb9d7d5c16aaba4c084441f0c2
Author: mbiasido <email address hidden>
Date: Mon Sep 5 15:46:57 2022 -0400

    Migrate CRDs to use API version apiextensions.k8s.io/v1

    K8s stopped serving API apiextensions.k8s.io/v1beta1 since version v1.22.
    Use apiextensions.k8s.io/v1 instead of apiextensions.k8s.io/v1beta1.

    Migrated the following files to use apiextensions.k8s.io/v1:

    snapshot.storage.k8s.io_volumesnapshotclasses.yaml
    snapshot.storage.k8s.io_volumesnapshotcontents.yaml
    snapshot.storage.k8s.io_volumesnapshots.yaml
    configure-snapshot-storage-classes.yml

    The new CRDs files were collected from
    kubernetes-csi/external-snapshotter version v6.0.1:
    https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v6.0.1

    Closes-Bug: #1988875

    Test Plan:
    PASS: Installed Trident 22.01.0 with Kubernetes v1.23.1 running.
    PASS: Connected to Netapp, creating a PVC instance.
    PASS: Wrote information into the database.
    PASS: Removed the PVC instance and uninstalled Trident.
    PASS: Tested Trident 22.01.0 with Kubernetes v1.21.8.
    PASS: Tested Trident 22.01.0 with Kubernetes v1.22.5.
    PASS: Tested on Debian WRCP 21.12.

    Signed-off-by: Mauricio Carmelo <email address hidden>
    Change-Id: I6c1ae3bdd8bf38a235a0ec65ea1a9487b6ce773e