mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-26 02:04:10 +02:00
207 lines
7.3 KiB
Markdown
207 lines
7.3 KiB
Markdown
## Changelog
|
|
|
|
### v6.1.0-beta.2 (upcoming)
|
|
* remove hostname check for multihost slave
|
|
* optimize startup script logging
|
|
* adding breaks and optimizing maintenance script (fixes [#233](https://github.com/buanet/ioBroker.docker/issues/233))
|
|
* v6.1.0-beta.1 (2021-12-23)
|
|
* some more corrections in maintenance script ([#232 @agross](https://github.com/buanet/ioBroker.docker/pull/232))
|
|
* added autoconfirm parameter to upgrade function in maintenance script ([#229 @thost96](https://github.com/buanet/ioBroker.docker/pull/229))
|
|
* added alias "m" for maintenance script
|
|
|
|
### v6.0.0 (2021-12-09)
|
|
* moving docu/ restructuring readme
|
|
* v6.0.0-beta1 (2021-10-07)
|
|
* upgrading node version to recommended node14
|
|
* adding beta-node16 tag for beta testing node16
|
|
* updating documentation
|
|
* v5.3.0-beta1 (2021-10-07)
|
|
* adding check (installed) PACKAGES on startup (fixes [#201](https://github.com/buanet/ioBroker.docker/issues/201))
|
|
* adding packages for discovery adapter
|
|
* adding packages for backitup adapter
|
|
* reorganizing Dockerfile
|
|
|
|
### v5.2.0 (2021-09-30)
|
|
* v5.2.0-beta4 (2021-09-10)
|
|
* adding iobroker user rights for "gosu"
|
|
* adding more labels in OCI standard format
|
|
* fixing workdir bug
|
|
* adding backitup compatibility
|
|
* v5.2.0-beta3 (2021-09-04)
|
|
* reducing layers in dockerfile
|
|
* making hostname check mandatory for startup
|
|
* optimize startup log
|
|
* v5.2.0-beta2 (2021-08-28)
|
|
* redesign maintenance script
|
|
* switching amd64 base image to debian bullseye slim
|
|
* optimizing log output
|
|
* adding labels in OCI standard format
|
|
* adding packages update on first start
|
|
* adding file for docker detection by ioBroker adapters
|
|
* adding best practice for states db migration in readme
|
|
* removing couchdb option for states db (no longer supported)
|
|
* v5.2.0-beta1 (2021-05-04)
|
|
* added upgrade parameter to maintenance script
|
|
* added expose for default admin ui port (fixes [#172](https://github.com/buanet/ioBroker.docker/issues/172))
|
|
* added short form for maintenance script
|
|
* v5.2.0-beta (2021-04-02)
|
|
* some renaming to optimize automated build
|
|
* changes in versioning
|
|
* delete travis for automated build
|
|
|
|
### v5.1.0 (2020-11-05)
|
|
* v5.0.2-beta (2020-07-28)
|
|
* added docker tag for majorversion latest
|
|
* extend readme.md docu
|
|
* added maintenance script
|
|
* added container healthcheck
|
|
* fixed configuration procedure and logging for objects and states db setup
|
|
* v5.0.1-beta (2020-07-01)
|
|
* fixing backup detection in startup script
|
|
* fixing permission issue on iobroker restored
|
|
* extended Logging
|
|
* optimize multihost support
|
|
|
|
### v5.0.0 (2020-06-29)
|
|
* v4.2.4-beta (2020-06-23)
|
|
* added graceful shutdown
|
|
* small fix for GID/UID handling
|
|
* adding new ENV "IOB_MULTIHOST" for multihost support
|
|
* small syntax fixes in iobroker_startup.sh
|
|
* v4.2.3-beta (2020-06-05)
|
|
* ~~updating js-controller to not stable version 3.1.5 to fix renaming issue~~ (is stable now)
|
|
* v4.2.2-beta (2020-06-03)
|
|
* ~~workaround for renaming issues on startup~~ (fixed in js-controller)
|
|
* v4.2.1-beta (2020-05-10)
|
|
* using node 12 instead of 10
|
|
* updated documentation in readme.md
|
|
|
|
### v4.2.0 (2020-04-14)
|
|
* v4.1.4-beta (2020-04-07)
|
|
* switching base image to buster
|
|
* optimizing installation of packages defined by ENV "PACKAGES"
|
|
* v4.1.3-beta (2020-02-08)
|
|
* renamed ENV for adminport (new "IOB_ADMINPORT)")
|
|
* added new ENVs for "iobroker setup custom" (replacing "REDIS")
|
|
* enhancements in startup script logging
|
|
* v4.1.2-beta (2020-02-02)
|
|
* added feature for running user defined scripts on startup
|
|
* small fix for permissions issues on some systems
|
|
* v4.1.1-beta (2020-01-17)
|
|
* updated openzwave to version 1.6.1007
|
|
|
|
### v4.1.0 (2020-01-17)
|
|
* improved readme.md
|
|
* v4.0.3-beta (2020-01-06)
|
|
* added support to restore backup on startup ([#56 @duffbeer2000](https://github.com/buanet/ioBroker.docker/pull/56))
|
|
* small fixes according to "docker best practices"
|
|
* v4.0.2-beta (2019-12-10)
|
|
* ~~added env for activating redis~~
|
|
* enhancements in startup script and docker file
|
|
* v4.0.1-beta (2019-11-25)
|
|
* added env for iobroker admin port
|
|
* added env for usb-devices (setting permissions)
|
|
* updateing prerequisites for iobroker installation
|
|
* some small code fixes
|
|
|
|
### v4.0.0 (2019-10-25)
|
|
* v3.1.4-beta (2019-10-23)
|
|
* added env for zwave support
|
|
* v3.1.3-beta (2019-10-17)
|
|
* enhanced logging of startup-script
|
|
* multi arch support (amd64, aarch64, armv7hf)
|
|
* v3.1.2-beta (2019-09-03)
|
|
* using node 10 instead of node 8
|
|
* v3.1.1-beta (2019-09-02)
|
|
* adding env for setting uid/ gid for iobroker-user ([#33 @mplogas](https://github.com/buanet/ioBroker.docker/pull/33))
|
|
|
|
### v3.1.0 (2019-08-21)
|
|
* v3.0.3-beta (2019-08-21)
|
|
* switching base image from "debian:latest" to "debian:stretch"
|
|
* v3.0.2-beta (2019-06-13)
|
|
* using gosu instead of sudo ([#26 @SchumyHao](https://github.com/buanet/ioBroker.docker/pull/26))
|
|
* changing output of ioBroker logging
|
|
* v3.0.1-beta (2019-05-18)
|
|
* ~~switching back to iobroker-daemon for startup~~
|
|
|
|
### v3.0.0 (2019-05-09)
|
|
* v2.0.6-beta (2019-04-14)
|
|
* added some additional logging
|
|
* fixing some issues for language env
|
|
* added permission fixing on first start
|
|
* v2.0.5-beta (2019-02-09)
|
|
* added ENV to docker file
|
|
* added EXPOSE for admin
|
|
* final testing
|
|
* v2.0.4-beta (2019-01-28)
|
|
* added support for env variables "avahi" and "packages"
|
|
* moving avahi-daemon installation into avahi startup script
|
|
* added script for installing optional packages
|
|
* optimizing logging output
|
|
* v2.0.3-beta (2019-01-24)
|
|
* added support for running ioBroker under iobroker user
|
|
* optimizing logging output
|
|
* optimizing scripts
|
|
* v2.0.2-beta (2019-01-23)
|
|
* optimizing and rearranged docker file
|
|
* changes for new ioBroker install script
|
|
* added restoring for empty mounted /opt/iobroker folder
|
|
* some more small fixes
|
|
* v2.0.1-beta (2019-01-07)
|
|
* some changes for supporting other docker-environments than synology ds
|
|
|
|
### v2.0.0 (2018-12-05)
|
|
* v1.2.2-beta (2018-12-05)
|
|
* using node8 instead of node6
|
|
* changes for new iobroker setup
|
|
* v1.2.1-beta (2018-09-12)
|
|
* added support for firetv-adapter
|
|
|
|
### v1.2.0 (2018-08-21)
|
|
* v1.1.3-beta (2018-08-21)
|
|
* ~~added ffmpeg-package for yahka to support webcams~~
|
|
* v1.1.2-beta (2018-04-04)
|
|
* added ENV for timezone issue
|
|
* v1.1.1-beta (2018-03-29)
|
|
* added wget package
|
|
* updated readme.md
|
|
|
|
### v1.1.0 (2017-12-10)
|
|
* v1.0.2-beta (2017-12-10)
|
|
* changed startup call to fix restart issue
|
|
* fixed avahi startup issue
|
|
* fixed hostname issue
|
|
* added z-wave support
|
|
* added logging to /opt/scripts/docker_iobroker_log.txt
|
|
* v1.0.1-beta (2017-08-25)
|
|
* fixed locales issue
|
|
|
|
### v1.0.0 (2017-08-22)
|
|
* moved and renamed iobroker startup script
|
|
* disabled iobroker daemon to (hopefully) fix restart issue
|
|
* added some maintenance scripts
|
|
|
|
### v0.2.1 (2017-08-16)
|
|
* ~~added libfontconfig package (for iobroker.phantomjs)~~
|
|
* added gnupg2 package as prerequisite for installing node version 6
|
|
|
|
### v0.2.0 (2017-06-04)
|
|
* fixed startup issue in startup.sh
|
|
* changed node version from 4 to 6
|
|
|
|
### v0.1.2 (2017-03-14)
|
|
* ~~added libpcap-dev package (for iobroker.amazon-dash)~~
|
|
|
|
### v0.1.1 (2017-03-10)
|
|
* added git package
|
|
|
|
### v0.1.0 (2017-03-08)
|
|
* moved avahi-start.sh to seperate directory
|
|
* fixed timezone issue (sets now timezone to Europe/Berlin)
|
|
|
|
### v0.0.2 (2017-03-06)
|
|
* added support for avahi-daemon (installation and autostart)
|
|
|
|
### v0.0.1 (2017-01-31)
|
|
* project started / initial release
|