Closed renovate[bot] closed 3 months ago
[!WARNING]
Rate limit exceeded
@renovate[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 21 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 18ca0b4cffd61665c112d866a47547eede72557c and 0065f614e28a584122611832502af96dc009f783.
The recent updates across various Dockerfiles involve a minor version upgrade from 16.2.0
to 16.2.1
of the base image ghcr.io/hassio-addons/base
. This change enhances the underlying environment with potential bug fixes, security patches, or new features, ensuring improved stability and performance for the applications. Overall, the functionality and structure of the Dockerfiles remain unchanged.
Files | Change Summary |
---|---|
apache2-minimal-mariadb/Dockerfile , apache2-minimal/Dockerfile , apache2/Dockerfile , bash_script_executer/Dockerfile , matterbridge/Dockerfile , netboot-xyz/Dockerfile , openssl/Dockerfile , pterodactyl-panel/Dockerfile , pterodactyl-wings/Dockerfile , switch_lan_play/Dockerfile , switch_lan_play_server/Dockerfile , tuya-convert/Dockerfile , wiki.js/Dockerfile , xqrepack/Dockerfile |
Updated base image version from 16.2.0 to 16.2.1 , reflecting enhancements and improvements. |
sequenceDiagram
participant User
participant Dockerfile
participant BaseImage
User->>Dockerfile: Request to build image
Dockerfile->>BaseImage: Pull base image version 16.2.1
BaseImage-->>Dockerfile: Return updated base image
Dockerfile-->>User: Build complete with version 16.2.1
🐇 In the meadow bright and free,
A new version hops joyfully!
With fixes and patches, oh so neat,
The Dockerfiles now dance on their feet.
From16.2.0
to16.2.1
they soar,
A little upgrade opens the door! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
16.2.0
->16.2.1
16.2.0
->16.2.1
16.2.0
->16.2.1
Release Notes
hassio-addons/addon-base (ghcr.io/hassio-addons/base)
### [`v16.2.1`](https://togithub.com/hassio-addons/addon-base/releases/tag/v16.2.1) [Compare Source](https://togithub.com/hassio-addons/addon-base/compare/v16.2.0...v16.2.1) ##### What’s changed ##### ⬆️ Dependency updates - ⬆️ Update alpine\_3\_20/xz to v5.6.2-r0 [@renovate](https://togithub.com/renovate) ([#296](https://togithub.com/hassio-addons/addon-base/pull/296))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
New Features
Bug Fixes