Skip to content

Commit

Permalink
rpm: Do not replace server.yml, closes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heckel committed Mar 14, 2022
1 parent d0bbda5 commit 53e0898
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ nfpms:
contents:
- src: server/server.yml
dst: /etc/ntfy/server.yml
type: config
type: "config|noreplace"
- src: server/ntfy.service
dst: /lib/systemd/system/ntfy.service
- src: client/client.yml
dst: /etc/ntfy/client.yml
type: config
type: "config|noreplace"
- src: client/ntfy-client.service
dst: /lib/systemd/system/ntfy-client.service
- dst: /var/cache/ntfy
Expand Down
12 changes: 12 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases)
and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases).

## ntfy server v1.18.0
Released XXXXXXXXXXXXXXX

**Bug fixes:**

* rpm: do not overwrite server.yaml on package upgrade (#166, thanks @waclaw66 for reporting)

**Deprecations:**

* Removed the ability to run server as `ntfy serve` as per [deprecation](https://ntfy.sh/docs/deprecations)

## ntfy Android app v1.10.0
Released XXXXXXXXXXXXXXX

**Features:**

* Support for UnifiedPush 2.0 specification (bytes messages, #130)
* Export/import settings and subscriptions (#115, thanks @cmeis for reporting)

**Bug fixes:**

Expand Down

0 comments on commit 53e0898

Please sign in to comment.