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

chore(deps): update adguard/adguardhome docker tag to v0.107.56 #3051

Merged
merged 2 commits into from
Jan 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch 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
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.23.5.
Added
  • The new HTTP API POST /clients/search that finds clients by their IP addresses, CIDRs, MAC addresses, or ClientIDs. See openapi/openapi.yaml for the full description.
Deprecated
  • The GET /clients/find HTTP API is deprecated. Use the new POST /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.


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

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

Copy link

f2c-ci-robot bot commented Jan 23, 2025

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:
Copy link
Member

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.

Copy link

f2c-ci-robot bot commented Jan 23, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 4b3525d to bf35667 Compare January 26, 2025 14:31
@@ -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:
Copy link
Member

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:

  1. Network Configuration: Ensure that the networks section correctly references any external networks used in your setup.

  2. Resource Limits: Check if any resources (e.g., CPU, memory limits) are required for this application.

  3. 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.

@wanghe-fit2cloud wanghe-fit2cloud merged commit ce857af into dev Jan 26, 2025
1 check was pending
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/adguard-adguardhome-0.x branch January 26, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant