Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ioBroker] Update buanet/iobroker Docker tag to v10 #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MaxWinterstein
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
buanet/iobroker major v5.1.0 -> v10.0.0
buanet/iobroker final major v5.1.0 -> v10.0.0

Release Notes

buanet/ioBroker.docker (buanet/iobroker)

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 is behind base branch, 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 has been generated by Renovate Bot.

@MaxWinterstein MaxWinterstein added dependencies Pull requests that update a dependency file no-stale labels Oct 27, 2024
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch 6 times, most recently from 52c0980 to 6dae0cd Compare October 27, 2024 13:45
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch 2 times, most recently from d348b60 to 7f7da2b Compare November 10, 2024 01:03
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch from 7f7da2b to 817eee3 Compare November 18, 2024 01:04
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch 4 times, most recently from c61829c to 8835334 Compare December 1, 2024 01:15
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch from 8835334 to 6297406 Compare December 9, 2024 01:07
@MaxWinterstein MaxWinterstein force-pushed the renovate/buanet-iobroker-10.x branch from 6297406 to b8aa8ee Compare December 11, 2024 01:06
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.

2 participants