Skip to content

Commit 251ac0c

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-08-09) ### Bug Fixes * **config:** rename config file to .conf ([274e50b](274e50b)) * **linux:** fixup linux ci/cd ([b002965](b002965)) * **macos:** hugepages in linux kernel only ([25a6883](25a6883)) * **macos:** launchctl and plist fixes ([543d5c7](543d5c7)) ### Code Refactoring * **jinja:** depreciate/replacer two variable names ([2f07675](2f07675)) ### Continuous Integration * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([2f143f9](2f143f9)) * **kitchen+travis:** add new platforms [skip ci] ([c16bb41](c16bb41)) ### Styles * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([af35635](af35635))
1 parent 72fcbbd commit 251ac0c

File tree

5 files changed

+64
-7
lines changed

5 files changed

+64
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|31
8-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|28
7+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|41
8+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|40
99
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|18
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2986054?v=4' width='36' height='36' alt='@kevinschoon'>|[@kevinschoon](https://github.com/kevinschoon)|9
1111
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|5
@@ -36,4 +36,4 @@ Avatar|Contributor|Contributions
3636

3737
---
3838

39-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-26.
39+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-09.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/saltstack-formulas/mongodb-formula/compare/v1.0.0...v1.0.1) (2020-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** rename config file to .conf ([274e50b](https://github.com/saltstack-formulas/mongodb-formula/commit/274e50ba35b73d2d9fea1991ac246a48cd21b65e))
9+
* **linux:** fixup linux ci/cd ([b002965](https://github.com/saltstack-formulas/mongodb-formula/commit/b00296553f36fb02ad6fae3961f1c9bad1fc415e))
10+
* **macos:** hugepages in linux kernel only ([25a6883](https://github.com/saltstack-formulas/mongodb-formula/commit/25a6883d36540a78baea2d478ed3a22180d04c28))
11+
* **macos:** launchctl and plist fixes ([543d5c7](https://github.com/saltstack-formulas/mongodb-formula/commit/543d5c7e6c0ff8a9de0b2cf3e086dee090a8fabd))
12+
13+
14+
### Code Refactoring
15+
16+
* **jinja:** depreciate/replacer two variable names ([2f07675](https://github.com/saltstack-formulas/mongodb-formula/commit/2f076757cf31b216d11699d7604f5dc36614e454))
17+
18+
19+
### Continuous Integration
20+
21+
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([2f143f9](https://github.com/saltstack-formulas/mongodb-formula/commit/2f143f9dccfad53a52e0b7135a962daa60da9b9d))
22+
* **kitchen+travis:** add new platforms [skip ci] ([c16bb41](https://github.com/saltstack-formulas/mongodb-formula/commit/c16bb4167af505633d7b0fd79f404d3adb5e02e5))
23+
24+
25+
### Styles
26+
27+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([af35635](https://github.com/saltstack-formulas/mongodb-formula/commit/af35635af74ce477d720d078b11bda654f140a44))
28+
329
# [1.0.0](https://github.com/saltstack-formulas/mongodb-formula/compare/v0.19.1...v1.0.0) (2020-05-26)
430

531

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mongodb
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.0.0
4+
version: 1.0.1
55
release: 1
66
minimum_version: 2019.2
77
summary: mongodb formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
1717
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18-
- 31
18+
- 41
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 28
21+
- 40
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2323
- `@gravyboat <https://github.com/gravyboat>`_
2424
- 18
@@ -104,4 +104,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
104104

105105
----
106106

107-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-26.
107+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-08-09.

docs/CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22
Changelog
33
=========
44

5+
`1.0.1 <https://github.com/saltstack-formulas/mongodb-formula/compare/v1.0.0...v1.0.1>`_ (2020-08-09)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **config:** rename config file to .conf (\ `274e50b <https://github.com/saltstack-formulas/mongodb-formula/commit/274e50ba35b73d2d9fea1991ac246a48cd21b65e>`_\ )
13+
* **linux:** fixup linux ci/cd (\ `b002965 <https://github.com/saltstack-formulas/mongodb-formula/commit/b00296553f36fb02ad6fae3961f1c9bad1fc415e>`_\ )
14+
* **macos:** hugepages in linux kernel only (\ `25a6883 <https://github.com/saltstack-formulas/mongodb-formula/commit/25a6883d36540a78baea2d478ed3a22180d04c28>`_\ )
15+
* **macos:** launchctl and plist fixes (\ `543d5c7 <https://github.com/saltstack-formulas/mongodb-formula/commit/543d5c7e6c0ff8a9de0b2cf3e086dee090a8fabd>`_\ )
16+
17+
Code Refactoring
18+
^^^^^^^^^^^^^^^^
19+
20+
21+
* **jinja:** depreciate/replacer two variable names (\ `2f07675 <https://github.com/saltstack-formulas/mongodb-formula/commit/2f076757cf31b216d11699d7604f5dc36614e454>`_\ )
22+
23+
Continuous Integration
24+
^^^^^^^^^^^^^^^^^^^^^^
25+
26+
27+
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `2f143f9 <https://github.com/saltstack-formulas/mongodb-formula/commit/2f143f9dccfad53a52e0b7135a962daa60da9b9d>`_\ )
28+
* **kitchen+travis:** add new platforms [skip ci] (\ `c16bb41 <https://github.com/saltstack-formulas/mongodb-formula/commit/c16bb4167af505633d7b0fd79f404d3adb5e02e5>`_\ )
29+
30+
Styles
31+
^^^^^^
32+
33+
34+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `af35635 <https://github.com/saltstack-formulas/mongodb-formula/commit/af35635af74ce477d720d078b11bda654f140a44>`_\ )
35+
536
`1.0.0 <https://github.com/saltstack-formulas/mongodb-formula/compare/v0.19.1...v1.0.0>`_ (2020-05-26)
637
----------------------------------------------------------------------------------------------------------
738

0 commit comments

Comments
 (0)