This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
Releases: aleksasiriski/rffmpeg-autoscaler
Releases · aleksasiriski/rffmpeg-autoscaler
v1.1.1
Updated dependencies
What's Changed
- Bump github.com/hetznercloud/hcloud-go from 1.43.0 to 1.44.0 by @dependabot in #1
- Bump github.com/hetznercloud/hcloud-go from 1.44.0 to 1.45.1 by @dependabot in #2
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #3
- Bump modernc.org/sqlite from 1.22.1 to 1.23.0 by @dependabot in #4
- Update README.md by @aleksasiriski in #5
- Bump modernc.org/sqlite from 1.23.0 to 1.23.1 by @dependabot in #6
New Contributors
- @dependabot made their first contribution in #1
- @aleksasiriski made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Switched to gcr.io/distroless/static-debian11:nonroot
as base.
SQLite might not have the right permissions by default now. Distroless runs as nonroot
. I suggest using Postgresql.
v1.0.1
Removed connection limit for SQLite
v1.0.0
First stable release, with binaries
BETA - Now working with rffmpeg-go
Now working with rffmpeg-go
BETA - SQL changes
- added version check for postgres
- updated SQL module
BETA - Updated SQL module
- Complete SQL module
- Fixed error handling
BETA - Refactoring
- Moved DB modules to rffmpeg-go repo
- Fixed error messages
BETA - First release in need of testing
This is a complete rewrite of python script hcloud-rffmpeg
It should be much easier to use and more modular approach allows me to keep it in line with rffmpeg-go