Skip to content

Commit

Permalink
chore(release): 1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.3](v1.3.2...v1.3.3) (2022-02-21)

### Bug Fixes

* **libmapstack:** allow mapping by booleans and numbers ([bb4a726](bb4a726))
* **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] ([3622ad2](3622ad2))

### Continuous Integration

* update linters to latest versions [skip ci] ([66e953e](66e953e))
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([4f8cea7](4f8cea7))
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([128c1ce](128c1ce))
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([e6af371](e6af371))

### Styles

* **libsaltcli:** fix comments to jinja comments [skip ci] ([0e802c6](0e802c6))

### Tests

* **system:** add `build_platform_codename` [skip ci] ([9f6afde](9f6afde))
  • Loading branch information
semantic-release-bot committed Feb 21, 2022
1 parent 3769ad0 commit 948ee58
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 11 deletions.
9 changes: 5 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|116
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|17
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|134
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|18
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|13
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|8
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/8021965?v=4' width='36' height='36' alt='@ameneau'>|[@ameneau](https://github.com/ameneau)|4
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>|[@kpostrup](https://github.com/kpostrup)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1353637?v=4' width='36' height='36' alt='@stasjok'>|[@stasjok](https://github.com/stasjok)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5759396?v=4' width='36' height='36' alt='@kadogo'>|[@kadogo](https://github.com/kadogo)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/37246126?v=4' width='36' height='36' alt='@seerickcode'>|[@seerickcode](https://github.com/seerickcode)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>|[@babilen](https://github.com/babilen)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-05.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-21.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.3.3](https://github.com/saltstack-formulas/cert-formula/compare/v1.3.2...v1.3.3) (2022-02-21)


### Bug Fixes

* **libmapstack:** allow mapping by booleans and numbers ([bb4a726](https://github.com/saltstack-formulas/cert-formula/commit/bb4a726bc82ebc5440531ba742e52ba0e38f8852))
* **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] ([3622ad2](https://github.com/saltstack-formulas/cert-formula/commit/3622ad2d41d21bd06e3f2cedcf4bd3e4a5925609))


### Continuous Integration

* update linters to latest versions [skip ci] ([66e953e](https://github.com/saltstack-formulas/cert-formula/commit/66e953ec15f3144415f53cee5ce913ec6fca6878))
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([4f8cea7](https://github.com/saltstack-formulas/cert-formula/commit/4f8cea78cc2965dba1763cec831353792577028f))
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([128c1ce](https://github.com/saltstack-formulas/cert-formula/commit/128c1cef1f33d30b97c0a899cfe6dc025c3aeab0))
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([e6af371](https://github.com/saltstack-formulas/cert-formula/commit/e6af3715ee7ddb41b009436653f2de1603619823))


### Styles

* **libsaltcli:** fix comments to jinja comments [skip ci] ([0e802c6](https://github.com/saltstack-formulas/cert-formula/commit/0e802c693d6b9add358b6b3ea130d9e967459480))


### Tests

* **system:** add `build_platform_codename` [skip ci] ([9f6afde](https://github.com/saltstack-formulas/cert-formula/commit/9f6afdee27bb48b37e37046ce55f7024c8157b28))

## [1.3.2](https://github.com/saltstack-formulas/cert-formula/compare/v1.3.1...v1.3.2) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cert
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
version: 1.3.2
version: 1.3.3
release: 1
minimum_version: 2017.3
summary: cert formula
Expand Down
15 changes: 9 additions & 6 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 116
- 134
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
- `@baby-gnu <https://github.com/baby-gnu>`_
- 17
- 18
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 13
Expand All @@ -40,14 +40,17 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>`
- `@kpostrup <https://github.com/kpostrup>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1353637?v=4' width='36' height='36' alt='@stasjok'>`
- `@stasjok <https://github.com/stasjok>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5759396?v=4' width='36' height='36' alt='@kadogo'>`
- `@kadogo <https://github.com/kadogo>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
- `@gravyboat <https://github.com/gravyboat>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
- `@gravyboat <https://github.com/gravyboat>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/37246126?v=4' width='36' height='36' alt='@seerickcode'>`
- `@seerickcode <https://github.com/seerickcode>`_
Expand All @@ -59,4 +62,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 2021-11-05.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-02-21.
31 changes: 31 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
Changelog
=========

`1.3.3 <https://github.com/saltstack-formulas/cert-formula/compare/v1.3.2...v1.3.3>`_ (2022-02-21)
------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libmapstack:** allow mapping by booleans and numbers (\ `bb4a726 <https://github.com/saltstack-formulas/cert-formula/commit/bb4a726bc82ebc5440531ba742e52ba0e38f8852>`_\ )
* **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] (\ `3622ad2 <https://github.com/saltstack-formulas/cert-formula/commit/3622ad2d41d21bd06e3f2cedcf4bd3e4a5925609>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* update linters to latest versions [skip ci] (\ `66e953e <https://github.com/saltstack-formulas/cert-formula/commit/66e953ec15f3144415f53cee5ce913ec6fca6878>`_\ )
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `4f8cea7 <https://github.com/saltstack-formulas/cert-formula/commit/4f8cea78cc2965dba1763cec831353792577028f>`_\ )
* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `128c1ce <https://github.com/saltstack-formulas/cert-formula/commit/128c1cef1f33d30b97c0a899cfe6dc025c3aeab0>`_\ )
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `e6af371 <https://github.com/saltstack-formulas/cert-formula/commit/e6af3715ee7ddb41b009436653f2de1603619823>`_\ )

Styles
^^^^^^


* **libsaltcli:** fix comments to jinja comments [skip ci] (\ `0e802c6 <https://github.com/saltstack-formulas/cert-formula/commit/0e802c693d6b9add358b6b3ea130d9e967459480>`_\ )

Tests
^^^^^


* **system:** add ``build_platform_codename`` [skip ci] (\ `9f6afde <https://github.com/saltstack-formulas/cert-formula/commit/9f6afdee27bb48b37e37046ce55f7024c8157b28>`_\ )

`1.3.2 <https://github.com/saltstack-formulas/cert-formula/compare/v1.3.1...v1.3.2>`_ (2021-11-05)
------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 948ee58

Please sign in to comment.