From 56e788d5919e068d520b7907f000ca902d5f146f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2019 20:39:27 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/vault-formula/compare/v0.5.1...v1.0.0) (2019-04-01) ### Bug Fixes * **everything:** review comments & tests ([297d784](https://github.com/saltstack-formulas/vault-formula/commit/297d784)) * **package:** add missed cleanup & add storage backend to prod test ([d0ed5e5](https://github.com/saltstack-formulas/vault-formula/commit/d0ed5e5)) * **package:** fix more review comments ([65482c2](https://github.com/saltstack-formulas/vault-formula/commit/65482c2)) * **service:** re-add support for Ubuntu 14.04 and older ([1b1611f](https://github.com/saltstack-formulas/vault-formula/commit/1b1611f)) * **upgrade:** upgrade procedure & add MacOS platform ([b7b0d1d](https://github.com/saltstack-formulas/vault-formula/commit/b7b0d1d)) ### Code Refactoring * **everything:** overhaul to align with the template-formula ([15d4e34](https://github.com/saltstack-formulas/vault-formula/commit/15d4e34)) * **map.jinja:** cleanup map.jinja merge & add lookup ([a640f01](https://github.com/saltstack-formulas/vault-formula/commit/a640f01)) * **service:** move config watch statement as it breaks in dev_mode ([c6ce242](https://github.com/saltstack-formulas/vault-formula/commit/c6ce242)) ### Features * **version:** bump version to 1.1.0 ([7671f87](https://github.com/saltstack-formulas/vault-formula/commit/7671f87)) ### Reverts * **defaults:** some defaults were incorrectly changed ([140db23](https://github.com/saltstack-formulas/vault-formula/commit/140db23)) ### Tests * **config:** correct more test cases ([507ee9f](https://github.com/saltstack-formulas/vault-formula/commit/507ee9f)) * **install_binary:** fix version & hash returned by vault v1.1.0 ([8d74960](https://github.com/saltstack-formulas/vault-formula/commit/8d74960)) * **kitchen:** change version pillar ([7fed7e6](https://github.com/saltstack-formulas/vault-formula/commit/7fed7e6)) * **manual:** update test, clean link ([1f533d3](https://github.com/saltstack-formulas/vault-formula/commit/1f533d3)) ### BREAKING CHANGES * **everything:** This renames all states and the config file being generated. --- AUTHORS.md | 2 +- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 94 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index b1a6561..79adb9c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -15,4 +15,4 @@ Avatar|Contributor|Contributions --- -Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-03-27. +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 118698d..05f6738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/vault-formula/compare/v0.5.1...v1.0.0) (2019-04-01) + + +### Bug Fixes + +* **everything:** review comments & tests ([297d784](https://github.com/saltstack-formulas/vault-formula/commit/297d784)) +* **package:** add missed cleanup & add storage backend to prod test ([d0ed5e5](https://github.com/saltstack-formulas/vault-formula/commit/d0ed5e5)) +* **package:** fix more review comments ([65482c2](https://github.com/saltstack-formulas/vault-formula/commit/65482c2)) +* **service:** re-add support for Ubuntu 14.04 and older ([1b1611f](https://github.com/saltstack-formulas/vault-formula/commit/1b1611f)) +* **upgrade:** upgrade procedure & add MacOS platform ([b7b0d1d](https://github.com/saltstack-formulas/vault-formula/commit/b7b0d1d)) + + +### Code Refactoring + +* **everything:** overhaul to align with the template-formula ([15d4e34](https://github.com/saltstack-formulas/vault-formula/commit/15d4e34)) +* **map.jinja:** cleanup map.jinja merge & add lookup ([a640f01](https://github.com/saltstack-formulas/vault-formula/commit/a640f01)) +* **service:** move config watch statement as it breaks in dev_mode ([c6ce242](https://github.com/saltstack-formulas/vault-formula/commit/c6ce242)) + + +### Features + +* **version:** bump version to 1.1.0 ([7671f87](https://github.com/saltstack-formulas/vault-formula/commit/7671f87)) + + +### Reverts + +* **defaults:** some defaults were incorrectly changed ([140db23](https://github.com/saltstack-formulas/vault-formula/commit/140db23)) + + +### Tests + +* **config:** correct more test cases ([507ee9f](https://github.com/saltstack-formulas/vault-formula/commit/507ee9f)) +* **install_binary:** fix version & hash returned by vault v1.1.0 ([8d74960](https://github.com/saltstack-formulas/vault-formula/commit/8d74960)) +* **kitchen:** change version pillar ([7fed7e6](https://github.com/saltstack-formulas/vault-formula/commit/7fed7e6)) +* **manual:** update test, clean link ([1f533d3](https://github.com/saltstack-formulas/vault-formula/commit/1f533d3)) + + +### BREAKING CHANGES + +* **everything:** This renames all states and the config file being +generated. + ## [0.5.1](https://github.com/saltstack-formulas/vault-formula/compare/v0.5.0...v0.5.1) (2019-03-27) diff --git a/FORMULA b/FORMULA index 68097c2..19fa379 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vault os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon os_family: Debian, RedHat -version: 0.5.1 +version: 1.0.0 release: 1 minimum_version: 2018.3 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ae4fc70..4c828ae 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -41,4 +41,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-03-27. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a87b64a..2d87cee 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,55 @@ Changelog ========= +`1.0.0 `_ (2019-04-01) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **everything:** review comments & tests (\ `297d784 `_\ ) +* **package:** add missed cleanup & add storage backend to prod test (\ `d0ed5e5 `_\ ) +* **package:** fix more review comments (\ `65482c2 `_\ ) +* **service:** re-add support for Ubuntu 14.04 and older (\ `1b1611f `_\ ) +* **upgrade:** upgrade procedure & add MacOS platform (\ `b7b0d1d `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **everything:** overhaul to align with the template-formula (\ `15d4e34 `_\ ) +* **map.jinja:** cleanup map.jinja merge & add lookup (\ `a640f01 `_\ ) +* **service:** move config watch statement as it breaks in dev_mode (\ `c6ce242 `_\ ) + +Features +^^^^^^^^ + + +* **version:** bump version to 1.1.0 (\ `7671f87 `_\ ) + +Reverts +^^^^^^^ + + +* **defaults:** some defaults were incorrectly changed (\ `140db23 `_\ ) + +Tests +^^^^^ + + +* **config:** correct more test cases (\ `507ee9f `_\ ) +* **install_binary:** fix version & hash returned by vault v1.1.0 (\ `8d74960 `_\ ) +* **kitchen:** change version pillar (\ `7fed7e6 `_\ ) +* **manual:** update test, clean link (\ `1f533d3 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **everything:** This renames all states and the config file being + generated. + `0.5.1 `_ (2019-03-27) -------------------------------------------------------------------------------------------------------