Commit Graph

297 Commits

Author SHA1 Message Date
Imran Iqbal fb5be9504e
ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:23:24 +01:00
Dafydd Jones f41392d450
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:52:04 +01:00
semantic-release-bot 42afb3454e chore(release): 1.2.2 [skip ci]
## [1.2.2](https://github.com/saltstack-formulas/postfix-formula/compare/v1.2.1...v1.2.2) (2020-10-02)

### Styles

* prepend modes with 0 ([fdc127c](fdc127c8db))
* quote modes/numbers ([b9c4fba](b9c4fbadaf))
2020-10-02 19:47:45 +00:00
Imran Iqbal 98831f2159
Merge pull request #116 from jasonious/properly-quote-modes
style: quote modes/numbers
2020-10-02 20:32:12 +01:00
jason shaw fdc127c8db style: prepend modes with 0
per https://github.com/warpnet/salt-lint/wiki/208
2020-10-02 14:09:13 -04:00
jason shaw b9c4fbadaf style: quote modes/numbers
salt-lint complains about these
2020-10-02 14:08:44 -04:00
semantic-release-bot cff88afa90 chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/saltstack-formulas/postfix-formula/compare/v1.2.0...v1.2.1) (2020-09-27)

### Styles

* linting for `yamllint` ([780dc9d](780dc9d372))
2020-09-27 15:48:10 +00:00
Nicolas Rodriguez 3f599c0bf9
Merge pull request #115 from dafyddj/fix/for-pre-commit
style: linting for `yamllint`
2020-09-27 17:39:30 +02:00
Dafydd Jones 780dc9d372 style: linting for `yamllint` 2020-09-27 14:50:48 +01:00
semantic-release-bot 9c85788c47 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/saltstack-formulas/postfix-formula/compare/v1.1.0...v1.2.0) (2020-07-20)

### Features

* **maps:** add more map types and tests ([e3970df](e3970dfc3e))
2020-07-20 08:58:38 +00:00
Imran Iqbal 683e35d6ba
Merge pull request #114 from Perceptyx/add-map-types-test
feat(maps): add more map types and tests
2020-07-20 09:51:20 +01:00
Felipe Zipitria e3970dfc3e
feat(maps): add more map types and tests
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-07-18 17:00:13 -03:00
semantic-release-bot d6a0601355 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/saltstack-formulas/postfix-formula/compare/v1.0.3...v1.1.0) (2020-07-18)

### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([2ddd417](2ddd417039))

### Features

* **config:** run postmap also for regexp maps ([7584fce](7584fce0af))
2020-07-18 18:55:09 +00:00
Felipe Zipitría a10af42b16
Merge pull request #113 from hoonetorg/master
run postmap also for regexp maps
2020-07-18 15:46:42 -03:00
Holger Fischer 7584fce0af feat(config): run postmap also for regexp maps 2020-07-18 20:36:58 +02:00
Imran Iqbal 75fcd4af70 chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
2020-07-06 14:30:14 +01:00
Imran Iqbal 2b4b9c659c chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
2020-06-26 12:46:28 +01:00
Imran Iqbal a6829cfc51 chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/229
2020-06-21 12:58:47 +01:00
Imran Iqbal 2ddd417039 ci(kitchen): use `saltimages` Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:58:31 +01:00
Imran Iqbal 103c17db10 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:09:29 +01:00
semantic-release-bot 43fb80ebfa chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/saltstack-formulas/postfix-formula/compare/v1.0.2...v1.0.3) (2020-06-08)

### Bug Fixes

* **deps:** fixes ordering where postmap requires sane main.cf ([a28bd05](a28bd05b85))
* **test:** use specific ip to workaround centos bug ([273caf9](273caf9b6f))

### Tests

* **default:** add inspec for base and maps ([2a61498](2a61498fa4))
2020-06-08 02:52:48 +00:00
Imran Iqbal 466c120462
Merge pull request #108 from Perceptyx/add-inspec-tests
test(default): add inspec for base and maps
2020-06-08 03:45:33 +01:00
Felipe Zipitria a28bd05b85
fix(deps): fixes ordering where postmap requires sane main.cf
Moved maps generation to config, and added dependency on main.cf generation. Solves centos8 problems.

Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-06-07 23:35:20 -03:00
Felipe Zipitria 273caf9b6f
fix(test): use specific ip to workaround centos bug
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-06-07 21:47:22 -03:00
Felipe Zipitria 2a61498fa4
test(default): add inspec for base and maps
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-06-07 21:47:18 -03:00
semantic-release-bot 474a59be65 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/saltstack-formulas/postfix-formula/compare/v1.0.1...v1.0.2) (2020-06-07)

### Bug Fixes

* **opensuse:** fixes config files generation in opensuse ([067bcf6](067bcf636f))
2020-06-07 23:55:14 +00:00
Imran Iqbal b20b7ec72d
Merge pull request #112 from Perceptyx/opensuse-fixes
fix(opensuse): fixes config files generation in opensuse
2020-06-08 00:48:08 +01:00
Felipe Zipitria 067bcf636f
fix(opensuse): fixes config files generation in opensuse
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-06-07 20:28:24 -03:00
semantic-release-bot 55e366f197 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/saltstack-formulas/postfix-formula/compare/v1.0.0...v1.0.1) (2020-06-07)

### Bug Fixes

* **main:** fix postconf warning when reloading/starting ([04003c6](04003c6ee3))
2020-06-07 12:38:48 +00:00
Felipe Zipitría e7856e054b
Merge pull request #107 from Perceptyx/fix-restrictions-defined-main-cf
fix(main): fix postconf warning when reloading/starting
2020-06-07 09:28:47 -03:00
semantic-release-bot f128f6db79 chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.19.0...v1.0.0) (2020-06-06)

### Code Refactoring

* **maps:** move tls_policy and transport to mapping section ([06276fd](06276fd743))

### Continuous Integration

* **kitchen+travis:** use latest pre-salted images ([b364744](b364744e40))

### BREAKING CHANGES

* **maps:** `transport` and `tls_policy` keys in `postfix:config` have been moved to the standard `postfix:mapping`.
2020-06-06 22:33:23 +00:00
Felipe Zipitria 04003c6ee3
fix(main): fix postconf warning when reloading/starting
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-06-06 19:26:18 -03:00
Felipe Zipitría 0b16a2c2cb
Merge pull request #106 from Perceptyx/reorganize-maps
refactor(maps): move tls_policy and transport maps to standard mapping
2020-06-06 19:25:42 -03:00
Felipe Zipitria 06276fd743
refactor(maps): move tls_policy and transport to mapping section
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>

BREAKING CHANGE: `transport` and `tls_policy` keys in `postfix:config` have been moved to the standard `postfix:mapping`.
2020-06-06 19:17:46 -03:00
Imran Iqbal 954a6634dc chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:19:05 +01:00
Felipe Zipitría 42965a7640
Merge pull request #110 from myii/chore/standardise-structure-220
ci(kitchen+travis): use latest pre-salted images
2020-06-05 15:46:14 -03:00
Imran Iqbal b364744e40 ci(kitchen+travis): use latest pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/220
2020-06-05 19:32:33 +01:00
Imran Iqbal f49290cc92 chore(codeowners): add global codeowner [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/219
2020-06-05 19:06:50 +01:00
Imran Iqbal 2f9c96e170 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:21:08 +01:00
semantic-release-bot 28348200a1 chore(release): 0.19.0 [skip ci]
# [0.19.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.18.2...v0.19.0) (2020-05-23)

### Continuous Integration

* **travis:** add notifications => zulip [skip ci] ([c78c421](c78c421984))

### Features

* **maps:** adds tls_policy map for smtp delivery ([d87da4a](d87da4adc4))
2020-05-23 13:46:25 +00:00
Imran Iqbal e61eb5a685
Merge pull request #105 from Perceptyx/add-tls-poliy-map
feat(maps): adds tls_policy map for smtp delivery
2020-05-23 14:38:44 +01:00
Imran Iqbal c78c421984 ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:09:33 +01:00
Felipe Zipitria d87da4adc4 feat(maps): adds tls_policy map for smtp delivery
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
2020-05-12 15:41:02 -03:00
semantic-release-bot 51b269e2c3 chore(release): 0.18.2 [skip ci]
## [0.18.2](https://github.com/saltstack-formulas/postfix-formula/compare/v0.18.1...v0.18.2) (2020-05-12)

### Bug Fixes

* make necessary modifications to get working on `salt-ssh` ([34a112f](34a112faab)), closes [/freenode.logbot.info/saltstack-formulas/20200507#c3819526-c3819581](https://github.com//freenode.logbot.info/saltstack-formulas/20200507/issues/c3819526-c3819581) [/freenode.logbot.info/saltstack-formulas/20200508#c3826763-c3826995](https://github.com//freenode.logbot.info/saltstack-formulas/20200508/issues/c3826763-c3826995)
* **release.config.js:** use full commit hash in commit link [skip ci] ([ffbe5aa](ffbe5aad13))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([80cdd9d](80cdd9d202))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([497221d](497221d1de))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([708b0a5](708b0a51d9))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([90098c0](90098c0cdf))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([df76c72](df76c72dce))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([46d0f3d](46d0f3d1d8))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([70fc491](70fc49122e))
* **travis:** apply changes from build config validation [skip ci] ([f25db2d](f25db2d5f3))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([8f4db70](8f4db70ece))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6d18d1d](6d18d1dc93))
* **travis:** run `shellcheck` during lint job [skip ci] ([29efb81](29efb819fc))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([b23168e](b23168e69e))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([964e3ef](964e3ef0fa))
* **travis:** use build config validation (beta) [skip ci] ([1ab8692](1ab8692f31))
* **workflows/commitlint:** add to repo [skip ci] ([43a7353](43a7353cae))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([a33757a](a33757a6ad))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([50b9808](50b9808a3b))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([2ece69c](2ece69c3c1))
2020-05-12 13:48:06 +00:00
Imran Iqbal 25441cb23c
Merge pull request #104 from myii/bug/fix-for-salt-ssh
fix: make necessary modifications to get working on `salt-ssh`
2020-05-12 14:45:02 +01:00
Imran Iqbal 34a112faab
fix: make necessary modifications to get working on `salt-ssh`
* Similar situation to https://github.com/saltstack-formulas/logrotate-formula/pull/53
  - https://freenode.logbot.info/saltstack-formulas/20200507#c3819526-c3819581
  - https://freenode.logbot.info/saltstack-formulas/20200508#c3826763-c3826995
* Send template values by `context`
2020-05-08 09:40:10 +01:00
Imran Iqbal b64102f884 chore(codeowners): update `semantic-release` related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:17:12 +01:00
Imran Iqbal 04cbc57098 chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:45:44 +01:00
Imran Iqbal 43a7353cae ci(workflows/commitlint): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/172
2020-05-04 09:31:15 +01:00
Imran Iqbal 46d0f3d1d8 ci(kitchen+travis): remove `master-py2-arch-base-latest` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/167
2020-05-02 04:29:34 +01:00