mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-27 20:57:45 +01:00
8cf0ec745a
## [0.3.2](https://github.com/saltstack-formulas/cron-formula/compare/v0.3.1...v0.3.2) (2020-09-10) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([ce61077
](ce61077780
)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([269b49f
](269b49f38a
)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([0afa1b1
](0afa1b10d2
)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([74999aa
](74999aa17d
)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([54b5a1a
](54b5a1abaa
)) * **travis:** add notifications => zulip [skip ci] ([fb46b07
](fb46b0799e
)) * **travis:** apply changes from build config validation [skip ci] ([730df10
](730df1087f
)) * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([4fc3960
](4fc3960112
)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([0fef6f1
](0fef6f1223
)) * **travis:** run `shellcheck` during lint job [skip ci] ([1b2eb28
](1b2eb285a5
)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d4a6100
](d4a6100949
)) * **travis:** use build config validation (beta) [skip ci] ([db46bd9
](db46bd9c90
)) * **workflows/commitlint:** add to repo [skip ci] ([449c919
](449c919f14
)) ### Reverts * **codeowners:** update specific directories section [skip ci] ([2ac7785
](2ac7785f64
)) ### Styles * **state:** avoid complicated comparison ([496f09b
](496f09b2e1
))
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
name: cron
|
|
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
|
|
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
|
|
version: 0.3.2
|
|
release: 0
|
|
minimum_version: 2017.7
|
|
summary: Cron formula
|
|
description: Formula to use to install and configure cron
|
|
top_level_dir: cron
|