-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore(deps): update adguard/adguardhome docker tag to v0.107.56 #3051
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@@ -22,7 +22,7 @@ services: | |||
volumes: | |||
- ./data/work:/opt/adguardhome/work | |||
- ./data/conf:/opt/adguardhome/conf | |||
image: adguard/adguardhome:v0.107.55 | |||
image: adguard/adguardhome:v0.107.56 | |||
labels: | |||
createdBy: "Apps" | |||
networks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are minimal and do not contain significant errors. The version update from v0.107.55 to v0.107.56 is likely a regular security patch, so it should be safe to upgrade if you haven't already done so recently. This pull request only updates the Docker image tag without altering any other configuration elements. If you don't need specific features that might have been added in this newer version compared to v0.107.55, sticking with the previous one could save on resource usage. However, if there's an urgent issue fixed in the latest release, upgrading would ensure access to those fixes.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4b3525d
to
bf35667
Compare
@@ -22,7 +22,7 @@ services: | |||
volumes: | |||
- ./data/work:/opt/adguardhome/work | |||
- ./data/conf:/opt/adguardhome/conf | |||
image: adguard/adguardhome:v0.107.55 | |||
image: adguard/adguardhome:v0.107.56 | |||
labels: | |||
createdBy: "Apps" | |||
networks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no significant difference between the two images (v0.107.55 and v0.107.56 of AdGuard Home) that would cause any major issues. The Docker Compose file appears to be well-configured with correct volume mappings and labels for use with Apps. However, you might want to verify:
-
Network Configuration: Ensure that the
networks
section correctly references any external networks used in your setup. -
Resource Limits: Check if any resources (e.g., CPU, memory limits) are required for this application.
-
Compatibility Issues: Although unlikely within one minor version release, confirm compatibility with other running containers or systems.
Otherwise, the setup looks optimized with clear dependencies and configurations. If these checks are complete without finding issues, proceed with deployment as intended.
This PR contains the following updates:
v0.107.55
->v0.107.56
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AdguardTeam/AdGuardHome (adguard/adguardhome)
v0.107.56
Compare Source
See also the v0.107.56 GitHub milestone.
NOTE: Add new changes BELOW THIS COMMENT.
-->
Security
Added
POST /clients/search
that finds clients by their IP addresses, CIDRs, MAC addresses, or ClientIDs. Seeopenapi/openapi.yaml
for the full description.Deprecated
GET /clients/find
HTTP API is deprecated. Use the newPOST /clients/search
API.Fixed
Request count link in the clients table (#7513).
The formatting of large numbers on the dashboard (#7329).
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: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.