From 1d5e3336a91f2fca8642b60c7880fdd13cc93c0d Mon Sep 17 00:00:00 2001 From: Meggie Date: Fri, 26 Apr 2024 09:52:22 -0400 Subject: [PATCH 1/2] Update README with deprecation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9aa77869..0cc412a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Vault Ruby Client [![Build Status](https://circleci.com/gh/hashicorp/vault-ruby. Vault is the official Ruby client for interacting with [Vault](https://vaultproject.io) by HashiCorp. +HashiCorp has [announced](https://github.com/hashicorp/vault-rails) the deprecation and planned end of support of this resource. +At this time we will be assessing new Ruby resources to list as community-supported libraries in our +[documentation](https://developer.hashicorp.com/vault/api-docs/libraries#ruby). + **If you're viewing this README from GitHub on the `master` branch, know that it may contain unreleased features or different APIs than the most recently released version. Please see the Git tag that corresponds to your version of the Vault Ruby client for the proper documentation.** From 4a64da63d2f6ae641ea4fc000101400f086a871b Mon Sep 17 00:00:00 2001 From: Meggie Date: Fri, 26 Apr 2024 09:55:30 -0400 Subject: [PATCH 2/2] Fixing incorrect links --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc412a7..cf945359 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Vault Ruby Client [![Build Status](https://circleci.com/gh/hashicorp/vault-ruby. Vault is the official Ruby client for interacting with [Vault](https://vaultproject.io) by HashiCorp. -HashiCorp has [announced](https://github.com/hashicorp/vault-rails) the deprecation and planned end of support of this resource. +HashiCorp has [announced](https://developer.hashicorp.com/vault/docs/deprecation#ruby-client-libraries) +the deprecation and planned end of support of this resource. At this time we will be assessing new Ruby resources to list as community-supported libraries in our -[documentation](https://developer.hashicorp.com/vault/api-docs/libraries#ruby). +[documentation](https://developer.hashicorp.com/vault/api-docs/libraries). **If you're viewing this README from GitHub on the `master` branch, know that it may contain unreleased features or different APIs than the most recently released version. Please see the Git tag that corresponds to your version of the