Skip to content

Commit 49e4fff

Browse files
committed
Merge branch 'dev'
2 parents e2e88a9 + 499599d commit 49e4fff

16 files changed

Lines changed: 703 additions & 29 deletions

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event_name != 'pull_request'
4242
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
4343
with:
44-
cosign-release: 'v1.9.0'
44+
cosign-release: 'v1.13.0'
4545

4646

4747
# Workaround: https://github.com/docker/build-push-action/issues/461

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3+
# Release V2.2.0 (2022-12-17)
4+
5+
- Add Mastodon Support
6+
- Add the `muskKillSwitch` flag to the main config, if set to `true` all Twitter broadcast capabilities are turned off,
7+
without having to manually update them
8+
39
# Release V2.1.0 (2022-09-20)
10+
411
- Add Dump1090 track source
512

613
# Release V2.0.2 (2022-08-30)

config/aircraft/example-plane.yaml.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ notifications:
2727
- username: PlaneAlert
2828
accessToken: ""
2929
accessSecret: ""
30+
mastodon:
31+
enabled: false
32+
accounts:
33+
- url: ""
34+
accessToken: ""

config/airlines/example-airline.yaml.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ notifications:
1818
- username: PlaneAlert
1919
accessToken: ""
2020
accessSecret: ""
21+
mastodon:
22+
enabled: false
23+
accounts:
24+
- url: ""
25+
accessToken: ""

config/main.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ telemetry:
2727
twitter:
2828
appToken: null
2929
appSecret: null
30+
muskKillSwitch: false
3031

3132
log:
3233
level: DEBUG

config/squawk/example-squawk.yaml.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ notifications:
1414
- username: PlaneAlert
1515
accessToken: ""
1616
accessSecret: ""
17+
mastodon:
18+
enabled: false
19+
accounts:
20+
- url: ""
21+
accessToken: ""

config/types/example-type.yaml.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ notifications:
1818
- username: PlaneAlert
1919
accessToken: ""
2020
accessSecret: ""
21+
mastodon:
22+
enabled: false
23+
accounts:
24+
- url: ""
25+
accessToken: ""

0 commit comments

Comments
 (0)