Skip to content

Commit 4aad81c

Browse files
authored
Bump module release version to 1.5.0 (#75)
Also include AUTHORS summarising contributors to this module.
1 parent e680951 commit 4aad81c

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

AUTHORS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Alex Simenduev <shamil.si@gmail.com>
2+
Ashton Davis <contact@adavis.me>
3+
Asif Shaikh <ripclawffb@users.noreply.github.com>
4+
Cosmo Petrich <cosmopetrich@users.noreply.github.com>
5+
doomnuggets <doomnuggets@users.noreply.github.com>
6+
Gerold Katzinger <gerold@katzinger.info>
7+
Henrik Thostrup Jensen <thostrup@gmail.com>
8+
James Glenn <thedonkdonk@gmail.com>
9+
Jessica <mxjessie@users.noreply.github.com>
10+
Joshua Spence <josh@joshuaspence.com>
11+
Joshua-Snapp <jksnapp@gmail.com>
12+
Karolis Labrencis <karolis@labrencis.lt>
13+
Luke Swithenbank <swithenbank.luke@gmail.com>
14+
Mark McKinstry <mmckinst@users.noreply.github.com>
15+
Maxime Devalland <maxime@devalland.com>
16+
Mohammed Naser <mnaser@vexxhost.com>
17+
nexecook <ecook@nexcess.net>
18+
Nick Jones <nick.jones@datacentred.co.uk>
19+
Simon <spjmurray@yahoo.co.uk>
20+
Stuart Fox <sfox@xmatters.com>
21+
Stuart Fox <stuart@1000-clouds.ca>
22+
Sébastien <sebastien.nahelou@gmail.com>
23+
Tomas Barton <barton.tomas@gmail.com>

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datacentred-telegraf",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "DataCentred Ltd",
55
"summary": "Configuration and management of InfluxData's Telegraf metrics collection agent",
66
"license": "GPL-3.0",

scripts/generate_authors.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
5+
6+
# see also ".mailmap" for how email addresses and names are deduplicated
7+
8+
{
9+
cat <<-'EOH'
10+
# This file lists all individuals having contributed content to the repository.
11+
# For how it is generated, see `scripts/generate-authors.sh`.
12+
EOH
13+
echo
14+
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
15+
} > AUTHORS

0 commit comments

Comments
 (0)