Releases: saltstack-formulas/consul-formula
Releases · saltstack-formulas/consul-formula
v1.2.0
v1.1.1
v1.1.0
v1.0.2
v1.0.1
1.0.1 (2022-02-12)
Bug Fixes
- install: use correct
unzip
package name forGentoo
(a8ee3ae)
Code Refactoring
- salt-lint: fix violations (bf73fca)
Continuous Integration
- update linters to latest versions [skip ci] (53f6d33)
- 3003.1: update inc. AlmaLinux, Rocky &
rst-lint
[skip ci] (100f869) - commitlint: ensure
upstream/master
uses main repo URL [skip ci] (c0fc41f) - gemfile: allow rubygems proxy to be provided as an env var [skip ci] (ae4f178)
- gemfile+lock: use
ssf
customisedinspec
repo [skip ci] (4538659) - gemfile+lock: use
ssf
customisedkitchen-docker
repo [skip ci] (1b8393c) - gitlab-ci: add
rubocop
linter (withallow_failure
) [skip ci] (fddea73) - gitlab-ci: use GitLab CI as Travis CI replacement (f58d76f)
- kitchen: move
provisioner
block & updaterun_command
[skip ci] (ae1833c) - kitchen+ci: update with
3004
pre-salted images/boxes [skip ci] (f9bc278) - kitchen+ci: update with latest
3003.2
pre-salted images [skip ci] (fc1ed54) - kitchen+ci: update with latest CVE pre-salted images [skip ci] (6988c3f)
- kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (1b036c3)
- kitchen+gitlab: adjust matrix to add
3003
[skip ci] (80037f8) - kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (33bfe13)
- kitchen+gitlab: update for new pre-salted images [skip ci] (0ab6348)
- add
arch-master
to matrix and update.travis.yml
[skip ci] (d7f0250) - add Debian 11 Bullseye & update
yamllint
configuration [skip ci] (6790314) - kitchen+gitlab-ci: use latest pre-salted images [skip ci] (95978ee)
- pre-commit: update hook for
rubocop
[skip ci] (c518638)
Tests
- standardise use of
share
suite &_mapdata
state [skip ci] (13db8f4)
v1.0.0
1.0.0 (2020-12-13)
Bug Fixes
- replace deprecated ui option with ui_config (3830ade)
BREAKING CHANGES
- This cannot be updated in a non-breaking fashion, but
the least disruptive route was chosen. - If both
ui
andui_config.enabled
are set,
ui_config
takes precedence. Hence, the change may enable the UI on
machines which had previously setui
to false. This is arguably better
than defaulting tofalse
, which would disable the UI where it is
supposed to be enabled. - Removing the option entirely breaks similarly if users
rely on the formula defaults, since Consul's default isfalse
and the
formula's default used to betrue
. - The only other way to break less would be to set both
options, but then users would also have override both (which is not
obvious and very annoying) and there would still be no way forward to
when Consul actually removes the deprecated option.
v0.13.0
0.13.0 (2020-12-13)
Continuous Integration
- gemfile.lock: add to repo with updated
Gemfile
[skip ci] (cdf1565) - kitchen: use
saltimages
Docker Hub where available [skip ci] (0525720) - kitchen+travis: add new platforms [skip ci] (e0e19d5)
- kitchen+travis: adjust matrix to add
3000.2
& remove2018.3
[skip ci] (5379660) - kitchen+travis: adjust matrix to add
3000.3
[skip ci] (2d02fdf) - kitchen+travis: adjust matrix to update
3000
to3000.1
(d36521c) - kitchen+travis: remove
master-py2-arch-base-latest
[skip ci] (f61fd0f) - pre-commit: add to formula [skip ci] (b587c20)
- pre-commit: enable/disable
rstcheck
as relevant [skip ci] (1911fa8) - pre-commit: finalise
rstcheck
configuration [skip ci] (3bd7a05) - travis: add notifications => zulip [skip ci] (785955c)
- workflows/commitlint: add to repo [skip ci] (2a7adf5)
Features
- gitlab-ci: use GitLab CI as Travis CI replacement (99639ee)
v0.12.0
v0.11.2: Merge pull request #47 from jle35/master
fix(slspath): replace slspath by tpl_root