Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2025

{"prProperties": {"branchName": "renovate/buanet-iobroker-11.x", "depName": "buanet/iobroker", "newVersion": "v11.0.0"}}

This PR contains the following updates:

Package Type Update Change
buanet/iobroker major v5.1.0v11.0.0
buanet/iobroker final major v5.1.0v11.0.0

Release Notes

buanet/ioBroker.docker (buanet/iobroker)

v11.0.0: Stable Release V11.0.0

Compare Source

Changelog
V11.0.0 (21.07.2025)
  • releasing V11.0.0 instead of V10.1.0 due to the upgrade to recommended node22
  • v10.1.0-beta.1 (24.05.2025)
    • remove restore option from maintenance script
    • restructure build process
    • add node22 tag to beta
    • update readme and docs
    • add sorted list of backups (#​530 by @​Marc-Berg)
❗ This release contains a new recommended node version ❗

Upgrading an existing ioBroker to a new node version may cause some issues. To minimize this, make sure your js-controller and adapters are in latest stable version. Make also sure you have a valid backup. Just in case you have to revert back to latest-v10 or restore your backup into a new ioBroker instance.

In general the js-controller should handle the new node version well. In some rare cases some adapters need a little help by reinstalling them.

Although an upgrade by recreating the container is possible, the smoothest way is still setting up a new iobroker and restoring it from a backup. For more details about upgrades see official ioBroker Docker image docs.

v10.0.0

Compare Source

  • v10.0.0-beta.2 (07.08.2024)
    • add build date to image
    • cleanup dockerfile
    • test new build process
  • v10.0.0-beta.1 (13.07.2024)
    • upgrade node version to recommended node20
    • remove dedicated node setup from dockerfile
    • improve logging for failed database check (#​411)
    • rework build process due to problems with github actions

v9.1.2

Compare Source

  • fix build process by updating npm to latest

v9.1.1

Compare Source

  • fix node js setup

v9.1.0

Compare Source

  • update docs and ci
  • v9.1.0-beta.4 (08.01.2024)
  • v9.1.0-beta.3 (23.11.2023)
    • add --force to restore in maintenance script
    • improve shebang in scripts for downgrade and portability
  • v9.1.0-beta.2 (06.11.2023)
    • enhance logging/ fix typos
    • add env PACKAGES_UPDATE and remove automatic package updates on first container start
    • improve setuid/setgid handling during startup (#​397)
    • move maintenance script registration to dockerfile (#​390)
  • v9.1.0-beta.1 (03.11.2023)
    • improve maintenance command by symlinking (#​390)
    • fix restore/ adding backup file selection (#​394)
    • fix calling iob start|stop with parameters
    • enhance logging in iobroker_startup.sh
    • add error handling for user scripts

v9.0.1

Compare Source

  • fix issue with avahi setup (#​384; #​385 by @​z1r0)
  • add silent cleanup to setup_avahi.sh
  • add error handling for package updates/ install
  • fix calling iob in iobroker_startup.sh (#​388)

v9.0.0

Compare Source

  • update official docs
  • v9.0.0-beta.2 (28.09.2023)
    • fix issue with unlocking features in backitup (#​381)
    • fix issue with fresh initializing iobroker
  • v9.0.0-beta.1 (24.09.2023)
    • remove special settings script and env for zwave (#​377)
    • simplify ci/ reduce gh actions
    • ignore errors in "silent cleanup" on first start (#​369)
    • cleanup/ restructure repo
    • update nodejs setup process
    • update base image to debian 12 (bookworm)
    • improve security by avoiding root (except startup script itself)
    • restrict iobroker command line commands (start/ stop/ node fix)
    • integrate maintenance script into iobroker command
    • move container config files location

v8.1.0

Compare Source

  • repo cleanup
  • v8.1.0-beta.4 (29.07.2023)
    • fix container restart in maintenance script
    • fix running maintenance script as iobroker
    • enhance quoting (#​357 by @​dontobi)
  • v8.1.0-beta.3 (05.07.2023)
    • fix permission issue for restart container as iobroker user
    • fix issue with js-controller ui upgrade
    • fix small issues in maintenance script
    • update action workflows
  • v8.1.0-beta.2 (26.04.2023)
    • prohibit restore when startup script is still running
    • extend time before restart after restore is done
    • influx data repo will be added automatically when PACKAGES contains influxdb or influxdb2-cli package
  • v8.1.0-beta.1 (14.04.2023)
    • enhance github actions
    • enhance log output of maintenance script on restore (#​333)
    • allow iobroker admin to be disabled at startup (#​332)
    • allow deletion of objects and states db password with value "none" (#​306)

v8.0.1

Compare Source

  • fix calling of "iob setup first" on slaves (#​335)

v8.0.0

Compare Source

  • update readme and docs
  • remove manifests
  • enhance dockerfile, reduce image size (#​323)
  • v8.0.0-beta.1 (20.02.2023)
    • upgrade node version to recommended node18
    • rewrite of multihost setup handling
    • rewrite of custom objects and states db setup handling
    • enhance initial packages install/ update
    • enhance logging and error handling
    • add volume instruction to dockerfile
    • add support for password protected custom objects and states db (#​306)
    • add support for redis sentinel (#​311)
    • add restore command to maintenance script
    • add database connection check at startup
    • remove initial restore feature

v7.2.0

Compare Source

  • update docs
  • v7.2.0-beta.1 (30.11.2022)
    • fix restart option in maintenance script
    • add error handling for usb devices
    • add aliases to maintenance script
    • add env PERMISSION_CHECK (#​251)
    • add some more DEBUG messages to log
    • add env IOB_BACKITUP_EXTDB to unlock external db backups in backitup adapter
    • reorder dockerfile steps to fulfill ioBroker Docker check

v7.1.2

Compare Source

v7.1.1

Compare Source

  • fix setting gid of iobroker group (#​289)

v7.1.0

Compare Source

  • fix build action node issue for iobroker/iobroker repo
  • v7.1.0-beta.1 (12.10.2022)
    • add env DEBUG for extended debugging log
    • enhance logging in iobroker-startup.sh
    • enhance build process
    • add restart option to maintenance script
    • add strict mode for iobroker-startup.sh
    • fix "unary operator expected" error

v7.0.1

Compare Source

  • backitup restore patch

v7.0.0

Compare Source

  • update docs & ci
  • v7.0.0-beta.1 (16.06.2022)

v6.1.0

Compare Source

  • v6.1.0-beta.2 (2022-02-11)
    • fix -kbn option in maintenance script
    • enhance shutdown/ prevent warnings on upgrade
    • remove hostname check for multihost slave
    • enhance startup script logging
    • add breaks and enhance maintenance script (fixes #​233)
  • v6.1.0-beta.1 (2021-12-23)

v6.0.0

Compare Source

  • move docs/ restructuring readme
  • v6.0.0-beta1 (2021-10-07)
    • upgrade node version to recommended node14
    • add beta-node16 tag for beta testing node16
    • update documentation
  • v5.3.0-beta1 (2021-10-07)
    • add check (installed) PACKAGES on startup (fixes #​201)
    • add packages for discovery adapter
    • add packages for backitup adapter
    • reorganize Dockerfile

v5.2.0

Compare Source

  • v5.2.0-beta4 (2021-09-10)
    • adding iobroker user rights for "gosu"
    • adding more labels in OCI standard format
    • fixing work dir bug
    • adding backitup compatibility
  • v5.2.0-beta3 (2021-09-04)
    • reducing layers in dockerfile
    • making hostname check mandatory for startup
    • enhance 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)
    • added short form for maintenance script
  • v5.2.0-beta (2021-04-02)
    • some renaming to enhance automated build
    • changes in versioning
    • delete travis for automated build

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file no-stale labels Jul 22, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from 80a434c to cc3ce1f Compare July 22, 2025 01:43
@renovate renovate bot force-pushed the renovate/buanet-iobroker-11.x branch from cc3ce1f to 36932a4 Compare October 23, 2025 08:02
@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from 36932a4 to 2db868d Compare October 23, 2025 08:02
@renovate renovate bot force-pushed the renovate/buanet-iobroker-11.x branch from 2db868d to b940b5f Compare November 10, 2025 18:46
@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from b940b5f to 7ed7c22 Compare November 10, 2025 18:46
@renovate renovate bot force-pushed the renovate/buanet-iobroker-11.x branch from 7ed7c22 to 9037866 Compare December 10, 2025 13:52
@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from 9037866 to b7f28ea Compare December 10, 2025 13:52
@renovate renovate bot force-pushed the renovate/buanet-iobroker-11.x branch from b7f28ea to 667ddaa Compare January 1, 2026 12:47
@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from 667ddaa to b88c715 Compare January 1, 2026 12:47
@renovate renovate bot force-pushed the renovate/buanet-iobroker-11.x branch from b88c715 to af01bbb Compare January 1, 2026 13:22
@MaxWintersteinBot MaxWintersteinBot force-pushed the renovate/buanet-iobroker-11.x branch from af01bbb to b5deb1b Compare January 1, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file no-stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant