3d58323118
## [0.48.4](https://github.com/saltstack-formulas/users-formula/compare/v0.48.3...v0.48.4) (2019-11-08) ### Bug Fixes * **vimrc:** ensure `vimrc` state runs ([a1ef7e5
](a1ef7e57d9
)) ### Continuous Integration * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([852dff2
](852dff2aac
)) * **kitchen+travis+inspec:** add `vimrc` suite ([a263a62
](a263a62e75
)) ### Tests * **inspec:** add test to check `.vimrc` file is generated properly ([569e927
](569e9276db
)) * **pillar:** add test pillar to generate `.vimrc` file ([86144be
](86144befb9
))
6.2 KiB
6.2 KiB
Changelog
0.48.4 (2019-11-08)
Bug Fixes
- vimrc: ensure
vimrc
state runs (a1ef7e5)
Continuous Integration
- kitchen: use
develop
image untilmaster
is ready (amazonlinux
) [skip ci] (852dff2) - kitchen+travis+inspec: add
vimrc
suite (a263a62)
Tests
- inspec: add test to check
.vimrc
file is generated properly (569e927) - pillar: add test pillar to generate
.vimrc
file (86144be)
0.48.3 (2019-11-02)
Bug Fixes
- pillars: ensure
addusers
&delusers
are lists (b31c592) - release.config.js: use full commit hash in commit link [skip ci] (8df4d39)
Continuous Integration
- kitchen: use
debian-10-master-py3
instead ofdevelop
[skip ci] (9ee7636) - kitchen+travis: upgrade matrix after
2019.2.2
release [skip ci] (1d9a5ef) - travis: update
salt-lint
config forv0.0.10
[skip ci] (60ee61d)
Documentation
- contributing: remove to use org-level file instead [skip ci] (7c55ef0)
- readme: update link to
CONTRIBUTING
[skip ci] (2a88765)
Performance Improvements
- travis: improve
salt-lint
invocation [skip ci] (b45914e)
0.48.2 (2019-10-11)
Bug Fixes
- rubocop: add fixes using
rubocop --safe-auto-correct
(https://github.com/saltstack-formulas/users-formula/commit/13dd7f9)
Continuous Integration
- merge travis matrix, add
salt-lint
&rubocop
tolint
job (https://github.com/saltstack-formulas/users-formula/commit/99136b5) - travis: merge
rubocop
linter into mainlint
job (https://github.com/saltstack-formulas/users-formula/commit/96999c2)
0.48.1 (2019-10-10)
Bug Fixes
- googleauth.sls: fix
salt-lint
errors (https://github.com/saltstack-formulas/users-formula/commit/bb27b94) - init.sls: fix
salt-lint
errors (https://github.com/saltstack-formulas/users-formula/commit/4cec0ef) - sudo.sls: fix
salt-lint
errors (https://github.com/saltstack-formulas/users-formula/commit/560f5e1)
Continuous Integration
- kitchen: change
log_level
todebug
instead ofinfo
(https://github.com/saltstack-formulas/users-formula/commit/1726e0f) - kitchen: install required packages to bootstrapped
opensuse
[skip ci] (https://github.com/saltstack-formulas/users-formula/commit/0ed662d) - kitchen: use bootstrapped
opensuse
images until2019.2.2
[skip ci] (https://github.com/saltstack-formulas/users-formula/commit/f2e1b66) - platform: add
arch-base-latest
(commented out for now) [skip ci] (https://github.com/saltstack-formulas/users-formula/commit/1790bae) - yamllint: add rule
empty-values
& use newyaml-files
setting (https://github.com/saltstack-formulas/users-formula/commit/af2d2c0) - merge travis matrix, add
salt-lint
&rubocop
tolint
job (https://github.com/saltstack-formulas/users-formula/commit/f17d156) - use
dist: bionic
& applyopensuse-leap-15
SCP error workaround (https://github.com/saltstack-formulas/users-formula/commit/4d3228b)
0.48.0 (2019-08-17)
Features
- yamllint: include for this repo and apply rules throughout (fa6210d)