Releases: saltstack-formulas/node-formula
Releases · saltstack-formulas/node-formula
v2.5.0
v2.4.0
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)
v2.3.0
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)
v2.2.0
v2.1.0
v2.0.0
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.
v1.1.1
v1.1.0
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
customisedinspec
repo [skip ci] (426bf1e) - kitchen: move
provisioner
block & updaterun_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
customisedkitchen-docker
repo [skip ci] (a099234) - gitlab-ci: add
rubocop
linter (withallow_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)
v1.0.1
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)
v1.0.0
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.