From 15eac2bb5c6567dcd5148160f2c4f479132088a4 Mon Sep 17 00:00:00 2001 From: Cyril Leclerc Date: Sat, 2 Jan 2021 19:58:10 +0100 Subject: [PATCH] bump version 0.3.0 --- CHANGELOG.md | 4 ++-- config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930d483..0dbcefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.3] - 2021-01-02 ### Added - s6 process supervision - terraform for provisioning - unsafe auto unseal - gpg/keybase encryption of init keys for the users - migrations between modes (hacky) -- gpg encryption of init keys for (less) unsafe auto unseal and migrations +- gpg encryption of init keys for (less) unsafe auto unseal and migrations (very hacky) ## [0.2] - 2020-12-27 ### Added diff --git a/config.json b/config.json index 4ee95e8..c209336 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Hashicorp Vault Addon", - "version": "0.2.1", + "version": "0.3.0", "slug": "vault", "description": "Add-on that launch an Hashicorp Vault server", "url": "https://github.com/b46ha/ha-addon-vault",