From 4673e6df87e7b09f0f984b58de431bbfbff99a8e Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Tue, 10 Sep 2024 18:15:30 -0400 Subject: [PATCH] Deprecate and archive the ovirt gem The ovirt gem only supports the V3 API which has been end of life for years. Any new development using oVirt v4 should use the newer ovirt-engine-sdk https://rubygems.org/gems/ovirt-engine-sdk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4110a6b..31243e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# This gem has been deprecated and will no longer be updated + +This gem supports the oVirt v3 API and not the newer v4 API. If you are looking for a ruby gem for oVirt v4 check out [ovirt-engine-sdk](https://rubygems.org/gems/ovirt-engine-sdk) + # Ovirt [![Gem Version](https://badge.fury.io/rb/ovirt.svg)](http://badge.fury.io/rb/ovirt)