Releases: saltstack-formulas/influxdb-formula
Releases · saltstack-formulas/influxdb-formula
v0.3.3
0.3.3 (2020-12-16)
Bug Fixes
- release.config.js: use full commit hash in commit link [skip ci] (4f2c4a5)
Continuous Integration
- gemfile: restrict
traingem version until upstream fix [skip ci] (9ac0fac) - gemfile.lock: add to repo with updated
Gemfile[skip ci] (78abe11) - gitlab-ci: use GitLab CI as Travis CI replacement (09e1ffe)
- kitchen: avoid using bootstrap for
masterinstances [skip ci] (f2ba8bd) - kitchen: use
debian-10-master-py3instead ofdevelop[skip ci] (1ada26c) - kitchen: use
developimage untilmasteris ready (amazonlinux) [skip ci] (489ac8c) - kitchen: use
saltimagesDocker Hub where available [skip ci] (5ca8b9a) - kitchen+travis: remove
master-py2-arch-base-latest[skip ci] (d8372de) - kitchen+travis: upgrade matrix after
2019.2.2release [skip ci] (61edc79) - pre-commit: add to formula [skip ci] (172b5b4)
- pre-commit: enable/disable
rstcheckas relevant [skip ci] (fabc9eb) - pre-commit: finalise
rstcheckconfiguration [skip ci] (c80c66e) - travis: add notifications => zulip [skip ci] (0bc4566)
- travis: apply changes from build config validation [skip ci] (c4ade2b)
- travis: opt-in to
dpl v2to complete build config validation [skip ci] (b09be58) - travis: quote pathspecs used with
git ls-files[skip ci] (c8f134e) - travis: run
shellcheckduring lint job [skip ci] (2994fa6) - travis: update
salt-lintconfig forv0.0.10[skip ci] (834e3df) - travis: use
major.minorforsemantic-releaseversion [skip ci] (3d280b1) - travis: use build config validation (beta) [skip ci] (b6cc703)
- workflows/commitlint: add to repo [skip ci] (d80c8c6)
Documentation
- contributing: remove to use org-level file instead [skip ci] (ff4f0fd)
- readme: update link to
CONTRIBUTING[skip ci] (f6d3bfb)
Performance Improvements
- travis: improve
salt-lintinvocation [skip ci] (b995d48)
v0.3.2
v0.3.1
0.3.1 (2019-10-10)
Bug Fixes
Continuous Integration
- kitchen: change
log_leveltodebuginstead ofinfo() - kitchen: install required packages to bootstrapped
opensuse[skip ci] () - kitchen: use bootstrapped
opensuseimages until2019.2.2[skip ci] () - kitchen+travis: replace EOL pre-salted images ()
- platform: add
arch-base-latest(commented out for now) [skip ci] () - yamllint: add rule
empty-values& use newyaml-filessetting () - merge travis matrix, add
salt-lint&rubocoptolintjob () - use
dist: bionic& applyopensuse-leap-15SCP error workaround ()
v0.3.0
0.3.0 (2019-08-25)
Bug Fixes
- gemfile: don't put Gemfile.lock in repo (c20c491)
- install: fix systemd unit install on Suse (94c5367)
- state: fix int comparison (4874c05)
- states: use curl instead of wget (not installed everywhere) (cfdfc38)
Code Refactoring
- kitchen: sync Kitchene file with template-formula (5d40aec)
Continuous Integration
- travis: default-debian-9-develop-py3 is buggy (ec3e57d)
- travis: re-enable tests on default-debian-9-develop-py3 (70f8d6f)
- travis: run tests first (13a55a7)
Documentation
- readme: update readme and add some documentation (d1fad82)
Features
- yamllint: include for this repo and apply rules throughout (f9e638c)
Styles
- misc: fix coding style (cece6c8)
Tests
v0.2.1: Merge pull request #25 from myii/fix/replace-gid_from_name
fix(init): replace `gid_from_name` (deprecated in `develop`)