Quellcode durchsuchen

chore(release): 1.2.2 [skip ci]

## [1.2.2](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.1...v1.2.2) (2020-12-16)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([264151d](264151d1cb))
* **release.config.js:** use full commit hash in commit link [skip ci] ([9122f1a](9122f1a486))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([92fcb44](92fcb44337))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([c3d1b91](c3d1b917ac))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([b9e269e](b9e269e965))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([28c7470](28c7470600))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([62a2819](62a2819b8d))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5e6f085](5e6f085fd4))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([cc33b93](cc33b93a58))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([85b8bc7](85b8bc7700))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([b336538](b3365386aa))
* **pre-commit:** add to formula [skip ci] ([1d979af](1d979af015))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([3ecb741](3ecb7415ab))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([f876619](f876619876))
* **travis:** add notifications => zulip [skip ci] ([de6cc9e](de6cc9e235))
* **travis:** apply changes from build config validation [skip ci] ([95928da](95928da597))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([2e68bca](2e68bcad91))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([c426c62](c426c62301))
* **travis:** run `shellcheck` during lint job [skip ci] ([66a147d](66a147df78))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([3668973](3668973688))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([2d2bf7a](2d2bf7a8f7))
* **travis:** use build config validation (beta) [skip ci] ([a21bf73](a21bf73c8d))
* **workflows/commitlint:** add to repo [skip ci] ([de7860d](de7860d74c))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([eae8e87](eae8e87c8b))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([16e6cb8](16e6cb8279))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([5f0e77f](5f0e77f93a))

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([f43da51](f43da517a7))
tags/v1.2.2
semantic-release-bot vor 3 Jahren
Ursprung
Commit
6fb31ef79c
5 geänderte Dateien mit 113 neuen und 5 gelöschten Zeilen
  1. +3
    -2
      AUTHORS.md
  2. +49
    -0
      CHANGELOG.md
  3. +1
    -1
      FORMULA
  4. +5
    -2
      docs/AUTHORS.rst
  5. +55
    -0
      docs/CHANGELOG.rst

+ 3
- 2
AUTHORS.md Datei anzeigen

@@ -4,11 +4,12 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|29
<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)|69
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|18
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3879151?v=4' width='36' height='36' alt='@mraymond77'>|[@mraymond77](https://github.com/mraymond77)|6
<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)|5
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/28721441?v=4' width='36' height='36' alt='@kjkeane'>|[@kjkeane](https://github.com/kjkeane)|3
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/15609251?v=4' width='36' height='36' alt='@omltorg'>|[@omltorg](https://github.com/omltorg)|2
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>|[@ixs](https://github.com/ixs)|1
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>|[@mgomersbach](https://github.com/mgomersbach)|1
@@ -18,4 +19,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-10-12.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.

+ 49
- 0
CHANGELOG.md Datei anzeigen

@@ -1,5 +1,54 @@
# Changelog

## [1.2.2](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.1...v1.2.2) (2020-12-16)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([264151d](https://github.com/saltstack-formulas/chrony-formula/commit/264151d1cb51b524a96e352aaede74aa82e38197))
* **release.config.js:** use full commit hash in commit link [skip ci] ([9122f1a](https://github.com/saltstack-formulas/chrony-formula/commit/9122f1a4866337f8074f8ce167a6c02265b9cd28))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([92fcb44](https://github.com/saltstack-formulas/chrony-formula/commit/92fcb44337e8b6c10d545f2865531925c98bb045))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([c3d1b91](https://github.com/saltstack-formulas/chrony-formula/commit/c3d1b917acc4a77c43cd364816360f94f581e13c))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([b9e269e](https://github.com/saltstack-formulas/chrony-formula/commit/b9e269e96564383f3a63e97867462e0a1e5192b8))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([28c7470](https://github.com/saltstack-formulas/chrony-formula/commit/28c7470600a3f302b22ee4b448c9d7350e9b3e39))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([62a2819](https://github.com/saltstack-formulas/chrony-formula/commit/62a2819b8df1637af754164cc9552aa71e4b2b09))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5e6f085](https://github.com/saltstack-formulas/chrony-formula/commit/5e6f085fd4cad85b6a3aecd92c90aa17acd534c9))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([cc33b93](https://github.com/saltstack-formulas/chrony-formula/commit/cc33b93a58e1a889e6a6d758f53627c03fab39dd))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([85b8bc7](https://github.com/saltstack-formulas/chrony-formula/commit/85b8bc7700cb4cce348209ae79a159f7bf8520f1))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([b336538](https://github.com/saltstack-formulas/chrony-formula/commit/b3365386aa71af4f6c596ab4225b2ad7b437739d))
* **pre-commit:** add to formula [skip ci] ([1d979af](https://github.com/saltstack-formulas/chrony-formula/commit/1d979af015f1517c060d4eeb5c43efe690c5f10e))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([3ecb741](https://github.com/saltstack-formulas/chrony-formula/commit/3ecb7415ab42ab1c2843fd4ee080b67725ef3068))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([f876619](https://github.com/saltstack-formulas/chrony-formula/commit/f8766198760e616bdf24b5256744ca79de56ba5b))
* **travis:** add notifications => zulip [skip ci] ([de6cc9e](https://github.com/saltstack-formulas/chrony-formula/commit/de6cc9e23562ab4a3b054798e2f9de0074fdbf99))
* **travis:** apply changes from build config validation [skip ci] ([95928da](https://github.com/saltstack-formulas/chrony-formula/commit/95928da597a533f095901bab2ea7b84496ffd654))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([2e68bca](https://github.com/saltstack-formulas/chrony-formula/commit/2e68bcad916c026c1dbfdd26d60b4591d9eabbbe))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([c426c62](https://github.com/saltstack-formulas/chrony-formula/commit/c426c62301ae2d85c7efdc7d32a76832438312d3))
* **travis:** run `shellcheck` during lint job [skip ci] ([66a147d](https://github.com/saltstack-formulas/chrony-formula/commit/66a147df787b779233c755cbcff9711e94d2bc16))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([3668973](https://github.com/saltstack-formulas/chrony-formula/commit/3668973688a4a0f50c848e2f50ed310d029459f3))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([2d2bf7a](https://github.com/saltstack-formulas/chrony-formula/commit/2d2bf7a8f718642116f96aaa84b8c90deeae8742))
* **travis:** use build config validation (beta) [skip ci] ([a21bf73](https://github.com/saltstack-formulas/chrony-formula/commit/a21bf73c8d0f6f1a1cd179564e5721b6b6af493b))
* **workflows/commitlint:** add to repo [skip ci] ([de7860d](https://github.com/saltstack-formulas/chrony-formula/commit/de7860d74c1f19b24dcd4cc6dd31dc56a0941892))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([eae8e87](https://github.com/saltstack-formulas/chrony-formula/commit/eae8e87c8be8a5b6eac3bf890b79035a3c9e7b17))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([16e6cb8](https://github.com/saltstack-formulas/chrony-formula/commit/16e6cb8279b573632d0de9b7037c914d49f4255f))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([5f0e77f](https://github.com/saltstack-formulas/chrony-formula/commit/5f0e77f93a8d5482c9634103231c19dfb1ee72f6))


### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([f43da51](https://github.com/saltstack-formulas/chrony-formula/commit/f43da517a7c101b7fdd72c74246cdd80fffc4ac6))

## [1.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.0...v1.2.1) (2019-10-12)



+ 1
- 1
FORMULA Datei anzeigen

@@ -1,7 +1,7 @@
name: chrony
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine
version: 1.2.1
version: 1.2.2
release: 1
minimum_version: 2016.11
summary: Chrony formula

+ 5
- 2
docs/AUTHORS.rst Datei anzeigen

@@ -15,7 +15,7 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 29
- 69
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 18
@@ -28,6 +28,9 @@ 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://avatars2.githubusercontent.com/u/28721441?v=4' width='36' height='36' alt='@kjkeane'>`
- `@kjkeane <https://github.com/kjkeane>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
- `@dafyddj <https://github.com/dafyddj>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/15609251?v=4' width='36' height='36' alt='@omltorg'>`
- `@omltorg <https://github.com/omltorg>`_
- 2
@@ -50,4 +53,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-10-12.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.

+ 55
- 0
docs/CHANGELOG.rst Datei anzeigen

@@ -2,6 +2,61 @@
Changelog
=========

`1.2.2 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.1...v1.2.2>`_ (2020-12-16)
--------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `264151d <https://github.com/saltstack-formulas/chrony-formula/commit/264151d1cb51b524a96e352aaede74aa82e38197>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `9122f1a <https://github.com/saltstack-formulas/chrony-formula/commit/9122f1a4866337f8074f8ce167a6c02265b9cd28>`_\ )

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


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `92fcb44 <https://github.com/saltstack-formulas/chrony-formula/commit/92fcb44337e8b6c10d545f2865531925c98bb045>`_\ )
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `c3d1b91 <https://github.com/saltstack-formulas/chrony-formula/commit/c3d1b917acc4a77c43cd364816360f94f581e13c>`_\ )
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `b9e269e <https://github.com/saltstack-formulas/chrony-formula/commit/b9e269e96564383f3a63e97867462e0a1e5192b8>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `28c7470 <https://github.com/saltstack-formulas/chrony-formula/commit/28c7470600a3f302b22ee4b448c9d7350e9b3e39>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `62a2819 <https://github.com/saltstack-formulas/chrony-formula/commit/62a2819b8df1637af754164cc9552aa71e4b2b09>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `5e6f085 <https://github.com/saltstack-formulas/chrony-formula/commit/5e6f085fd4cad85b6a3aecd92c90aa17acd534c9>`_\ )
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `cc33b93 <https://github.com/saltstack-formulas/chrony-formula/commit/cc33b93a58e1a889e6a6d758f53627c03fab39dd>`_\ )
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `85b8bc7 <https://github.com/saltstack-formulas/chrony-formula/commit/85b8bc7700cb4cce348209ae79a159f7bf8520f1>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `b336538 <https://github.com/saltstack-formulas/chrony-formula/commit/b3365386aa71af4f6c596ab4225b2ad7b437739d>`_\ )
* **pre-commit:** add to formula [skip ci] (\ `1d979af <https://github.com/saltstack-formulas/chrony-formula/commit/1d979af015f1517c060d4eeb5c43efe690c5f10e>`_\ )
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `3ecb741 <https://github.com/saltstack-formulas/chrony-formula/commit/3ecb7415ab42ab1c2843fd4ee080b67725ef3068>`_\ )
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `f876619 <https://github.com/saltstack-formulas/chrony-formula/commit/f8766198760e616bdf24b5256744ca79de56ba5b>`_\ )
* **travis:** add notifications => zulip [skip ci] (\ `de6cc9e <https://github.com/saltstack-formulas/chrony-formula/commit/de6cc9e23562ab4a3b054798e2f9de0074fdbf99>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `95928da <https://github.com/saltstack-formulas/chrony-formula/commit/95928da597a533f095901bab2ea7b84496ffd654>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `2e68bca <https://github.com/saltstack-formulas/chrony-formula/commit/2e68bcad916c026c1dbfdd26d60b4591d9eabbbe>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `c426c62 <https://github.com/saltstack-formulas/chrony-formula/commit/c426c62301ae2d85c7efdc7d32a76832438312d3>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `66a147d <https://github.com/saltstack-formulas/chrony-formula/commit/66a147df787b779233c755cbcff9711e94d2bc16>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `3668973 <https://github.com/saltstack-formulas/chrony-formula/commit/3668973688a4a0f50c848e2f50ed310d029459f3>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `2d2bf7a <https://github.com/saltstack-formulas/chrony-formula/commit/2d2bf7a8f718642116f96aaa84b8c90deeae8742>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `a21bf73 <https://github.com/saltstack-formulas/chrony-formula/commit/a21bf73c8d0f6f1a1cd179564e5721b6b6af493b>`_\ )
* **workflows/commitlint:** add to repo [skip ci] (\ `de7860d <https://github.com/saltstack-formulas/chrony-formula/commit/de7860d74c1f19b24dcd4cc6dd31dc56a0941892>`_\ )

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


* **contributing:** remove to use org-level file instead [skip ci] (\ `eae8e87 <https://github.com/saltstack-formulas/chrony-formula/commit/eae8e87c8be8a5b6eac3bf890b79035a3c9e7b17>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `16e6cb8 <https://github.com/saltstack-formulas/chrony-formula/commit/16e6cb8279b573632d0de9b7037c914d49f4255f>`_\ )

Performance Improvements
^^^^^^^^^^^^^^^^^^^^^^^^


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `5f0e77f <https://github.com/saltstack-formulas/chrony-formula/commit/5f0e77f93a8d5482c9634103231c19dfb1ee72f6>`_\ )

Styles
^^^^^^


* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `f43da51 <https://github.com/saltstack-formulas/chrony-formula/commit/f43da517a7c101b7fdd72c74246cdd80fffc4ac6>`_\ )

`1.2.1 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.0...v1.2.1>`_ (2019-10-12)
--------------------------------------------------------------------------------------------------------


Laden…
Abbrechen
Speichern