Skip to content

Commit

Permalink
doc(README): update CI badge URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jun 6, 2022
1 parent c761a4c commit e1f8a96
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
27 changes: 18 additions & 9 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,61 @@
### Unreleased

## 1.1.7 - 2022-06-05

### [1.1.8] - 2022-06-06

- doc(README): update CI badge URLs


### 1.1.7 - 2022-06-05

- ci: replace travis & appveyor with GitHub actions
- test: replace nodeunit with mocha
- test: update header checks against lower cased header names


## 1.1.6 - 2020-02-29
### 1.1.6 - 2020-02-29

- Allow connecting to rspamd via unix sockets


## 1.1.5 - 2019-04-01
### 1.1.5 - 2019-04-01

- store symbols in results (for other plugins to inspect)


## 1.1.4 - 2019-01-28
### 1.1.4 - 2019-01-28

- fixed "TypeError: value.replace is not a function"


## 1.1.3 - 2018-12-19
### 1.1.3 - 2018-12-19

- add check.relay option


## 1.1.2 - 2018-11-03
### 1.1.2 - 2018-11-03

- add check.local_ip config option


## 1.1.1 - 2018-05-10
### 1.1.1 - 2018-05-10

- pass TLS-Cipher and TLS-Version headers to rspamd (fixes #4)
- code smell: return cleanups
- es6: use arrow functions
- refactored hook_data_post, addressing excessive cognitive complexity


## 1.1.0 - 2018-01-12
### 1.1.0 - 2018-01-12

- use /checkv2 endpoint (requires rspamd 1.6+)
- support setting SMTP message from rspamd
- support 'rewrite subject' action


## 1.0.0 - 2017-09-11
### 1.0.0 - 2017-09-11

- initial release


[1.1.8]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.8
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[![Build Status][ci-img]][ci-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![Code Climate][clim-img]][clim-url]
[![Greenkeeper badge][gk-img]][gk-url]
[![NPM][npm-img]][npm-url]

# haraka-plugin-rspamd
Expand Down Expand Up @@ -172,15 +170,11 @@ rspamd.ini


<!-- leave these buried at the bottom of the document -->
[ci-img]: https://travis-ci.org/haraka/haraka-plugin-rspamd.svg
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-rspamd
[ci-win-img]: https://ci.appveyor.com/api/projects/status/xewfkqnt6yis1gen?svg=true
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-rspamd
[ci-img]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-rspamd/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-rspamd
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-rspamd/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-rspamd
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-plugin-rspamd.svg
[gk-url]: https://greenkeeper.io/
[npm-img]: https://nodei.co/npm/haraka-plugin-rspamd.png
[npm-url]: https://www.npmjs.com/package/haraka-plugin-rspamd
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-rspamd",
"version": "1.1.7",
"version": "1.1.8",
"description": "Haraka plugin for rspamd",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e1f8a96

Please sign in to comment.