diff --git a/AUTHORS.md b/AUTHORS.md index 1e6e462..b9a1835 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|1183 +@myii|[@myii](https://github.com/myii)|1185 @dafyddj|[@dafyddj](https://github.com/dafyddj)|6 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f103e12..12a0846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.383.0](https://github.com/myii/ssf-formula/compare/v1.382.0...v1.383.0) (2022-05-05) + + +### Features + +* **saltimages:** update with latest changes from `salt-image-builder` ([247d3a2](https://github.com/myii/ssf-formula/commit/247d3a2be298b577492b17555fb1882793243fa4)) + # [1.382.0](https://github.com/myii/ssf-formula/compare/v1.381.0...v1.382.0) (2022-05-05) diff --git a/FORMULA b/FORMULA index f8a9dbb..4b72a1e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf 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.382.0 +version: 1.383.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a6d9b42..098c23c 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 1183 + - 1185 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 6 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c457208..bada2bd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.383.0 `_ (2022-05-05) +--------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **saltimages:** update with latest changes from ``salt-image-builder`` (\ `247d3a2 `_\ ) + `1.382.0 `_ (2022-05-05) ---------------------------------------------------------------------------------------------