8.3 KiB
8.3 KiB
Changelog
0.3.0 (2019-11-03)
Bug Fixes
- release.config.js: use full commit hash in commit link [skip ci] (c5eb3b7)
Continuous Integration
- kitchen: use
debian-10-master-py3
instead ofdevelop
[skip ci] (aca0d9e) - kitchen: use
develop
image untilmaster
is ready (amazonlinux
) [skip ci] (f9c61a9) - kitchen+travis: upgrade matrix after
2019.2.2
release [skip ci] (2062f10)
Features
- cron.env: add env option in cron-formula (12cee12)
Performance Improvements
- travis: improve
salt-lint
invocation [skip ci] (624b05a)
0.2.4 (2019-10-23)
Bug Fixes
- saltcheck: fix broken import and standardise across test files ()
- saltcheck: fix invalid
service
test () - saltcheck: remove trailing spaces ()
- saltcheck: replace
map.jinja
references with InSpec conditionals () - saltcheck: update for
cron
instead ofcron_settings
()
Code Refactoring
- config: minimise and standardise between
.sls
&.tst
() - config: remove duplication in using a loop ()
- jinja: used shortened form of
|default
filter () - saltcheck: relocate
.tst
files according to 1:1.sls
files (), closes /github.com/saltstack-formulas/cron-formula/pull/4#issuecomment-544140377 - saltcheck: use
package.tst
instead ofinstall.tst
() - saltcheck: use root-level
saltcheck-tests
directory ()
Continuous Integration
- travis: obtain
saltcheck.py
and run the tests (only ondevelop
) () - travis: run
salt-lint
for.tst
files as well () - travis: standardise
saltcheck
comments () - travis: update
salt-lint
config forv0.0.10
[skip ci] ()
Styles
- config.tst: rearrange Jinja statements for clarity ()
- saltcheck: merge
absent
&present
into oneif
block () - saltcheck: use consistent order of assertions ()
Tests
- pillar: add test for
commented
and clarify each test () - pillar: ensure
special
is being tested as well () - saltcheck: add first tests ()
- saltcheck: add support for
random
values () - saltcheck: add test for
service.available
() - saltcheck: add test for
service.running
() - saltcheck: avoid
map.jinja
, use the test pillar instead () - saltcheck: fix
config
tests () - saltcheck: remove duplication in
config.tst
using a loop () - saltcheck: test for
commented
and notcommented
() - saltcheck: test for
special
inconfig.tst
as well () - saltcheck: use local
map.jinja
to workaround missingtpldata
()
0.2.3 (2019-10-15)
Bug Fixes
Continuous Integration
Documentation
- contributing: remove to use org-level file instead [skip ci] ()
- readme: update link to
CONTRIBUTING
[skip ci] ()
Tests
0.2.2 (2019-10-12)
Bug Fixes
Continuous Integration
- kitchen: change
log_level
todebug
instead ofinfo
() - kitchen: install required packages to bootstrapped
opensuse
[skip ci] () - kitchen: use bootstrapped
opensuse
images until2019.2.2
[skip ci] () - platform: add
arch-base-latest
(commented out for now) [skip ci] () - merge travis matrix, add
salt-lint
&rubocop
tolint
job () - merge travis matrix, add
salt-lint
&rubocop
tolint
job () - use
dist: bionic
& applyopensuse-leap-15
SCP error workaround () - travis: merge
rubocop
linter into mainlint
job () - yamllint: add rule
empty-values
& use newyaml-files
setting ()
0.2.1 (2019-09-01)
Code Refactoring
- pillar: sync map.jinja with template-formula (e00c316)
0.2.0 (2019-08-28)
Continuous Integration
- kitchen: add Kitchen tests (963b5eb)
Features
- semantic-release: add semantic-release (6002c8f)