mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00

# [0.8.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0) (2020-01-20) ### Bug Fixes * **archlinux:** fix test setup ([281846e
](281846e791
)) * **centos:** fix tests ([a4d4d1d
](a4d4d1dc73
)) * **gem:** fix `invalid option: --no-rdoc` & `invalid option: --no-ri` ([16c4213
](16c4213ab9
)) * **golang:** ensure state runs ([0f992d9
](0f992d9c17
)) * **golang:** ensure using on `ubuntu` ([bd909bd
](bd909bd1b6
)) * **golang_spec.rb:** fix `rubocop` errors ([08340c8
](08340c857a
)) * **node:** ensure using on `debian` ([eca4228
](eca4228906
)) * **pips.sls:** use `tplroot` instead of `slspath` ([a4e9311
](a4e9311a35
)), closes [/travis-ci.org/myii/packages-formula/jobs/636188022#L7867](https://github.com//travis-ci.org/myii/packages-formula/jobs/636188022/issues/L7867) * **rubocop:** add fixes using `rubocop -a --safe` ([1f72c40
](1f72c405de
)) * **rubocop:** fix remaining errors manually ([591d85a
](591d85ab57
)) * **salt-lint:** fix all errors ([83ed92b
](83ed92bf64
)) * **yamllint:** fix all errors ([4176716
](4176716f7e
)) ### Code Refactoring * **map:** use `config.get` instead of `pillar.get` ([ca9bbd1
](ca9bbd15a1
)) * **pillar.amazonlinux:** shorten suite name to `amazon` ([593a6e5
](593a6e5e65
)) * **test_pillars:** rename to make accessible to `yamllint` ([033ff44
](033ff4453f
)) ### Continuous Integration * **inspec:** fix Debian tests ([98c6d2c
](98c6d2c9ba
)) * **inspec:** removing useless inspec tests ([3615785
](3615785e52
)) * **kitchen:** fix tests with a minimal coverage ([288f893
](288f893652
)) * **kitchen+inspec:** add Amazonlinux test suite ([edb0d73
](edb0d73ffe
)) * **kitchen+inspec:** add Centos test suite ([d320ccd
](d320ccd36b
)) * **kitchen+inspec:** add fedora30 and fedora29 tests suites ([e41117c
](e41117c34b
)) * **kitchen+inspec:** add initial support for opensuse ([58b1209
](58b1209d9a
)) * **kitchen+inspec:** add Ubuntu test suite ([39ba77d
](39ba77d044
)) * **pillars:** use one retry to prevent excessive slow-down in Travis ([48ae3c9
](48ae3c98fd
)) ### Features * **semantic-release:** update for this formula ([1755f76
](1755f76fde
)) * implementing semantic release ([17b4331
](17b433126b
)) * **golang:** add go package management ([284b240
](284b240c33
)) * **internet:** add retries for internet dependent states ([7660dbd
](7660dbd76f
)) ### Tests * **arch:** test initial configuration ([702e8c3
](702e8c32bf
)) * **fedora:** merge fedora test suites and pillars ([89911dc
](89911dc9c8
)) * **golang:** basic integrtaion test & tweaks ([6c3de22
](6c3de2231d
)) * **pillar:** use single ubuntu pillar ([c69cb5a
](c69cb5a792
)) * **pillar:** use specific pillar for `debian` ([adf1523
](adf1523e08
)) * fix existing tests ([8e75c9d
](8e75c9d5c0
))
5.7 KiB
5.7 KiB
Changelog
0.8.0 (2020-01-20)
Bug Fixes
- archlinux: fix test setup (281846e)
- centos: fix tests (a4d4d1d)
- gem: fix
invalid option: --no-rdoc
&invalid option: --no-ri
(16c4213) - golang: ensure state runs (0f992d9)
- golang: ensure using on
ubuntu
(bd909bd) - golang_spec.rb: fix
rubocop
errors (08340c8) - node: ensure using on
debian
(eca4228) - pips.sls: use
tplroot
instead ofslspath
(a4e9311), closes /travis-ci.org/myii/packages-formula/jobs/636188022#L7867 - rubocop: add fixes using
rubocop -a --safe
(1f72c40) - rubocop: fix remaining errors manually (591d85a)
- salt-lint: fix all errors (83ed92b)
- yamllint: fix all errors (4176716)
Code Refactoring
- map: use
config.get
instead ofpillar.get
(ca9bbd1) - pillar.amazonlinux: shorten suite name to
amazon
(593a6e5) - test_pillars: rename to make accessible to
yamllint
(033ff44)
Continuous Integration
- inspec: fix Debian tests (98c6d2c)
- inspec: removing useless inspec tests (3615785)
- kitchen: fix tests with a minimal coverage (288f893)
- kitchen+inspec: add Amazonlinux test suite (edb0d73)
- kitchen+inspec: add Centos test suite (d320ccd)
- kitchen+inspec: add fedora30 and fedora29 tests suites (e41117c)
- kitchen+inspec: add initial support for opensuse (58b1209)
- kitchen+inspec: add Ubuntu test suite (39ba77d)
- pillars: use one retry to prevent excessive slow-down in Travis (48ae3c9)
Features
- semantic-release: update for this formula (1755f76)
- implementing semantic release (17b4331)
- golang: add go package management (284b240)
- internet: add retries for internet dependent states (7660dbd)