Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.5.1...v1.0.0) (2019-04-01)

### Bug Fixes

* **everything:** review comments & tests ([297d784](297d784))
* **package:** add missed cleanup & add storage backend to prod test ([d0ed5e5](d0ed5e5))
* **package:** fix more review comments ([65482c2](65482c2))
* **service:** re-add support for Ubuntu 14.04 and older ([1b1611f](1b1611f))
* **upgrade:** upgrade procedure & add MacOS platform ([b7b0d1d](b7b0d1d))

### Code Refactoring

* **everything:** overhaul to align with the template-formula ([15d4e34](15d4e34))
* **map.jinja:** cleanup map.jinja merge & add lookup ([a640f01](a640f01))
* **service:** move config watch statement as it breaks in dev_mode ([c6ce242](c6ce242))

### Features

* **version:** bump version to 1.1.0 ([7671f87](7671f87))

### Reverts

* **defaults:** some defaults were incorrectly changed ([140db23](140db23))

### Tests

* **config:** correct more test cases ([507ee9f](507ee9f))
* **install_binary:** fix version & hash returned by vault v1.1.0 ([8d74960](8d74960))
* **kitchen:** change version pillar ([7fed7e6](7fed7e6))
* **manual:** update test, clean link ([1f533d3](1f533d3))

### BREAKING CHANGES

* **everything:** This renames all states and the config file being
generated.
  • Loading branch information
semantic-release-bot committed Apr 1, 2019
1 parent 529bf8b commit 56e788d
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

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.
49 changes: 49 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@
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)
-------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 56e788d

Please sign in to comment.