Changelog
This release introduces env only mode to be able to run seasonpackarr without needing to create a config file and adds the possibility to use TVDB as an additional metadata provider for season information. For an example for env only more take a look at the docker-compose.yml in the project's root directory. To be able to use the new metadata provider you need to create an api key on TVDB's website and provide it in the config file under the metadata key.
New Features
Bug fixes
- 2d58286: fix(config): also reload on create event (#172) (@nuxencs)
- ed97c9f: fix(config): clients from env vars (#182) (@nuxencs)
- 144581f: fix(config): don't init default client (#180) (@nuxencs)
- ba8d5cb: fix(config): only reload on write events (#171) (@nuxencs)
- 4ea5675: fix(docker): opencontainers version (#177) (@nuxencs)
- 1a8fef6: fix(processor): release string conversion (#175) (@nuxencs)
Other work
- a151a6c: chore(deps): bump the golang group with 3 updates (#183) (@dependabot[bot])
- a56b52a: chore(license): update missing headers (#174) (@nuxencs)
- 4d8959f: chore: update issue template (#164) (@nuxencs)
- cb91922: ci(docker): properly set opencontainers version (#176) (@nuxencs)
- 7526d44: ci(gha): dev versioning to use commits since tag (#179) (@nuxencs)
- 1da54d1: refactor(config): move to koanf & env only mode (#173) (@nuxencs)
- cb759bd: refactor: project structure & func/var naming (#170) (@nuxencs)
Full Changelog: v0.11.0...v0.12.0
Docker images
docker pull ghcr.io/nuxencs/seasonpackarr:v0.12.0
What to do next?
- Read the documentation