X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/0fd79b30ae5f9b55490e701782bcaba992951eb6..82e381619cd53f5dc5093e3a412b83405fdbe5d8:/docs/CHANGELOG.rst diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1379e48..de0b712 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,1394 +2,166 @@ Changelog ========= -`4.0.6 `_ (2020-04-07) ----------------------------------------------------------------------------------------------------------- +`1.1.4 `_ (2020-12-23) +--------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ -* **running.sls:** use ``watch`` not ``require`` to ensure service restart (\ `3a1fc35 `_\ ) - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **libsaltcli:** use the ``opts`` dict throughout [skip ci] (\ `69b632f `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen+travis:** adjust matrix to add ``3000`` & remove ``2017.7`` [skip ci] (\ `f81c372 `_\ ) -* **kitchen+travis:** adjust matrix to update ``3000`` to ``3000.1`` [skip ci] (\ `f48a727 `_\ ) - -`4.0.5 `_ (2020-03-23) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `241646f `_\ ) - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **service:** use ``systemd-journald`` instead of ``systemd-udevd`` (\ `a265105 `_\ ) - -`4.0.4 `_ (2020-02-14) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **libtofs:** “files_switch” mess up the variable defined by “map.jinja” (\ `ab4ce75 `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** avoid using bootstrap for ``master`` instances (\ `6ecdb99 `_\ ) - -`4.0.3 `_ (2020-01-27) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* fix ``CentOS Linux-7`` and add ``os`` details from current CI setup (\ `4be16ca `_\ ) -* **travis:** reinstate conversion test [skip ci] (\ `5d47fda `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `e9bfb71 `_\ ) - -`4.0.2 `_ (2019-12-19) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **convert-formula.sh:** remove "Using this template" post-conversion (\ `55ab937 `_\ ) -* **convert-formula.sh:** remove ``rubocop`` override post-conversion (\ `aca4e44 `_\ ) -* **convert-formula.sh:** remove CI test post-conversion (\ `06ec949 `_\ ) -* **convert-formula.sh:** reset version to ``1.0.0`` (\ `39889ce `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **convert-formula.sh:** add usage guide (\ `539a335 `_\ ) - -`4.0.1 `_ (2019-12-17) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **convert-formula.sh:** apply remaining suggestions from `#180 `_ (\ `76ecd44 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/180#discussion_r357308821 `_ `/github.com/saltstack-formulas/template-formula/pull/180#discussion_r357318860 `_ `/github.com/saltstack-formulas/template-formula/pull/180#discussion_r357362707 `_ - -`4.0.0 `_ (2019-12-16) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* improve reusability using an unique keyword TEMPLATE (\ `2e8ded6 `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `1b6164f `_\ ) -* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `341f495 `_\ ) - -Features -^^^^^^^^ - - -* add script to ease conversion from template to real formula (\ `edfa269 `_\ ) - -Tests -^^^^^ - - -* add CI test of conversion script (\ `7ad85ae `_\ ) - -BREAKING CHANGES -^^^^^^^^^^^^^^^^ - - -* changed all state names and ids - -`3.3.4 `_ (2019-11-27) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **release.config.js:** use full commit hash in commit link [skip ci] (\ `4ac8d92 `_\ ) +* **apt:** update repository URL (\ `b1b06f9 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ -* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `14ebf92 `_\ ) -* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `42482d7 `_\ ) -* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `d0e07b8 `_\ ) -* **travis:** apply changes from build config validation [skip ci] (\ `b625245 `_\ ) -* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `f1fbf7f `_\ ) -* **travis:** run ``shellcheck`` during lint job (\ `a711665 `_\ ) -* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `faea464 `_\ ) -* **travis:** use build config validation (beta) [skip ci] (\ `66494bb `_\ ) +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `24c9b5d `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `7a3adcc `_\ ) +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `e3ad2e8 `_\ ) -Performance Improvements -^^^^^^^^^^^^^^^^^^^^^^^^ - - -* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `7a96cd7 `_\ ) - -`3.3.3 `_ (2019-10-16) ----------------------------------------------------------------------------------------------------------- +`1.1.3 `_ (2020-12-07) +--------------------------------------------------------------------------------------------------------- Documentation ^^^^^^^^^^^^^ -* **contributing:** add recent ``semantic-release`` formulas [skip ci] (\ ` `_\ ) -* **contributing:** remove to use org-level file instead [skip ci] (\ ` `_\ ) -* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ ` `_\ ) -* **reamde:** have special notes section (\ ` `_\ ) - -`3.3.2 `_ (2019-10-08) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ `484ce24 `_\ ) -* **rubocop:** fix remaining errors manually (\ `9566b6f `_\ ) - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **travis:** merge ``lint`` stage into the ``test`` stage (\ `d3b93f8 `_\ ) +* **examples:** reduce snakeoil cert days to 1yr (\ `0bc7de5 `_\ ) -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `1cfed60 `_\ ) -* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `0467bdf `_\ ) -* **travis:** quote ``${INSTANCE}`` when running ``kitchen verify`` (\ `00d56a4 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/175#discussion_r332525964 `_ -* **travis:** run ``rubocop`` during the ``Lint`` job (\ `8d8c766 `_\ ) -* **travis:** run ``salt-lint`` during the ``Lint`` job (\ `2df4646 `_\ ), closes `/freenode.logbot.info/saltstack-formulas/20191004#c2723464 `_ `/freenode.logbot.info/saltstack-formulas/20191004#c2724272 `_ -* **travis:** use ``env`` and ``name`` for improved display in Travis (\ `5f773d1 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/175#discussion_r332613933 `_ +`1.1.2 `_ (2020-12-07) +--------------------------------------------------------------------------------------------------------- Documentation ^^^^^^^^^^^^^ -* **bug_report:** add section requesting commit hash / release tag (\ `faccb6a `_\ ) -* **bug_report:** group into sections for better logical ordering (\ `e9b6c2f `_\ ) -* **contributing:** add recent ``semantic-release`` formula (\ `c2924b0 `_\ ) -* **contributing:** add recent ``semantic-release`` formula (\ `8d2318c `_\ ) -* **contributing:** add recent ``semantic-release`` formula [skip ci] (\ `85118de `_\ ) -* **issues:** provide ``Bug report`` & ``Feature request`` templates (\ `f90f1f6 `_\ ) -* **issues:** use ``Meta`` instead of ``Optional`` as suggested (\ `65cadb4 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/174#issuecomment-538999459 `_ -* **issues:** use larger headings (from level 4 to level 3) (\ `53e7b75 `_\ ) -* **pillar.example:** fix TOFS comment to explain the default path [skip ci] (\ `fde5063 `_\ ), closes `/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537965254 `_ `/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537988138 `_ -* **pillar.example:** improve TOFS comment to explain the default path [skip ci] (\ `27d2fe4 `_\ ), closes `/github.com/saltstack-formulas/nginx-formula/blob/17291a0ae2c2554707b79d897bb6ddec716e8426/pillar.example#L340-L341 `_ +* **examples:** add missing SAN to snakeoil ssl cert (\ `a68f6fa `_\ ) +* **examples:** better organization and naming (\ `fa49dbe `_\ ) +* **examples:** improve helper snakeoil ssl certs (\ `fcec3ef `_\ ) -`3.3.1 `_ (2019-09-23) ----------------------------------------------------------------------------------------------------------- +`1.1.1 `_ (2020-11-24) +--------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ -* **subcomponent:** clean referencing wrong sls (\ `394808e `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `330b0cb `_\ ) -* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `1b929ff `_\ ) -* **platform:** add ``arch-base-latest`` (\ `042e8e2 `_\ ) -* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `70ed7e2 `_\ ), closes `#164 `_ +* **creds:** remove underscores (\ `64c887c `_\ ) +* **crunch-dispatch-local:** re-enable crunch-run.sh to tune docker call (\ `0fdc919 `_\ ) +* **dispatcher:** add missing crunch-dispatch-local config file (\ `91e5896 `_\ ) Documentation ^^^^^^^^^^^^^ -* **contributing:** add recent ``semantic-release`` formulas (\ `7f36ae9 `_\ ) - -`3.3.0 `_ (2019-08-27) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - +* **single_host:** fix hostnames and tests (\ `6c52de7 `_\ ) -* **libtofs:** avoid using subpath by default (\ `c07471d `_\ ) +Tests +^^^^^ -Code Refactoring -^^^^^^^^^^^^^^^^ +* **dispatcher:** add helper state (\ `1bddf7e `_\ ) +* **dispatcher:** cert needs to match each hostname (\ `2ac8a85 `_\ ) -* **libtofs:** remove deprecated ``v1_path_prefix`` argument (\ `ad2a965 `_\ ) +`1.1.0 `_ (2020-11-03) +--------------------------------------------------------------------------------------------------------- Features ^^^^^^^^ -* **yamllint:** include for this repo and apply rules throughout (\ `e76525f `_\ ) +* **distro:** add centos-7 support (\ `ba5e37e `_\ ) -`3.2.1 `_ (2019-08-06) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **tofs:** move subcomponent definition to ``defaults.yaml`` (\ `c269673 `_\ ) -* **tofs:** move subcomponent templates to first ``source`` match (\ `70cc92d `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen+travis:** replace EOL pre-salted images (\ `42ab22c `_\ ) - -`3.2.0 `_ (2019-08-03) ----------------------------------------------------------------------------------------------------------- +`1.0.2 `_ (2020-10-17) +--------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ -* **formula:** update to current oldest supported version of Salt (\ `878eca1 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **libtofs:** explain usage of sub-directory for components (\ `42a75d9 `_\ ) -* **readme:** describe the new “template.subcomponent” states (\ `6b595cd `_\ ) - -Features -^^^^^^^^ - - -* **sub-component:** manage a dedicated configuration file (\ `c4440d7 `_\ ) -* **tofs:** lookup files directory in “tpldir” hierarchy (\ `5c495fb `_\ ) - -Tests -^^^^^ - - -* **inspec:** verify subcomponent configuration file (\ `fd55e03 `_\ ) +* **dispatcher:** add missing files for local dispatcher (\ `eb73d56 `_\ ) -`3.1.1 `_ (2019-07-25) ----------------------------------------------------------------------------------------------------------- +`1.0.1 `_ (2020-10-16) +--------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ -* **tofs:** prepend the config-based ``source_files`` to the default (\ `3483e76 `_\ ), closes `/github.com/saltstack-formulas/nginx-formula/pull/247#issuecomment-514262549 `_ `#151 `_ +* **config:** prevent duplicated, undesired entries (\ `d9ede82 `_\ ) Documentation ^^^^^^^^^^^^^ -* **tofs:** ensure merged will all recent changes (\ `6a614d9 `_\ ) -* **tofs:** update from ``nginx-formula`` (\ `23a221e `_\ ), closes `/github.com/saltstack-formulas/nginx-formula/pull/238#discussion_r289124365 `_ +* **examples:** improve consistency in naming (\ `73a0b42 `_\ ) -`3.1.0 `_ (2019-07-24) ----------------------------------------------------------------------------------------------------------- +`1.0.0 `_ (2020-10-15) +--------------------------------------------------------------------------------------------------------- -Bug Fixes -^^^^^^^^^ +`0.3.0 `_ (2020-10-14) +--------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ -* **grain:** fix grain value (\ `26edfa0 `_\ ) +* **pre-commit:** add to formula [skip ci] (\ `703e004 `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `860adf0 `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `9539adf `_\ ) Documentation ^^^^^^^^^^^^^ -* **map:** update comments in ``os*.yaml`` after adding ``osarchmap`` (\ `d71a258 `_\ ) +* **readme:** fix ``rstcheck`` violation [skip ci] (\ `bceb58a `_\ ), closes `/travis-ci.org/github/myii/arvados-formula/builds/731605195#L255 `_ Features ^^^^^^^^ -* **mapping:** introduce osarchmap per issue `#13 `_ (\ `41ac40d `_\ ) - -Tests -^^^^^ - - -* **osarch:** add unit test for osarch (\ `1be2052 `_\ ) - -`3.0.9 `_ (2019-07-24) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **libtofs:** don't crash if “tofs.files_switch” lookup a list (\ `0979d35 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formula (\ `f9def86 `_\ ) -* **contributing:** add recent ``semantic-release`` formula (\ `ed8c55a `_\ ) -* **contributing:** add recent ``semantic-release`` formulas (\ `57d0b85 `_\ ) - -Tests -^^^^^ - - -* **libtofs:** “tofs.files_switch” lookup can return a list (\ `13f1728 `_\ ) - -`3.0.8 `_ (2019-07-08) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add template-formula to ``semantic-release`` formulas (\ `87e4ebc `_\ ) - -`3.0.7 `_ (2019-07-04) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formula (\ `c679cb5 `_\ ) - -`3.0.6 `_ (2019-06-28) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **string:** remove capitalisation from 'template' string (\ `7062210 `_\ ) - -`3.0.5 `_ (2019-06-28) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formula (\ `fc50a9e `_\ ) - -`3.0.4 `_ (2019-06-27) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formulas (\ `22052fc `_\ ) - -`3.0.3 `_ (2019-06-25) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formula (\ `7f56237 `_\ ) - -`3.0.2 `_ (2019-06-20) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formulas (\ `461c7a5 `_\ ) - -`3.0.1 `_ (2019-06-16) ----------------------------------------------------------------------------------------------------------- - -Tests -^^^^^ - - -* **inspec:** readme for default profile & os-name depreciated (\ `3fa7bce `_\ ) - -`3.0.0 `_ (2019-06-13) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **pkgname:** reserve 'pkg' as packaging dict (\ `c6ae81c `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `7b5d4ff `_\ ) - -BREAKING CHANGES -^^^^^^^^^^^^^^^^ - - -* **pkgname:** the parameter ``pkg`` is now a dictionary. References - to ``template.pkg`` should be changed to ``template.pkg.name``. - -`2.2.1 `_ (2019-05-31) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **\ ``osfamilymap``\ :** avoid *BSD ambiguity with MacOS ``rootgroup`` (\ `3338605 `_\ ) +* **components,version:** add extra components, new version (\ `4bf9501 `_\ ) -`2.2.0 `_ (2019-05-31) ------------------------------------------------------------------------------------------------------------ - -Features -^^^^^^^^ +Styles +^^^^^^ -* **macos:** basic package and group handling (\ `8c3fe22 `_\ ) +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `64798a8 `_\ ) -`2.1.18 `_ (2019-05-29) -------------------------------------------------------------------------------------------------------------- +`0.2.1 `_ (2020-06-16) +--------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ -* **\ ``libtofs``\ :** use ``select`` to deal with empty strings in path (\ `afe0751 `_\ ) -* **\ ``libtofs``\ :** use ``strip`` to deal with leading/trailing slashes (\ `2563a46 `_\ ) - -`2.1.17 `_ (2019-05-27) -------------------------------------------------------------------------------------------------------------- +* **init:** enable all sub-modules (\ `dd5b832 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ -* **kitchen:** add Bundler binstub for Kitchen (\ `7bb7c53 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **readme:** tidy headings (\ `d931ed1 `_\ ) - -`2.1.16 `_ (2019-05-27) -------------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add ufw formula to semantic release formulas (\ `18ff689 `_\ ) - -`2.1.15 `_ (2019-05-25) -------------------------------------------------------------------------------------------------------------- - -Tests -^^^^^ - - -* **\ ``services_spec``\ :** remove temporary ``suse`` conditional (\ `00d4a77 `_\ ) - -`2.1.14 `_ (2019-05-25) -------------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **\ ``config/file``\ :** add missing space before Jinja ``}}`` (\ `5cd08ab `_\ ) - -`2.1.13 `_ (2019-05-24) -------------------------------------------------------------------------------------------------------------- +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `ffc372d `_\ ) +* **kitchen+travis:** adjust matrix to add ``3000.3`` [skip ci] (\ `34c3f28 `_\ ) +* **travis:** add notifications => zulip [skip ci] (\ `71b9243 `_\ ) Documentation ^^^^^^^^^^^^^ -* **readme:** add testing requirements section (from ``vault-formula``\ ) (\ `e04413e `_\ ) +* **examples:** fix websocket nginx example stanza (\ `f1f4904 `_\ ) -`2.1.12 `_ (2019-05-24) -------------------------------------------------------------------------------------------------------------- +`0.2.0 `_ (2020-05-05) +--------------------------------------------------------------------------------------------------------- Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ -* **travis:** improve recommended matrix usage comment (\ `b08a0fd `_\ ) -* **travis:** reduce matrix down to 6 instances (ref: `#118 `_\ ) (\ `a8834e2 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add ``bind-formula`` to ``semantic-release`` formulas (\ `3da78b0 `_\ ) - -`2.1.11 `_ (2019-05-18) -------------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formula (\ `486b393 `_\ ) - -`2.1.10 `_ (2019-05-16) ------------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** fix link to contributing docs (\ `b6a33d3 `_\ ) - -`2.1.9 `_ (2019-05-16) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* move contributing sections and links to ease adaptation (\ `741896d `_\ ) - -`2.1.8 `_ (2019-05-16) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add recent ``semantic-release`` formulas (\ `#110 `_\ ) (\ `ab7afd4 `_\ ) - -`2.1.7 `_ (2019-05-15) ----------------------------------------------------------------------------------------------------------- - -Styles -^^^^^^ - - -* **indent:** fix indentation (\ `34d1307 `_\ ) - -`2.1.6 `_ (2019-05-15) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **\ ``map.jinja``\ :** *merge* defaults and ``config.get`` (\ `91bc2f0 `_\ ) - -`2.1.5 `_ (2019-05-15) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **\ ``map.jinja``\ :** use tplroot (\ `b9c5e03 `_\ ) - -`2.1.4 `_ (2019-05-15) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **\ ``map.jinja``\ :** remove ``merge`` from ``config.get`` (for ``salt-ssh``\ ) (\ `00e474c `_\ ), closes `#95 `_ - -`2.1.3 `_ (2019-05-13) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **travis:** don't install gems twice (\ `925d8e2 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **readme:** add testing section based on ``postgres-formula`` (\ `c309d5f `_\ ) - -`2.1.2 `_ (2019-05-13) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **gitignore:** add Gemfile.lock to .gitignore (\ `87fa410 `_\ ) - -`2.1.1 `_ (2019-05-13) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **semantic-release:** add list of semantic-release compatible formulas (\ `97b19b9 `_\ ) - -`2.1.0 `_ (2019-05-12) ----------------------------------------------------------------------------------------------------------- - -Features -^^^^^^^^ - - -* **centos-6:** reshape formula and tests for this platform (\ `a4b1608 `_\ ), closes `#104 `_ - -`2.0.6 `_ (2019-05-02) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen+travis:** use latest pre-salted images (\ `91ef13b `_\ ) - -Tests -^^^^^ - - -* **inspec:** disable ``service``\ -based tests for ``opensuse-leap-15`` (\ `848c2ad `_\ ) - -`2.0.5 `_ (2019-04-30) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **tofs:** remove whitespace from blank line (\ `0881b7d `_\ ) - -`2.0.4 `_ (2019-04-27) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **map:** use ``config.get`` instead of ``pillar.get`` (\ `5dc0b86 `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **gemfile:** update ``kitchen-salt`` version (\ `ad31c32 `_\ ) - -`2.0.3 `_ (2019-04-24) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **comments:** explain that at least an empty dict is required (\ `426f955 `_\ ), closes `#93 `_ - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** use pre-salted images instead (\ `2855ed6 `_\ ) - -`2.0.2 `_ (2019-04-22) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **config_clean:** remove unused import from ``libtofs.jinja`` (\ `b7cb585 `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen+travis:** implement new distro-python-salt_version matrix (\ `bd4792d `_\ ) - -`2.0.1 `_ (2019-03-25) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **tofs:** ensure (v2 > v1 > default) checking for ``src_files`` (\ `3e62d7b `_\ ) -* **tofs:** make ``files_switch`` macro fully portable (\ `a98b777 `_\ ) -* **tofs:** use ``config`` rather than ``pillar`` throughout (\ `5730e94 `_\ ) - -`2.0.0 `_ (2019-03-24) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **tofs:** move “files_switch” macro to “libtofs.jinja” (\ `da7e692 `_\ ) - -BREAKING CHANGES -^^^^^^^^^^^^^^^^ - - -* - **tofs:** every formula writer will need to change the import - to use this new version. - -* - template/libtofs.jinja: provides the “files_switch” macro. - -* - docs/TOFS_pattern.rst: update documentation to use the new path. - -* - template/config/clean.sls: change import from “macros.jinja” to “libtofs.jinja”. - -* - template/config/file.sls: ditoo. - -`1.2.6 `_ (2019-03-24) ----------------------------------------------------------------------------------------------------------- - -Reverts -^^^^^^^ - - -* **kitchen+travis:** use ``debian:jessie-backports`` as ``debian-8`` (\ `dcd141a `_\ ), closes `/github.com/saltstack/salt-pack/issues/657#issuecomment-474954298 `_ - -`1.2.5 `_ (2019-03-23) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **travis:** use version numbers in Gemfile to prevent failed builds (\ `35f7111 `_\ ) - -`1.2.4 `_ (2019-03-22) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **tofs:** avoid using “salt['config.get']” for formula writers (\ `60d43e7 `_\ ) - -`1.2.3 `_ (2019-03-13) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **tofs:** incorrect path for “source_files” lookup key (\ `a76f659 `_\ ) - -`1.2.2 `_ (2019-03-09) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **tofs:** update use of state ID in ``config`` and ``pillar`` (\ `3d9a24c `_\ ) -* **tofs:** use ``source_files`` instead of ``files`` (\ `5110716 `_\ ), closes `/freenode.logbot.info/saltstack-formulas/20190308#c2046753 `_ - -`1.2.1 `_ (2019-03-07) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **kitchen:** ``pillars-from-files`` => ``pillars_from_files`` (\ `7c954a7 `_\ ), closes `/github.com/saltstack-formulas/packages-formula/pull/50#discussion_r262769817 `_ - -Styles -^^^^^^ - - -* **map:** use ``-`` for each Jinja block (\ `64e3834 `_\ ) - -`1.2.0 `_ (2019-03-03) ----------------------------------------------------------------------------------------------------------- - -Features -^^^^^^^^ - - -* **m2r:** use ``m2r`` to convert automatic ``.md`` files to ``.rst`` (\ `b86ddf4 `_\ ) - -`1.1.2 `_ (2019-03-03) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add documentation contribution guidelines (\ `dff0ee8 `_\ ) -* **rtd:** add comment to CSS file for overriding in-use Sphinx theme (\ `f237364 `_\ ) -* **rtd:** clean up numerous issues and inconsistencies (\ `ad5a8b8 `_\ ) -* **tofs:** use ``literalinclude`` of ``macros.jinja`` instead of code dupe (\ `3f0071b `_\ ) - -`1.1.1 `_ (2019-03-01) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **travis:** remove obsolete ``markdown-toc`` process (\ `97fbb60 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add TOC to match all other pages (\ `7b1a2a9 `_\ ) -* **readme:** add Read the Docs build status badge (\ `f47797d `_\ ) -* **tofs:** replace existing ``.md`` with ``.rst`` and add to RTD (\ `fd68168 `_\ ) -* **tofs:** use table to list authorship (\ `2f0e20f `_\ ) - -`1.1.0 `_ (2019-03-01) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **rtd:** add basic ``docs/conf.py`` to allow additional customisation (\ `18d3924 `_\ ) - -Features -^^^^^^^^ - - -* **rtd:** provide custom CSS file for overriding in-use Sphinx theme (\ `24bd338 `_\ ) - -`1.0.1 `_ (2019-03-01) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **travis:** remove unavailable files from ``markdown-toc`` process (\ `3148f0d `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** convert to ``.rst`` and move to ``docs`` subdir (\ `474f318 `_\ ) -* **index:** add ``CONTRIBUTING`` to the ``toctree`` (\ `0c98e67 `_\ ) -* **readme:** move under ``docs`` subdir to access in both GitHub and RTD (\ `c92f674 `_\ ) -* **readme:** update heading markers for consistency (\ `5a2bea8 `_\ ) -* **rtd:** add basic ``index.rst`` to allow RTD to produce docs (\ `f02139f `_\ ) -* **rtd:** use internal link targets at the top of each ``.rst`` file (\ `da09528 `_\ ) - -`1.0.0 `_ (2019-02-28) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **components:** split components into separate subdirs (\ `d957055 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/48#pullrequestreview-207182085 `_ `/github.com/saltstack-formulas/template-formula/pull/48#discussion_r259805312 `_ -* **include+require:** use variable for duplicate values (\ `4443518 `_\ ) -* **pkg:** change to ``package`` instead (\ `2cd82e5 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/48#discussion_r259951123 `_ -* **pkg:** move ``pkg`` related components into separate directory (\ `c21f82b `_\ ) -* **states:** set state IDs based on a dependable structure (\ `6690ee6 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/48#discussion_r259953473 `_ `/github.com/saltstack-formulas/template-formula/pull/48#discussion_r259956996 `_ -* **topdir:** use for ``include`` and ``require`` except ``init.sls`` (\ `a218e91 `_\ ) -* **tpldir:** use ``topdir`` globally in place of ``tpldir`` (\ `2838bc9 `_\ ) -* **tplroot:** use ``tplroot`` instead of ``topdir`` to match ``tpldata`` (\ `b7356b0 `_\ ) - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** specify ``image`` explicitly for each platform (\ `b25fbdc `_\ ) -* **kitchen+travis:** use ``debian:jessie-backports`` as ``debian-8`` (\ `1b9d249 `_\ ), closes `#50 `_ `/github.com/saltstack/salt-pack/issues/657#issuecomment-467932962 `_ - -Documentation -^^^^^^^^^^^^^ - - -* **components:** update for separation of ``pkg``\ , ``config`` & ``service`` (\ `726fcab `_\ ) -* **readme:** add suggested improvement to ``template.service.clean`` (\ `bf1039c `_\ ) -* **readme:** fix typos (\ `007159a `_\ ) +* **kitchen+travis:** adjust matrix to use ``3000.2`` instead of ``3000.1`` (\ `37f0adf `_\ ) Features ^^^^^^^^ -* **pkg:** add ``clean`` states (\ `422c7ac `_\ ) -* **pkg:** use ``require`` requisite between ``pkg`` states (\ `6e7141b `_\ ), closes `/github.com/saltstack/salt/blob/0c78d7dc894058988d171a28a11bd4a9dbf60266/salt/utils/jinja.py#L120 `_ `/github.com/saltstack/salt/blob/0c78d7dc894058988d171a28a11bd4a9dbf60266/salt/utils/templates.py#L145 `_ `/github.com/saltstack/salt/issues/10838#issuecomment-391718086 `_ - -Reverts -^^^^^^^ - - -* **kitchen+travis:** disable ``debian-8`` due to ``2019.2`` bug (\ `e8f0f7e `_\ ) - -BREAKING CHANGES -^^^^^^^^^^^^^^^^ - - -* **states:** Wholesale state ID changes will break implementations - that are relying on the previous state IDs for requisite purposes. -* **pkg:** Changing the ``pkg`` directory to ``package`` will break - implementations that are depending on ``pkg`` for ``include`` or ``sls``\ -based - requisite purposes. - -`0.7.6 `_ (2019-02-27) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **yaml:** os*.yaml map files needs at least an empty dict (\ `dd99750 `_\ ) - -`0.7.5 `_ (2019-02-27) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **pillar:** fix ``os_family`` typo (\ `3f89c12 `_\ ) -* **tofs:** update comments in ``files_switch`` macro for new method (\ `3fa3640 `_\ ) - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **macros:** use ``tplroot`` instead of ``topdir`` to match ``tpldata`` (\ `923b459 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **tofs:** add more sub-headings to ease document navigation (\ `2c5dc21 `_\ ) -* **tofs:** apply language formatting to source code blocks (\ `0638413 `_\ ) -* **tofs:** explain how all parts of the ``source`` can be customised (\ `2f82eb5 `_\ ), closes `#44 `_ -* **tofs:** improve general use of language (\ `5105d29 `_\ ) -* **tofs:** update the ``files_switch`` section for the updated macro (\ `788f732 `_\ ) -* **tofs:** use ``{%-`` for all Jinja statements (\ `4348df8 `_\ ) - -`0.7.4 `_ (2019-02-27) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** check for repos updates before trying package installation (\ `b632383 `_\ ) -* **kitchen+travis:** disable ``debian-8`` due to ``2019.2`` installation bug (\ `178c710 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** separate ``BREAKING CHANGE`` under its own heading (\ `ee053d7 `_\ ) - -`0.7.3 `_ (2019-02-25) ----------------------------------------------------------------------------------------------------------- - -Bug Fixes -^^^^^^^^^ - - -* **tofs:** use ``tpldir`` derivative ``topdir`` for pillar (config) paths (\ `5e9df00 `_\ ) - -`0.7.2 `_ (2019-02-24) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **tpldir:** use ``tpldir`` or derivatives to make formula portable (\ `52d03d8 `_\ ), closes `#22 `_ - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** improve comments about ``opensuse`` problems encountered (\ `c246939 `_\ ) -* **travis:** prevent ``release`` stage running for PRs (\ `3a072c7 `_\ ), closes `/travis-ci.com/saltstack-formulas/template-formula/jobs/180068519#L466 `_ `/github.com/saltstack-formulas/template-formula/pull/42#issuecomment-466446324 `_ - -`0.7.1 `_ (2019-02-24) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **kitchen:** use ``salt-minion`` version of ``opensuse`` to ensure tests run (\ `99b073a `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **changelog:** remove erroneous "closes" used by ``semantic-release`` (\ `be4571d `_\ ) - -`0.7.0 `_ (2019-02-23) ----------------------------------------------------------------------------------------------------------- - -Features -^^^^^^^^ - - -* **tofs:** implement backwards-compatible TOFSv2 for configurability (\ `068a94d `_\ ) - -`0.6.0 `_ (2019-02-23) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add basic introductory text before the TOC (\ `45ccaf6 `_\ ) -* **contributing:** modify quoted heading to prevent TOC inclusion (\ `abcb6ef `_\ ) -* **readme:** convert note into a heading (\ `5f2d789 `_\ ) - -Features -^^^^^^^^ - - -* **toc:** use ``markdown-toc`` directly to update inline (\ `a5bae1e `_\ ) - -`0.5.0 `_ (2019-02-23) ----------------------------------------------------------------------------------------------------------- - -Features -^^^^^^^^ - - -* **kitchen+travis:** add ``opensuse-leap`` after resolving issues (\ `7614a3c `_\ ) -* **kitchen+travis:** conduct tests on a wider range of platforms (\ `1348078 `_\ ) - -Tests -^^^^^ - - -* **inspec:** update ``supports`` for all platforms added (\ `42f93b3 `_\ ) - -`0.4.0 `_ (2019-02-23) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** centre-align version bump columns in table (\ `a238cae `_\ ) - -Features -^^^^^^^^ - - -* **authors:** update automatically alongside ``semantic-release`` (\ `8000098 `_\ ) - -`0.3.6 `_ (2019-02-22) ----------------------------------------------------------------------------------------------------------- - -Continuous Integration -^^^^^^^^^^^^^^^^^^^^^^ - - -* **travis:** include ``commitlint`` stage (\ `6659a69 `_\ ) -* **travis:** remove obsolete check based on ``$TRAVIS_TEST_RESULT`` (\ `6df9c95 `_\ ) - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** update with sub-headings and ``commitlint`` details (\ `ea2c9a4 `_\ ) - -`0.3.5 `_ (2019-02-21) ----------------------------------------------------------------------------------------------------------- - -Code Refactoring -^^^^^^^^^^^^^^^^ - - -* **kitchen:** prefer ``kitchen.yml`` to ``.kitchen.yml`` (\ `3860bf9 `_\ ) - -`0.3.4 `_ (2019-02-21) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **contributing:** add commit message formatting instructions (\ `fb3d173 `_\ ) - -`0.3.3 `_ (2019-02-20) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **changelog:** add missing entry under ``v0.3.2`` (\ `50352b5 `_\ ) - -`0.3.2 `_ (2019-02-20) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **README:** remove gitchangelog (\ `2fc85fc `_\ ) -* **contributing:** create blank template (\ `3633e8f `_\ ) - -`0.3.1 `_ (2019-02-20) ----------------------------------------------------------------------------------------------------------- - -Documentation -^^^^^^^^^^^^^ - - -* **changelog:** merge previous ``rst`` into new ``md`` format (\ `2b4e485 `_\ ) - -`0.3.0 `_ (2019-02-20) ----------------------------------------------------------------------------------------------------------- - -Features -^^^^^^^^ - - -* **semantic-release:** configure for this formula (\ `cbcfd75 `_\ ) - -`0.2.0 `_ (2019-02-17) ----------------------------------------------------------------------------------------------------------- - - -* Added a working testing scaffold and travis support. [Javier Bértoli] - -`0.1.7 `_ (2019-02-16) ----------------------------------------------------------------------------------------------------------- - -Fix -^^^ - - -* Typo in the installation instructions. [Niels Abspoel] - -Other -^^^^^ - - -* Update the changelog. [Niels Abspoel] -* Update README with link to install gitchangelog [Imran Iqbal] - -`0.1.6 `_ (2019-02-16) ----------------------------------------------------------------------------------------------------------- - - -* Add changelog generator. [Niels Abspoel] - -`0.1.5 `_ (2019-02-15) ----------------------------------------------------------------------------------------------------------- - - -* Prepare v0.1.5 [Imran Iqbal] -* Fix missing ')' [gmazrael] - -`0.1.4 `_ (2019-02-15) ----------------------------------------------------------------------------------------------------------- - - -* Replace obsolete VERSION file and replace with FORMULA file. [Imran Iqbal] - -`0.1.3 `_ (2019-02-12) ----------------------------------------------------------------------------------------------------------- - - -* Updated changelog and version. [Alexander Weidinger] -* - Map.jinja: use grains.filter_by instead of defaults.merge. [Alexander Weidinger] - - because defaults.merge does not work with salt-ssh. https://github.com/saltstack/salt/issues/51605 - - Added osfingermap.yaml. - -`0.1.2 `_ (2019-02-12) ----------------------------------------------------------------------------------------------------------- - - -* Improve comments and examples in osfamilymap & osmap [Imran Iqbal] -* Fix map.jinja and add more OSes. [Imran Iqbal] - -`0.1.1 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Update. [Niels Abspoel] -* Update formula with map.jinja and style guide references, improve README and VERSION. [Niels Abspoel] - -`0.1.0 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* - Examples must be consistent. [Daniel Dehennin] - - The “template” is kept during rendering. - - - * TOFS_pattern.md: add “template” to rendered state. - * template/macros.jinja: ditoo. - -* - Remove double slash in generated salt URL. [Daniel Dehennin] - - When the files are “full path” with leading slash “/”, the generated URL contain a double slash because of the join. - - - * template/macros.jinja: remove leading slash before joining parts. - * TOFS_pattern.md: mirror changes of “macros.jinja”. - -* - Add an example for “ntp” of the use of “files_switch” [Daniel Dehennin] - -* - Accept pillar separator in “files_switch” prefix. [Daniel Dehennin] - - The prefix was used for 2 purposes: - - - * define the pillar prefix where to lookup “:files_switch”. It supports the colon “:” separator to lookup in pillar subtree like “foo:bar” - * - define the path prefix where to look for “files/”, It did not support separator to lookup inside directory tree. - - This patch only replace any colon “:” with “/” when looking up “files/” directory, with the “foo:bar” prefix: - - * - lookup “foo:bar:files_switch” pillar to get list of grains to match - - * lookup files under “salt://foo/bar/files/” - * TOFS_pattern.md: document the new use of “prefix” supporting colon “:”. - * template/macros.jinja: transform any colon “:” in “prefix” by slash - “/” to lookup files. - -* - Make TOFS pattern example usable. [Daniel Dehennin] - - The example could not be used as-is. This commit improve conformity to formula conventions. - - - * TOFS_pattern.md: add missing commas “,” in “map.jinja” and extra one - to ease the addition of new entries. Import “map.jinja” in “init.sls” and “conf.sls”. Declare descriptive state IDs. Use the “module.function” notation. Use the “name” parameter. - -* - Cosmetics modification of TOFS pattern documentation. [Daniel Dehennin] - - - * TOFS_pattern.md: add myself as modifier. - Trim trailing whitespaces. Separate titles from first paragraph. - -* - Switch template.config to TOFS pattern. [Daniel Dehennin] - -* Import TOFS pattern from Zabbix formula. [Daniel Dehennin] - -`0.0.9 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Add VERSION file. [Karim Hamza] -* Add note about formula versioning. [Karim Hamza] - -`0.0.8 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Align with SaltStack official formulas doc page. [Denys Havrysh] -* Use https in the link to SaltStack documentation. [Denys Havrysh] - -`0.0.7 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Map.ninja: fix typos and leftover comments. [Marco Molteni] -* Remove whitespace in map.jinja comment. [Andrew Gabbitas] - -`0.0.6 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Improve style and jinja too match salt-formula. [Niels Abspoel] -* Propose new-ish formula style - defaults live in defaults.yml - map jinja overrides by grain + merges pillar:lookup - split all contextually similar states in their own files. [puneet kandhari] - -`0.0.5 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Change states to use short-dec style. [Seth House] -* Update CHANGELOG.rst. [Nitin Madhok] -* - Update README.rst. [Nitin Madhok] - - Fix broken link - -* - Fixing pillar to match the map file. [Forrest] - - Map file and pillar didn't match. - -`0.0.4 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Add change log. [Antti Jokipii] - -`0.0.3 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Updated the license and readme to match our standards. [Forrest Alvarez] -* Use map.jinja content in init.sls. [Eugene Vereschagin] -* Add map.jinja. [Eugene Vereschagin] - -`0.0.2 `_ (2019-02-10) ----------------------------------------------------------------------------------------------------------- - - -* Add link to Salt Formula documentation. [Eugene Vereschagin] -* Change extension from .md to .rst. [Eugene Vereschagin] - -`0.0.1 `_ (2019-02-10) ------------------------------------------------------------------------------------------------------- - - -* Initial commit. [Lukas Erlacher] +* **semantic-release:** standardise for this formula (\ `3d4138e `_\ )