From 095749566b184f3f7511501d8cac9219ac6f920d Mon Sep 17 00:00:00 2001 From: Matt Schuchard Date: Sun, 28 Apr 2024 06:41:17 -0400 Subject: [PATCH] preparing v1.0.1 release --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0854a..51cc0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.0.1 (Next) +### 1.0.1 - Improve AWS S3 config handling. - Validate Vault server is unsealed. diff --git a/README.md b/README.md index 02a12d3..16e9b64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## vault-raft-backup -Vault Raft Backup is a lean tool for creating snapshots of the Raft integrated storage in [Hashicorp Vault](https://www.vaultproject.io), and transferring those backups to AWS S3. This plugin's code at `HEAD` is currently tested against Vault version 1.14.10. The most recent release was tested against 1.13.12. +Vault Raft Backup is a lean tool for creating snapshots of the Raft integrated storage in [Hashicorp Vault](https://www.vaultproject.io), and transferring those backups to AWS S3. This plugin's code at `HEAD` is currently tested against Vault version 1.14.10. The most recent release was tested against 1.14.10. This repository and project is based on the work performed for [MITODL](https://github.com/mitodl/vault-raft-backup), and now serves as an upstream for the project hosted within that organization. Although the original work is unlicensed, this repository maintains the BSD-3 license with copyright notice on good faith.