Commit Graph

86 Commits

Author SHA1 Message Date
semantic-release-bot 725a6d68e0 chore(release): 0.4.4 [skip ci]
## [0.4.4](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.3...v0.4.4) (2020-03-27)

### Bug Fixes

* **osfamilmap.yaml:** dbus pkg name is not specific enough on Gentoo ([0e2da36](0e2da3600c))
2020-03-27 09:33:18 +00:00
Imran Iqbal 26bf1ff075
Merge pull request #24 from mgomersbach/fix_specify_full_package_name_for_Gentoo
fix(osfamilmap.yaml): dbus pkg name is not specific enough on Gentoo
2020-03-27 09:24:49 +00:00
Mark Gomersbach 0e2da3600c
fix(osfamilmap.yaml): dbus pkg name is not specific enough on Gentoo
Signed-off-by: Mark Gomersbach <markgomersbach@gmail.com>
2020-03-27 10:09:20 +01:00
semantic-release-bot dea1d0d92b chore(release): 0.4.3 [skip ci]
## [0.4.3](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.2...v0.4.3) (2020-03-24)

### Bug Fixes

* ensure formula works across all platforms ([ff66e5f](ff66e5fd10))
* **release.config.js:** use full commit hash in commit link [skip ci] ([9a77727](9a77727e0c))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([17c50f0](17c50f0dc6))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d3245cc](d3245cc104))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([ff64318](ff643188e1))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([7e89450](7e8945033e))
* **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` ([e2301d5](e2301d5c2f))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([88c3cab](88c3cabd7d))
* **travis:** apply changes from build config validation [skip ci] ([438aeb2](438aeb2ddc))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([01b751e](01b751e122))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([a1c8254](a1c82549d4))
* **travis:** run `shellcheck` during lint job [skip ci] ([1996629](1996629c72))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([201a23b](201a23b23c))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([2a79489](2a79489fa7))
* **travis:** use build config validation (beta) [skip ci] ([d2dbc29](d2dbc29153))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([58900e1](58900e1705))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([84ebbe0](84ebbe0d0f))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([18a7452](18a74520ef))
2020-03-24 14:12:54 +00:00
Imran Iqbal a201d088e1
Merge pull request #23 from myii/fix/ensure-all-platforms-pass-tests
fix: ensure formula works across all platforms
2020-03-24 12:38:28 +00:00
Imran Iqbal e2301d5c2f ci(kitchen+travis): adjust matrix to add `3000` & remove `2017.7`
* Semi-automated using https://github.com/myii/ssf-formula/pull/136
2020-03-24 12:20:13 +00:00
Imran Iqbal ff66e5fd10
fix: ensure formula works across all platforms
Before:

* https://travis-ci.org/github/myii/timezone-formula/builds/665820454

After:

* https://travis-ci.org/github/myii/timezone-formula/builds/665975767
* https://travis-ci.org/github/myii/timezone-formula/builds/666039725 (all platforms)

Includes:

* fix(init.sls): ensure `dbus` is available for `timezone.system` state
* fix(init.sls): use symlink to `UTC` if `localtime` does not exist
* fix(init.sls): force the creation of the initial symlink
* fix: avoid running `dbus` service on `ubuntu-16.04`, `amazonlinux-1` & `centos-6`
2020-03-23 20:45:20 +00:00
Imran Iqbal 4cdaaf8365 chore(gitignore): update from the `template-formula` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/132
2020-02-14 22:32:46 +00:00
Imran Iqbal 807aa238dd chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/129
2020-02-14 12:54:05 +00:00
Imran Iqbal d3245cc104 ci(kitchen): avoid using bootstrap for `master` instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
2020-02-05 14:09:38 +00:00
Imran Iqbal 2a79489fa7 ci(travis): use `major.minor` for `semantic-release` version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 01:04:04 +00:00
Imran Iqbal 17c50f0dc6 ci(gemfile): restrict `train` gem version until upstream fix [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/110
2019-12-16 13:47:25 +00:00
Imran Iqbal a1c82549d4 ci(travis): quote pathspecs used with `git ls-files` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/107
2019-11-27 21:54:36 +00:00
Imran Iqbal 1996629c72 ci(travis): run `shellcheck` during lint job [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/106
2019-11-27 20:53:57 +00:00
Imran Iqbal 01b751e122 ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/100
2019-11-20 16:32:06 +00:00
Imran Iqbal 438aeb2ddc ci(travis): apply changes from build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/98
2019-11-16 20:04:56 +00:00
Imran Iqbal d2dbc29153 ci(travis): use build config validation (beta) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/97
2019-11-13 16:47:03 +00:00
Imran Iqbal 7e8945033e ci(kitchen): use `develop` image until `master` is ready (`amazonlinux`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/93
2019-11-03 11:35:38 +00:00
Imran Iqbal 18a74520ef perf(travis): improve `salt-lint` invocation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/90
2019-11-02 08:37:33 +00:00
Imran Iqbal 88c3cabd7d
ci(kitchen+travis): upgrade matrix after `2019.2.2` release [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/86
2019-10-31 11:28:52 +00:00
Imran Iqbal 9a77727e0c fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/89
2019-10-31 10:29:42 +00:00
Imran Iqbal ff643188e1 ci(kitchen): use `debian-10-master-py3` instead of `develop` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/84
2019-10-24 18:10:18 +01:00
Imran Iqbal 201a23b23c ci(travis): update `salt-lint` config for `v0.0.10` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/82
2019-10-23 17:34:06 +01:00
Imran Iqbal 58900e1705 docs(contributing): remove to use org-level file instead [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/70
2019-10-14 12:29:25 +01:00
Imran Iqbal 84ebbe0d0f
docs(readme): update link to `CONTRIBUTING` [skip ci] 2019-10-14 11:39:27 +01:00
semantic-release-bot e8974f8047 chore(release): 0.4.2 [skip ci]
## [0.4.2](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.1...v0.4.2) (2019-10-12)

### Bug Fixes

* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/timezone-formula/commit/255aaa3))

### Continuous Integration

* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/timezone-formula/commit/4ede638))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/timezone-formula/commit/7d2cb11))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/timezone-formula/commit/6e39f73))
* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/timezone-formula/commit/3a8d8c8))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/timezone-formula/commit/b0c3930))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/timezone-formula/commit/549efb8))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/timezone-formula/commit/51dc0d9))
* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/timezone-formula/commit/c4710ae))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/timezone-formula/commit/07aea82))
2019-10-12 00:46:20 +00:00
Imran Iqbal c4710ae623 ci(travis): merge `rubocop` linter into main `lint` job
* Semi-automated using https://github.com/myii/ssf-formula/pull/65
2019-10-12 01:17:46 +01:00
Imran Iqbal 255aaa3908
fix(rubocop): add fixes using `rubocop --safe-auto-correct` 2019-10-12 01:16:05 +01:00
Imran Iqbal 5be64385ea chore(issues): remove issues templates to use org-level templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/61
2019-10-10 15:26:28 +01:00
Imran Iqbal e780e6c599
Merge pull request #21 from myii/ci/merge-matrix-and-add-salt-lint-and-rubocop
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
2019-10-09 23:44:34 +01:00
Imran Iqbal b0c3930a7e ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-09 03:07:38 +01:00
Imran Iqbal 549efb8564 ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-08 16:37:17 +01:00
Imran Iqbal cb6e82d2bb chore(yamllint): update ignored paths and add `octal-values` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/59
2019-10-07 19:32:10 +01:00
Imran Iqbal 9e021933db chore(issues): update `Bug report` & `Feature request` templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/58
2019-10-07 15:26:01 +01:00
Imran Iqbal 7d2cb112ff ci(kitchen): install required packages to bootstrapped `opensuse` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/53
2019-10-02 00:07:27 +01:00
Imran Iqbal 6e39f730a4 ci(kitchen): use bootstrapped `opensuse` images until `2019.2.2` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/52
2019-10-01 21:33:59 +01:00
Imran Iqbal f4ff8e786c chore(issues): provide `Bug report` & `Feature request` templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/48
2019-09-30 15:58:02 +01:00
Niels Abspoel 3ec9a6bcdf
Merge pull request #20 from myii/chore/standardise-structure
ci(platform): add `arch-base-latest`
2019-09-25 19:57:20 +02:00
Imran Iqbal 4ede6386f6 ci(kitchen): change `log_level` to `debug` instead of `info`
* Automated using https://github.com/myii/ssf-formula/pull/41
2019-09-23 16:59:54 +01:00
Imran Iqbal 3a8d8c8406 ci(platform): add `arch-base-latest`
* Automated using https://github.com/myii/ssf-formula/pull/40
2019-09-22 22:39:47 +01:00
Niels Abspoel fdb5435e8b
Merge pull request #19 from myii/chore/standardise-structure
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
2019-09-12 18:11:16 +02:00
Imran Iqbal 07aea82edf ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
* Automated using https://github.com/myii/ssf-formula/pull/27
2019-09-10 05:53:37 +01:00
Niels Abspoel 0a51dabcea
Merge pull request #18 from myii/chore/standardise-structure
ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
2019-09-08 21:44:14 +02:00
Imran Iqbal 51dc0d9ce5 ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
* Automated using https://github.com/myii/ssf-formula/pull/22
2019-09-07 03:36:28 +01:00
semantic-release-bot d828672a18 chore(release): 0.4.1 [skip ci]
## [0.4.1](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.0...v0.4.1) (2019-09-01)

### Code Refactoring

* **pillar:** sync map.jinja with template-formula ([cdd85c6](https://github.com/saltstack-formulas/timezone-formula/commit/cdd85c6))
2019-09-01 08:35:45 +00:00
Niels Abspoel 96e403ca08
Merge pull request #17 from n-rodriguez/wip/pillar
refactor(pillar): sync map.jinja with template-formula
2019-09-01 10:26:09 +02:00
Nicolas Rodriguez cdd85c68c3 refactor(pillar): sync map.jinja with template-formula 2019-09-01 01:06:33 +02:00
Imran Iqbal dbc811f1dc
Merge pull request #16 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-08-27 21:41:11 +01:00
Imran Iqbal 80be7802e6
chore: use `semantic-release` cross-formula standard structure
* Semi-automated using https://github.com/myii/ssf-formula/pull/11
2019-08-27 21:31:29 +01:00
semantic-release-bot c03a27dc61 chore(release): 0.4.0 [skip ci]
# [0.4.0](https://github.com/saltstack-formulas/timezone-formula/compare/v0.3.3...v0.4.0) (2019-08-27)

### Features

* **semantic-release:** add semantic-release ([5290b3e](https://github.com/saltstack-formulas/timezone-formula/commit/5290b3e))
2019-08-27 20:03:03 +00:00