Skip to content

Latest commit

 

History

History
230 lines (118 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

230 lines (118 loc) · 13.1 KB

Changelog

2.5.0 (2022-07-17)

Continuous Integration

  • update pre-commit configuration inc. for pre-commit.ci [skip ci] (cd18cec)

Features

  • os*map: update version installed on Debian/Ubuntu (1e82b29)

2.4.0 (2022-06-07)

Continuous Integration

  • kitchen+gitlab: update for new pre-salted images [skip ci] (3c2ee6e)
  • vagrant: use linked_clone at all times (inc. CI) [skip ci] (0db341d)

Features

  • os*map: update version installed on Debian/Ubuntu (b0c4bd9)
  • os*map: update version installed on Debian/Ubuntu [skip ci] (f204851)

Tests

  • system.rb: add support for mac_os_x [skip ci] (74d8a56)

2.3.0 (2022-03-24)

Continuous Integration

  • enable Vagrant-based testing using GitHub Actions (0d1bd4a)
  • update linters to latest versions [skip ci] (ed63546)
  • gemfile: allow rubygems proxy to be provided as an env var [skip ci] (478c2c7)
  • kitchen+gitlab: update for new pre-salted images [skip ci] (7e237d1)

Documentation

  • readme: add Testing with Vagrant section (05c942e)

Features

  • freebsd: add support to work with the default suite (0f50475)
  • openbsd: add support to work with the default suite (1d97949)
  • os*map: update version installed on Debian/Ubuntu [skip ci] (d4407fa)
  • os*map: update version installed on Debian/Ubuntu [skip ci] (e806dcb)
  • os*map: update version installed on Debian/Ubuntu [skip ci] (2976bf2)
  • osfingermap: use last working version for Fedora 34 [skip ci] (c38f422)
  • windows: add support to work with the default suite (f1066d6)

Tests

  • system: add build_platform_codename [skip ci] (de02abe)

2.2.0 (2022-01-16)

Code Refactoring

Features

  • tumbleweed: update version via. new oscodenamemap (3ce9ef2)

2.1.0 (2022-01-14)

Continuous Integration

  • kitchen+ci: update with 3004 pre-salted images/boxes [skip ci] (29a797a)

Features

  • repo: update installation version [skip ci] (4902faf)
  • repo: update installation version (cad52df)

2.0.0 (2021-11-12)

Bug Fixes

  • package: use correct version parameter with packages (6ce8259)

BREAKING CHANGES

  • package: node:pkg:version needs to be specified as the full version number (ie, 16.13.0) instead of just the major number in order to be able to properly install using packages and pin the desired version.

1.1.1 (2021-10-27)

Bug Fixes

  • package: remove double colon on pillar item (6049849)

Code Refactoring

  • jinja: remove on due date (eddad91)

1.1.0 (2021-10-26)

Bug Fixes

  • debian: allow version to be user-provided, don't force v13 (9b1eb68)
  • debian: don't include comps in name and in comps, comps is string (becd5ba)
  • debian: don't rely on pillar.get, build repo.name when needed (67a3dda)

Continuous Integration

  • 3003.1: update inc. AlmaLinux, Rocky & rst-lint [skip ci] (b47573e)
  • gemfile+lock: use ssf customised inspec repo [skip ci] (426bf1e)
  • kitchen: move provisioner block & update run_command [skip ci] (a40e1e8)
  • kitchen+ci: update with latest 3003.2 pre-salted images [skip ci] (e60311b)
  • kitchen+ci: update with latest CVE pre-salted images [skip ci] (0c485e2)
  • add arch-master to matrix and update .travis.yml [skip ci] (922e34d)
  • add Debian 11 Bullseye & update yamllint configuration [skip ci] (25d4626)
  • commitlint: ensure upstream/master uses main repo URL [skip ci] (c7e7957)
  • gemfile+lock: use ssf customised kitchen-docker repo [skip ci] (a099234)
  • gitlab-ci: add rubocop linter (with allow_failure) [skip ci] (ae1484a)
  • kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (490ccb2)
  • kitchen+gitlab: adjust matrix to add 3003 [skip ci] (6138902)
  • kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (75dde65)
  • kitchen+gitlab-ci: use latest pre-salted images [skip ci] (8f864c1)
  • pre-commit: update hook for rubocop [skip ci] (fdb19f4)

Documentation

  • readme: fix headings [skip ci] (49e05b5)

Features

  • suse: update installation from nodejs10 => nodejs14 [skip ci] (bf107ff)

Tests

  • standardise use of share suite & _mapdata state [skip ci] (42f8881)

1.0.1 (2020-12-16)

Continuous Integration

  • gitlab-ci: use GitLab CI as Travis CI replacement (88cc5e4)
  • kitchen: use saltimages Docker Hub where available [skip ci] (4c4c93a)
  • pre-commit: add to formula [skip ci] (5c6ac84)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (65d4b7b)
  • pre-commit: finalise rstcheck configuration [skip ci] (f4009a0)

Styles

  • libtofs.jinja: use Black-inspired Jinja formatting [skip ci] (1f0a3d2)

1.0.0 (2020-06-01)

Continuous Integration

  • kitchen+travis: add new platforms [skip ci] (60239d4)
  • kitchen+travis: adjust matrix to add 3000.3 [skip ci] (3527bc5)

Features

  • formula: store macros.jinja in subdir (277d617)

BREAKING CHANGES

  • formula: Major refactor of formula to bring it in alignment with the template-formula. As with all substantial changes, please ensure your existing configurations work in the ways you expect from this formula.

0.14.2 (2020-05-02)

Bug Fixes

  • config/file: use |tojson (was failing on Arch 2019.2) (032abda)

Continuous Integration

  • kitchen+travis: adjust matrix to add 3000.2 & remove 2018.3 (21dc1c9)

0.14.1 (2020-04-15)

Bug Fixes

  • osfamilymap: use correct package for Suse (d8a8264)

Continuous Integration

  • travis: update matrix to test across all platforms (f923134)

0.14.0 (2020-04-13)

Bug Fixes

  • cleanup: tidyup few loose ends (febeb4c)

Features

  • template: align to template formula (2570563)