mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-07 04:51:40 +00:00

# [0.20.0](https://github.com/saltstack-formulas/bind-formula/compare/v0.19.2...v0.20.0) (2021-09-13) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([8082c7e
](8082c7e6d4
)) * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([19d42a9
](19d42a9776
)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([c15db2b
](c15db2bd0c
)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([d46d646
](d46d646fdc
)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([c642234
](c642234159
)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([0128f48
](0128f48b0b
)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([8c1a04c
](8c1a04cfbf
)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([aa69b55
](aa69b550eb
)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([0cdaad3
](0cdaad33b9
)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([1b4cfcd
](1b4cfcd1e6
)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([9de203a
](9de203a5e9
)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([9833cb6
](9833cb616c
)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([a3556b4
](a3556b4cc4
)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([73ee1c9
](73ee1c9b9f
)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([db90981
](db90981eed
)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([df1f583
](df1f58377c
)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([f1b306d
](f1b306dbef
)) * **pre-commit:** add to formula [skip ci] ([1b24859
](1b248596e5
)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([ffc60d2
](ffc60d2e1f
)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([800a5e1
](800a5e10db
)) * **pre-commit:** update hook for `rubocop` [skip ci] ([182622d
](182622d9e8
)) * **travis:** add notifications => zulip [skip ci] ([51f0a8e
](51f0a8e06e
)) * **workflows/commitlint:** add to repo [skip ci] ([b202791
](b202791a7c
)) ### Documentation * **readme:** fix headings [skip ci] ([292b023
](292b0232c1
)) ### Features * **config.sls:** allow to not manage zone file ([2d06954
](2d069544f6
)) ### Tests * standardise use of `share` suite & `_mapdata` state [skip ci] ([3cb26c0
](3cb26c0a71
))
13 KiB
13 KiB
Changelog
0.20.0 (2021-09-13)
Continuous Integration
- 3003.1: update inc. AlmaLinux, Rocky &
rst-lint
[skip ci] (8082c7e) - commitlint: ensure
upstream/master
uses main repo URL [skip ci] (19d42a9) - gemfile.lock: add to repo with updated
Gemfile
[skip ci] (c15db2b) - gemfile+lock: use
ssf
customisedinspec
repo [skip ci] (d46d646) - gitlab-ci: use GitLab CI as Travis CI replacement (c642234)
- kitchen: move
provisioner
block & updaterun_command
[skip ci] (0128f48) - kitchen+ci: update with latest
3003.2
pre-salted images [skip ci] (8c1a04c) - add Debian 11 Bullseye & update
yamllint
configuration [skip ci] (aa69b55) - gemfile+lock: use
ssf
customisedkitchen-docker
repo [skip ci] (0cdaad3) - kitchen: use
saltimages
Docker Hub where available [skip ci] (1b4cfcd) - kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (9de203a)
- kitchen+gitlab: adjust matrix to add
3003
[skip ci] (9833cb6) - kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (a3556b4)
- add
arch-master
to matrix and update.travis.yml
[skip ci] (73ee1c9) - gitlab-ci: add
rubocop
linter (withallow_failure
) [skip ci] (db90981) - kitchen+gitlab-ci: use latest pre-salted images [skip ci] (df1f583)
- kitchen+travis: remove
master-py2-arch-base-latest
[skip ci] (f1b306d) - pre-commit: add to formula [skip ci] (1b24859)
- pre-commit: enable/disable
rstcheck
as relevant [skip ci] (ffc60d2) - pre-commit: finalise
rstcheck
configuration [skip ci] (800a5e1) - pre-commit: update hook for
rubocop
[skip ci] (182622d) - travis: add notifications => zulip [skip ci] (51f0a8e)
- workflows/commitlint: add to repo [skip ci] (b202791)
Documentation
- readme: fix headings [skip ci] (292b023)
Features
- config.sls: allow to not manage zone file (2d06954)
Tests
- standardise use of
share
suite &_mapdata
state [skip ci] (3cb26c0)
0.19.2 (2020-03-23)
Bug Fixes
- debian: align Debian log directory with apparmor profile (b5efc0b)
Continuous Integration
- kitchen: avoid using bootstrap for
master
instances [skip ci] (292e495)
0.19.1 (2020-01-27)
Bug Fixes
- default.sls: fix subnet declaration (c814779), closes #144
- rubocop: add fixes using
rubocop -a --safe
[skip ci] (9d2966f)
Reverts
- config_spec.rb: do partial revert of
rubocop -a --safe
(75810c0)
0.19.0 (2019-12-21)
Bug Fixes
- release.config.js: use full commit hash in commit link [skip ci] (adcdbb1)
Continuous Integration
- gemfile: restrict
train
gem version until upstream fix [skip ci] (b7b0d65) - kitchen: use
debian-10-master-py3
instead ofdevelop
[skip ci] (c91fe2a) - kitchen: use
develop
image untilmaster
is ready (amazonlinux
) [skip ci] (5afc27e) - kitchen+travis: upgrade matrix after
2019.2.2
release [skip ci] (6ba1dd5) - travis: apply changes from build config validation [skip ci] (1838174)
- travis: opt-in to
dpl v2
to complete build config validation [skip ci] (577ad6d) - travis: quote pathspecs used with
git ls-files
[skip ci] (88f9ff1) - travis: restrict
semantic-release
version until upstream fix (5989bb9) - travis: run
shellcheck
during lint job [skip ci] (37c65de) - travis: update
salt-lint
config forv0.0.10
[skip ci] (4c6a882) - travis: use
major.minor
forsemantic-release
version (66c4d9f), closes /github.com/saltstack-formulas/bind-formula/issues/143#issuecomment-568197176 - travis: use build config validation (beta) [skip ci] (681c345)
- merge travis matrix, add
salt-lint
&rubocop
tolint
job (7b23dbb)
Documentation
- contributing: remove to use org-level file instead [skip ci] (9c11845)
- readme: update link to
CONTRIBUTING
[skip ci] (ab6ea39)
Features
- map.jinja: add Gentoo support (7415a9b)
Performance Improvements
- travis: improve
salt-lint
invocation [skip ci] (b63490c)
0.18.4 (2019-10-10)
Bug Fixes
- config.sls: fix
salt-lint
errors () - named.conf.local.jinja: fix
salt-lint
errors () - named.conf.logging.jinja: fix
salt-lint
errors ()
Continuous Integration
0.18.3 (2019-10-07)
Bug Fixes
- pillar.example: fix
yamllint
error (eb29e00), closes /travis-ci.org/myii/bind-formula/builds/594704904#L211-L213
Continuous Integration
- use
dist: bionic
& applyopensuse-leap-15
SCP error workaround (90abafa) - kitchen: change
log_level
todebug
instead ofinfo
(e0be98a) - kitchen: install required packages to bootstrapped
opensuse
[skip ci] (a5ad4c6) - kitchen: use bootstrapped
opensuse
images until2019.2.2
[skip ci] (0d02016) - platform: add
arch-base-latest
(commented out for now) [skip ci] (c091c74) - yamllint: add rule
empty-values
& use newyaml-files
setting (9163726)
0.18.2 (2019-09-05)
Continuous Integration
- kitchen+travis: replace EOL pre-salted images (3a4d4e8)
Tests
- inspec: improve to work on
amazon
as well (59684c6)
0.18.1 (2019-08-18)
Bug Fixes
- tests: move to controls sub-directory (74bbc5b)
Continuous Integration
- travis: re-enable
fedora
(4a6ac4e)
0.18.0 (2019-08-17)
Continuous Integration
Features
- yamllint: include for this repo and apply rules throughout (a81c9ff)
0.17.0 (2019-05-24)
Continuous Integration
- reduce platforms tested (374b777)
Features
- implement an automated changelog (61bb936)
Tests
- inspec: fix suse/opensuse tests (64872f6)