Skip to content

Commit

Permalink
build(release): Version 2.0.0b0 → 2.0.0b1
Browse files Browse the repository at this point in the history
[actions skip]
[ci release]
  • Loading branch information
CI Runner committed Oct 29, 2023
1 parent 6c96227 commit d93ca0b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://commitizen-tools.github.io/commitizen/
name = "cz_conventional_commits"
changelog_start_rev = "v0.0.0"
version = "2.0.0b0"
version = "2.0.0b1"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
31 changes: 2 additions & 29 deletions NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,37 +1,10 @@
prunerr 2.0.0b0 (2023-10-29)
prunerr 2.0.0b1 (2023-10-29)
============================

Features
--------

- Update `the Python versions <https://www.python.org/downloads/>`_ this package supports.
Remove v3.7 support and add v3.12 support.
- Update the default supported Python version from v3.10 to v3.11. Match the default
version in `the official Python Docker image <https://hub.docker.com/_/python>`_.


Bugfixes
--------

- Don't hide connection errors in output logs at the default logging level.
- Normalize the port in download client URLs so that they match regardless of whether the
default port for the protocol or scheme, ``80`` vs ``443``, is specified.
- Stop depending on Servarr for download client authentication, requires configuration
changes.

Radarr no longer returns passwords from the download client API endpoint. Following
their lead, stop depending on the Servarr APIs to provide authentication credentials and
get the Transmission RPC password from the Prunerr configuration::

...
download-clients:
urls:
- "https://transmission:secret@transmission.example.com"
...
- Tolerate connection timeouts with external services when performing review actions on a
per-item basis to minimize the interruptions from intermittent errors.
- Upgrade all requirements to the most recent versions as of
Sun Oct 29 06:24:32 PM UTC 2023.
- Trigger a release after the v2.0.0b0 release failure.



9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
prunerr 2.0.0b1 (2023-10-29)
============================

Bugfixes
--------

- Trigger a release after the v2.0.0b0 release failure.


prunerr 2.0.0b0 (2023-10-29)
============================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/+release.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpattersonnet/prunerr",
"scope": "@rpattersonnet",
"version": "2.0.0-b0",
"version": "2.0.0-b1",
"description": "Perma-seed Servarr media libraries",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
Expand Down

0 comments on commit d93ca0b

Please sign in to comment.