From 7b9e13a14a2860ebd8e4fd197942472c3556aa53 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 12 Dec 2023 10:42:31 -0800 Subject: [PATCH] Release v2.0.3 (#52) - deps: bump versions - ci: test on node 18 & 20 (was 14 & 16) - rename data.uribl -> uribl - js: bump jquery versions --- .github/workflows/ci.yml | 6 +++--- .gitmodules | 3 +++ .release | 1 + Changes.md | 9 +++++++++ html/client.js | 2 +- html/index.html | 6 +++--- index.js | 2 ++ package.json | 12 ++++++------ 8 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 .gitmodules create mode 160000 .release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cedf6f..2494d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [ push ] env: CI: true - node-version: 16 + node-version: 20 jobs: lint: @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 14, 16, 18 ] + node-version: [ 18, 20 ] fail-fast: false steps: - uses: actions/checkout@v3 @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: [ windows-latest ] - node-version: [ 14, 16, 18 ] + node-version: [ 18, 20 ] fail-fast: false steps: - uses: actions/checkout@v3 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a8e94cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".release"] + path = .release + url = git@github.com:msimerson/.release.git diff --git a/.release b/.release new file mode 160000 index 0000000..0890e94 --- /dev/null +++ b/.release @@ -0,0 +1 @@ +Subproject commit 0890e945e4e061c96c7b2ab45017525904c17728 diff --git a/Changes.md b/Changes.md index 546a9bd..64680a1 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,12 @@ +### Unreleased + +### 2.0.3 - 2023-12-12 + +- deps: bump versions +- ci: test on node 18 & 20 (was 14 & 16) +- rename data.uribl -> uribl + ### 2.0.2 - 2022-05-27 @@ -108,3 +116,4 @@ ### Oct 8 23:28:07 2016 - initial import +[2.0.4]: https://github.com/haraka/haraka-plugin-watch/releases/tag/2.0.4 diff --git a/html/client.js b/html/client.js index eb1bb71..6e82cab 100644 --- a/html/client.js +++ b/html/client.js @@ -20,7 +20,7 @@ const rcpt_to_plugins = [ ]; const data_plugins = [ 'early_talker', 'bounce','headers','karma','spamassassin','rspamd', - 'clamd','data.uribl','limit','dkim','attachment' + 'clamd','uribl','limit','dkim','attachment' ]; // 'seen' plugins are ones we've seen data reported for. When data from a new // plugin arrives, it gets added to one of the sections above and the table is diff --git a/html/index.html b/html/index.html index f1301ac..b7f1946 100644 --- a/html/index.html +++ b/html/index.html @@ -3,13 +3,13 @@ Haraka Activity - - + + - +