Skip to content

Bump dependencies for OCP 4.20#717

Merged
stuggi merged 1 commit into
openstack-k8s-operators:mainfrom
stuggi:ocp-4.20-bump
Jul 17, 2026
Merged

Bump dependencies for OCP 4.20#717
stuggi merged 1 commit into
openstack-k8s-operators:mainfrom
stuggi:ocp-4.20-bump

Conversation

@stuggi

@stuggi stuggi commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
  • k8s.io/*: v0.31.14 -> v0.33.13
  • controller-runtime: v0.19.7 -> v0.21.0
  • openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
  • cert-manager: v1.16.5 -> v1.18.6
  • ENVTEST_K8S_VERSION: 1.31 -> 1.33

Jira: OSPRH-32989

- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
- cert-manager: v1.16.5 -> v1.18.6
- ENVTEST_K8S_VERSION: 1.31 -> 1.33

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/cinder-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717

Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/horizon-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi pin: v0.0.0-20250627150254-e9823e99808e (yaml v3 compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/manila-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (go.yaml.in/yaml/v3 compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/nova-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717

Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/mariadb-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Code changes required by the bump:
- Drop kube-openapi replace pin to Go 1.26 compatible version
  (v0.0.0-20250627150254 uses go.yaml.in/yaml/v3 and
  structured-merge-diff/v4)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
@stuggi
stuggi requested a review from abays July 17, 2026 07:43

@abays abays left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@stuggi
stuggi merged commit ab1ee7b into openstack-k8s-operators:main Jul 17, 2026
2 checks passed
stuggi added a commit to stuggi/infra-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: kept at v0.0.0-20250627150254-e9823e99808e (yaml v3 compat)
- cmctl: v2.1.2 pseudo -> v2.3.0

Depends-On: openstack-k8s-operators/lib-common#717
   
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/mariadb-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Code changes required by the bump:
- Drop kube-openapi replace pin to Go 1.26 compatible version
  (v0.0.0-20250627150254 uses go.yaml.in/yaml/v3 and
  structured-merge-diff/v4)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/openstack-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- cert-manager: v1.16.5 -> v1.18.6
- cmctl: v2.1.2 -> v2.3.0
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- OC_VERSION: 4.16.0 -> 4.20.0
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Code changes required by the bump:
- Remove webhook.Defaulter/webhook.Validator interface assertions from
  api/client and api/dataplane webhook files (removed in
  controller-runtime v0.21)
- Remove old-style SetupWebhookWithManager methods (superseded by
  internal/webhook CustomDefaulter/CustomValidator pattern)
- Remove duplicate kubebuilder webhook annotations from api/ files
  (already present in internal/webhook/ files)
- Update test suites to use new webhook setup functions
- Update test expectations for ServicesOverride from nil to []string{}
  (k8s 1.33 serialization normalizes omitted slice fields to empty
  slices instead of nil)

Jira: OSPRH-32989

Depends-On: openstack-k8s-operators/lib-common#717

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/openstack-baremetal-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- metal3-io/baremetal-operator/apis: v0.9.3 -> v0.11.7
- ENVTEST_K8S_VERSION: 1.31 -> 1.33

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/test-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.16 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/keystone-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Code changes required by the bump:
- Dropped kube-openapi replace pin (pinned version incompatible with
  go.yaml.in/yaml/v3 used by gnostic-models v0.7.0); kept
  kube-openapi v0.0.0-20250627150254-e9823e99808e pin which bridges
  both go.yaml.in/yaml/v3 and structured-merge-diff/v4

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/ovn-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pinned to v0.0.0-20250318190949-c8a335a9a2ff (k8s 0.33 compat)
- gnostic-models: pinned to v0.6.9 (kube-openapi compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/ovn-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pinned to v0.0.0-20250318190949-c8a335a9a2ff (k8s 0.33 compat)
- gnostic-models: pinned to v0.6.9 (kube-openapi compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/barbican-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- gnostic-models: pinned to v0.6.9 (yaml type compat with kube-openapi)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/cinder-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717

Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/designate-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (yaml/v3 compat)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/heat-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (compatible with
  gnostic-models v0.7.0 and structured-merge-diff/v4)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/horizon-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi pin: v0.0.0-20250627150254-e9823e99808e (yaml v3 compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/ironic-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Code changes required by the bump:
- Replaced deprecated result.Requeue with result.RequeueAfter > 0 in
  ironic_controller.go and ironicinspector_controller.go (Result.Requeue
  deprecated in controller-runtime v0.21)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/manila-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (go.yaml.in/yaml/v3 compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/neutron-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/nova-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717

Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/octavia-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pin to v0.0.0-20250318190949-c8a335a9a2ff (k8s 0.33 compatible)
- gnostic-models: pin to v0.6.9 (avoid yaml module conflict)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/glance-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pinned to v0.0.0-20250318190949-c8a335a9a2ff (k8s 0.33)
- gnostic-models: pinned to v0.6.9 (yaml type compat)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/swift-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pinned to v0.0.0-20250318190949-c8a335a9a2ff
- gnostic-models: pinned to v0.6.9

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/telemetry-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20 (36dec0bfafe4)
- cert-manager: v1.16.5 -> v1.18.6
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18
- kube-openapi: pinned to v0.0.0-20250627150254-e9823e99808e (compatible
  with both go.yaml.in/yaml/v3 and structured-merge-diff/v4)

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
stuggi added a commit to stuggi/watcher-operator that referenced this pull request Jul 17, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (pinned for k8s 0.33 compat)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
openshift-merge-bot Bot pushed a commit to openstack-k8s-operators/nova-operator that referenced this pull request Jul 18, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717

Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
openshift-merge-bot Bot pushed a commit to openstack-k8s-operators/watcher-operator that referenced this pull request Jul 18, 2026
- k8s.io/*: v0.31.14 -> v0.33.13
- controller-runtime: v0.19.7 -> v0.21.0
- openshift/api: release-4.18 -> release-4.20
- kube-openapi: v0.0.0-20250627150254-e9823e99808e (pinned for k8s 0.33 compat)
- ENVTEST_K8S_VERSION: 1.31 -> 1.33
- CRD_SCHEMA_CHECKER_VERSION: release-4.16 -> release-4.18

Depends-On: openstack-k8s-operators/lib-common#717
    
Jira: OSPRH-32989

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants