Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-03-12)

### Bug Fixes

* fix inspec helper winrm verify for windows ([866e1f7](866e1f7))
* fix inspec helper winrm verify for windows ([1595dd6](1595dd6))
* inspec from minion fallback to pillar.example ([533e72a](533e72a))
* merge from feature/fix_inspec_helper_windows_issue ([43e5ce7](43e5ce7))
* merge tag 'ruby_safe_yaml' into develop ([469160b](469160b))
* ruby safe yaml issue ([#2](#2)) ([dd472c4](dd472c4))
* take two ([34f0f6d](34f0f6d))

### Documentation

* fix duplicate alt [skip ci] ([dc45746](dc45746))
* github issue templates [skip ci] ([d0f21b1](d0f21b1))
* native appveyor status badge [skip ci] ([48486c9](48486c9))
* rename [skip ci] ([dfec1ee](dfec1ee))
* sync readme/shields [skip ci] ([2ac5d3c](2ac5d3c))

### Tests

* limit inclusion of on prem test kitchen results to master branch ([6ccf6f4](6ccf6f4))
* limit inclusion of on prem test kitchen results to master branch ([8f3ca7e](8f3ca7e))
* on premise windows 10 and windows server 'kitchen test' results ([8491746](8491746))
* on premise windows 10 and windows server \'kitchen test\' results ([3269a12](3269a12))
  • Loading branch information
semantic-release-bot committed Mar 12, 2020
1 parent 698c930 commit 604ae09
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4186835?v=4' width='36' height='36' alt='@muddman'>|[@muddman](https://github.com/muddman)|7
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4186835?v=4' width='36' height='36' alt='@muddman'>|[@muddman](https://github.com/muddman)|31

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-11.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-12.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.0.2](https://github.com/clearasmudd/windows-formula/compare/v1.0.1...v1.0.2) (2020-03-12)


### Bug Fixes

* fix inspec helper winrm verify for windows ([866e1f7](https://github.com/clearasmudd/windows-formula/commit/866e1f757fddd25a05690696d904b86e2c5487c2))
* fix inspec helper winrm verify for windows ([1595dd6](https://github.com/clearasmudd/windows-formula/commit/1595dd6ccb299b4492056648085340f2b5be49a4))
* inspec from minion fallback to pillar.example ([533e72a](https://github.com/clearasmudd/windows-formula/commit/533e72a32e11558c3fc208de6292eff7d81f1926))
* merge from feature/fix_inspec_helper_windows_issue ([43e5ce7](https://github.com/clearasmudd/windows-formula/commit/43e5ce7945c4ece4194102a363d66b25feea3b49))
* merge tag 'ruby_safe_yaml' into develop ([469160b](https://github.com/clearasmudd/windows-formula/commit/469160b9c45370b4c76d0fa0f597a7772de0762b))
* ruby safe yaml issue ([#2](https://github.com/clearasmudd/windows-formula/issues/2)) ([dd472c4](https://github.com/clearasmudd/windows-formula/commit/dd472c46615070cb42e20622b209a3384e9ee3a3))
* take two ([34f0f6d](https://github.com/clearasmudd/windows-formula/commit/34f0f6da2ca3fb24ee1f4278f0b72dff8b22de22))


### Documentation

* fix duplicate alt [skip ci] ([dc45746](https://github.com/clearasmudd/windows-formula/commit/dc45746be6556ecd848a514b26225e30118ffe2d))
* github issue templates [skip ci] ([d0f21b1](https://github.com/clearasmudd/windows-formula/commit/d0f21b1866a721451b288d097a207dafee2341f9))
* native appveyor status badge [skip ci] ([48486c9](https://github.com/clearasmudd/windows-formula/commit/48486c9da53781374cef7c9dd6e5d72246d76b02))
* rename [skip ci] ([dfec1ee](https://github.com/clearasmudd/windows-formula/commit/dfec1ee99033f7b7b2ad42042d28d7bb6abd75c2))
* sync readme/shields [skip ci] ([2ac5d3c](https://github.com/clearasmudd/windows-formula/commit/2ac5d3cdc81ec6fe999b8afc8f5054ea8119f81a))


### Tests

* limit inclusion of on prem test kitchen results to master branch ([6ccf6f4](https://github.com/clearasmudd/windows-formula/commit/6ccf6f4352e2c45980ee27165055c0b00d0f491f))
* limit inclusion of on prem test kitchen results to master branch ([8f3ca7e](https://github.com/clearasmudd/windows-formula/commit/8f3ca7e4a92501030fa4a096e100c457734981f8))
* on premise windows 10 and windows server 'kitchen test' results ([8491746](https://github.com/clearasmudd/windows-formula/commit/8491746e6ecef909e26cbda35586806092427103))
* on premise windows 10 and windows server \'kitchen test\' results ([3269a12](https://github.com/clearasmudd/windows-formula/commit/3269a12b36f82c39007475d8f89d10fdfbe63f57))

## [1.0.1](https://github.com/clearasmudd/windows-formula/compare/v1.0.0...v1.0.1) (2020-03-11)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows
os: Windows
os_family: Windows
version: 1.0.1
version: 1.0.2
release: 1
minimum_version: 2019.2.3
summary: windows formula
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4186835?v=4' width='36' height='36' alt='@muddman'>`
- `@muddman <https://github.com/muddman>`_
- 7
- 31


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-11.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-12.
34 changes: 34 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
Changelog
=========

`1.0.2 <https://github.com/clearasmudd/windows-formula/compare/v1.0.1...v1.0.2>`_ (2020-03-12)
--------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* fix inspec helper winrm verify for windows (\ `866e1f7 <https://github.com/clearasmudd/windows-formula/commit/866e1f757fddd25a05690696d904b86e2c5487c2>`_\ )
* fix inspec helper winrm verify for windows (\ `1595dd6 <https://github.com/clearasmudd/windows-formula/commit/1595dd6ccb299b4492056648085340f2b5be49a4>`_\ )
* inspec from minion fallback to pillar.example (\ `533e72a <https://github.com/clearasmudd/windows-formula/commit/533e72a32e11558c3fc208de6292eff7d81f1926>`_\ )
* merge from feature/fix_inspec_helper_windows_issue (\ `43e5ce7 <https://github.com/clearasmudd/windows-formula/commit/43e5ce7945c4ece4194102a363d66b25feea3b49>`_\ )
* merge tag 'ruby_safe_yaml' into develop (\ `469160b <https://github.com/clearasmudd/windows-formula/commit/469160b9c45370b4c76d0fa0f597a7772de0762b>`_\ )
* ruby safe yaml issue (\ `#2 <https://github.com/clearasmudd/windows-formula/issues/2>`_\ ) (\ `dd472c4 <https://github.com/clearasmudd/windows-formula/commit/dd472c46615070cb42e20622b209a3384e9ee3a3>`_\ )
* take two (\ `34f0f6d <https://github.com/clearasmudd/windows-formula/commit/34f0f6da2ca3fb24ee1f4278f0b72dff8b22de22>`_\ )

Documentation
^^^^^^^^^^^^^


* fix duplicate alt [skip ci] (\ `dc45746 <https://github.com/clearasmudd/windows-formula/commit/dc45746be6556ecd848a514b26225e30118ffe2d>`_\ )
* github issue templates [skip ci] (\ `d0f21b1 <https://github.com/clearasmudd/windows-formula/commit/d0f21b1866a721451b288d097a207dafee2341f9>`_\ )
* native appveyor status badge [skip ci] (\ `48486c9 <https://github.com/clearasmudd/windows-formula/commit/48486c9da53781374cef7c9dd6e5d72246d76b02>`_\ )
* rename [skip ci] (\ `dfec1ee <https://github.com/clearasmudd/windows-formula/commit/dfec1ee99033f7b7b2ad42042d28d7bb6abd75c2>`_\ )
* sync readme/shields [skip ci] (\ `2ac5d3c <https://github.com/clearasmudd/windows-formula/commit/2ac5d3cdc81ec6fe999b8afc8f5054ea8119f81a>`_\ )

Tests
^^^^^


* limit inclusion of on prem test kitchen results to master branch (\ `6ccf6f4 <https://github.com/clearasmudd/windows-formula/commit/6ccf6f4352e2c45980ee27165055c0b00d0f491f>`_\ )
* limit inclusion of on prem test kitchen results to master branch (\ `8f3ca7e <https://github.com/clearasmudd/windows-formula/commit/8f3ca7e4a92501030fa4a096e100c457734981f8>`_\ )
* on premise windows 10 and windows server 'kitchen test' results (\ `8491746 <https://github.com/clearasmudd/windows-formula/commit/8491746e6ecef909e26cbda35586806092427103>`_\ )
* on premise windows 10 and windows server \'kitchen test\' results (\ `3269a12 <https://github.com/clearasmudd/windows-formula/commit/3269a12b36f82c39007475d8f89d10fdfbe63f57>`_\ )

`1.0.1 <https://github.com/clearasmudd/windows-formula/compare/v1.0.0...v1.0.1>`_ (2020-03-11)
--------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 604ae09

Please sign in to comment.