Releases: saltstack-formulas/openssh-formula
Releases · saltstack-formulas/openssh-formula
v3.0.5
3.0.5 (2025-07-10)
Bug Fixes
v3.0.4
3.0.4 (2025-06-09)
Bug Fixes
- sshd_config: remove special newline handling for auth options (3d2442f)
Continuous Integration
- pre-commit.ci: perform
pre-commitautoupdate (a09a0b2) - vagrant: remove testing for unsupported OSes (f214ad0)
- update
pre-commitconfiguration inc. for pre-commit.ci [skip ci] (b29b10d) - kitchen+gitlab: update for new pre-salted images [skip ci] (f2c7d39)
- vagrant: use
linked_cloneat all times (inc. CI) [skip ci] (917b3a1)
Tests
v3.0.3
v3.0.2
3.0.2 (2022-02-03)
Bug Fixes
- libmatchers: python client API can use
config.getoptions (560a5cc)
Code Refactoring
- map.jinja: standardise v5 structure [skip ci] (3162842)
Continuous Integration
- 3003.1: update inc. AlmaLinux, Rocky &
rst-lint[skip ci] (7190129) - freebsd: update with latest pre-salted Vagrant boxes [skip ci] (943cf17)
- gemfile: allow rubygems proxy to be provided as an env var [skip ci] (8b2cd1b)
- gemfile+lock: use
ssfcustomisedinspecrepo [skip ci] (e5d83f3) - kitchen: move
provisionerblock & updaterun_command[skip ci] (1685782) - kitchen+ci: update with
3004pre-salted images/boxes [skip ci] (e59160f) - kitchen+ci: update with latest
3003.2pre-salted images [skip ci] (d48bdde) - kitchen+ci: update with latest CVE pre-salted images [skip ci] (5d4ed95)
- kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (b7ddbb0)
- kitchen+gitlab: update for new pre-salted images [skip ci] (eede9fa)
- vagrant: replace FreeBSD 12.2 with 12.3 [skip ci] (5e8a886)
- add Debian 11 Bullseye & update
yamllintconfiguration [skip ci] (efb6799) - vagrant: add OpenBSD 6.9 [skip ci] (fb78927)
- add
arch-masterto matrix and update.travis.yml[skip ci] (1af42b2) - kitchen+gitlab: adjust matrix to add
3003[skip ci] (c82927f) - vagrant: add FreeBSD 13.0 [skip ci] (7c69859)
- vagrant: use pre-salted boxes & conditional local settings [skip ci] (531de16)
Documentation
- readme: fix headings [skip ci] (52abade)
Tests
- _mapdata: add verification file for
debian-11[skip ci] (42e17b2) - _mapdata: add verification file for
fedora-34[skip ci] (3f6c4a0) - alma+rocky: add platforms (based on CentOS 8) [skip ci] (2dc565b)
- default: use
grains.getforoscodename(for FreeBSD) [skip ci] (aa8f9db) - freebsd: add
map.jinjaverification file (for 13.0) (018a47c) - pillar: add
ssh-rsaKitchen workaround on Arch Linux [skip ci] (ecd62e4) - pillar: add
ssh-rsaKitchen workaround on Gentoo [skip ci] (d65ea55) - pillar: add platforms to
ssh-rsaKitchen workaround [skip ci] (6260e85)
v3.0.1
3.0.1 (2021-03-26)
Bug Fixes
- openbsd: fix
dig_pkg, avoidUsePAM& add verification file (2868560)
Continuous Integration
- enable Vagrant-based testing using GitHub Actions (f1af455)
- gemfile+lock: use
ssfcustomisedkitchen-dockerrepo [skip ci] (01512a0) - kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (79321be)
- kitchen+gitlab-ci: use latest pre-salted images [skip ci] (c2a366f)
- pre-commit: update hook for
rubocop[skip ci] (ccb6a44)
Documentation
- readme: add
Testing with Vagrantsection (2f8c31c)
Tests
v3.0.0
3.0.0 (2021-01-12)
Code Refactoring
- map: compound matchers like parsing with
libmatchers(925c86e) - map: load
defaults.jinjaconfiguration withlibmapstack(174bb68) - map: load
map.jinjaconfiguration withlibmapstack(568bb7c) - map: load formula configuration with
libmatchers(ff6b56c)
Documentation
- map: document the new
map.jinjawith targeting like syntax (7ecb24b)
Features
- map: use targeting like syntax for configuration (1be0d87)
- matchers: add delimiter option for source definitions (d69556d)
Styles
- mapstack: variables in macro can't be exported (7de2d6f)
BREAKING CHANGES
- map: the configuration
map_jinja:sourcesis only
configurable withsalt://parameters/map_jinja.yaml
andsalt://{{ tplroot }}/parameters/map_jinja.yaml - map: the
map_jinja:config_get_rootsis replaced by
compound likemap_jinja:sources - map: the two
config_get_lookupandconfig_getare
replaced byC@<tplroot>:lookupandC@<tplroot>
sources
v2.0.6
v2.0.5
2.0.5 (2020-12-22)
Continuous Integration
- commitlint: ensure
upstream/masteruses main repo URL [skip ci] (7af3bf2) - gitlab-ci: add
rubocoplinter (withallow_failure) [skip ci] (37b9f3a) - gitlab-ci: use GitLab CI as Travis CI replacement (bccd5fd)
- pre-commit: add to formula [skip ci] (4e13609)
- pre-commit: enable/disable
rstcheckas relevant [skip ci] (094bef5) - pre-commit: finalise
rstcheckconfiguration [skip ci] (75e843a)
Tests
- map: standardise
map.jinjaverification (2bab68f)