Skip to content

Latest commit

 

History

History
151 lines (89 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

151 lines (89 loc) · 10.1 KB

Changelog

1.2.0 (2022-05-06)

Continuous Integration

  • gemfile.lock: fix erroneous indentation (84e5f14)

Features

  • freebsd: add FreeBSD support (c49d33b)

Tests

  • freebsd: add kitchen FreeBSD recipes and github workflow (09f60fd)

1.1.1 (2022-05-05)

Code Refactoring

  • use of mapdata and libtofs (c287bdc)

1.1.0 (2022-04-27)

Features

  • map: update to v5 map.jinja (2968032)

Tests

  • _mapdata: fix CentOS 8 name in integration file [skip ci] (a8fe75a)

1.0.2 (2022-04-25)

Continuous Integration

  • kitchen+gitlab: update for new pre-salted images [skip ci] (897ba26)

Documentation

  • readme: add correct description [skip ci] (5563e25)

Tests

  • map: verify map.jinja dump using _mapdata state (2043908)
  • system: add build_platform_codename [skip ci] (2d97668)

1.0.1 (2022-02-12)

Bug Fixes

  • install: use correct unzip package name for Gentoo (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 customised inspec repo [skip ci] (4538659)
  • gemfile+lock: use ssf customised kitchen-docker repo [skip ci] (1b8393c)
  • gitlab-ci: add rubocop linter (with allow_failure) [skip ci] (fddea73)
  • gitlab-ci: use GitLab CI as Travis CI replacement (f58d76f)
  • kitchen: move provisioner block & update run_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)

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 and ui_config.enabled are set, ui_config takes precedence. Hence, the change may enable the UI on machines which had previously set ui to false. This is arguably better than defaulting to false, 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 is false and the formula's default used to be true.
  • 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.

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 & remove 2018.3 [skip ci] (5379660)
  • kitchen+travis: adjust matrix to add 3000.3 [skip ci] (2d02fdf)
  • kitchen+travis: adjust matrix to update 3000 to 3000.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)

0.12.0 (2020-03-26)

Features

  • semantic-release: implement for this formula (ec8f6c9)