-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Chore(deps): Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 #4848
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
Merged
shamoon
merged 1 commit into
dev
from
dependabot/github_actions/docker/setup-qemu-action-3.6.0
Feb 28, 2025
Merged
Chore(deps): Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 #4848
shamoon
merged 1 commit into
dev
from
dependabot/github_actions/docker/setup-qemu-action-3.6.0
Feb 28, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8000
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
shamoon
approved these changes
Feb 28, 2025
calvinbui
added a commit
to calvinbui/ansible-monorepo
that referenced
this pull request
Mar 16, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://github.com/gethomepage/homepage) | major | `v0.10.9` -> `v1.0.3` | --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v1.0.3`](https://github.com/gethomepage/homepage/releases/tag/v1.0.3) [Compare Source](gethomepage/homepage@v1.0.2...v1.0.3) #### What's Changed - Fix: wrapping in bookmarks by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4945 - Fix: fix kavita API body with key by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4948 - Fix: correct units for speedtest tracker API v2 by [@​brikim](https://github.com/brikim) in gethomepage/homepage#4950 - Change: prefer IPv4 in docker image by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4954 - Enhancement: allow disabling host checking by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4967 - Fix: jellyfin handle empty episode numbers by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4970 - Documentation: add HOMEPAGE_ALLOWED_HOSTS to k8s docs by [@​xalxnder](https://github.com/xalxnder) in gethomepage/homepage#4969 #### New Contributors - [@​xalxnder](https://github.com/xalxnder) made their first contribution in gethomepage/homepage#4969 **Full Changelog**: gethomepage/homepage@v1.0.2...v1.0.3 ### [`v1.0.2`](https://github.com/gethomepage/homepage/releases/tag/v1.0.2) [Compare Source](gethomepage/homepage@v1.0.0...v1.0.2) This small bug fix fixes a couple of layout issues in v1.0.0 and reverts a change to networking that was in v1.0.1 Please also check out the [v1.0 release notes](https://github.com/gethomepage/homepage/releases/tag/v1.0.0) - Fix: fix plex total size with larger libraries by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4933 - Fix: fix larger breakpoint by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4935 **Full Changelog**: gethomepage/homepage@v1.0.0...v1.0.2 ### [`v1.0.0`](https://github.com/gethomepage/homepage/releases/tag/v1.0.0) [Compare Source](gethomepage/homepage@v0.10.9...v1.0.0) #### Homepage v1.0! 🎉 We're excited to announce the release of homepage v1.0! This release contains a bunch of new widgets, fixes and other improvements, but if you're curious why the major version bump, it's [because](https://semver.org) of the **breaking changes** included: - \[BREAKING] Enhancement: require host validation by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4744 - This change is for security reasons and the update is simple: users will need to set the `HOMEPAGE_ALLOWED_HOSTS` environment variable (how to do that varies by install type, see [the docs](https://gethomepage.dev/installation/)) - \[BREAKING] Chore: update to next v15 by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4661 - homepage no longer runs on armv7 (RIP ✌️) - \[BREAKING] Chore: upgrade to tailwind v4 by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4863 - some users may need to update their custom css - \[BREAKING] Enhancement: support for Kubernetes gateway API by [@​djeinstine](https://github.com/djeinstine) in gethomepage/homepage#4643 - k8s users may need to update their configuration, see https://gethomepage.dev/configs/kubernetes/ Thank you to our community of contributors, discord chat helpers and **our users**! We are so proud of the collaboration that goes into keeping this project delightful. #### What's Changed - Documentation: add note about clearing UniFi cache non-docker by [@​GTez](https://github.com/GTez) in gethomepage/homepage#4585 - Enhancement: handle evcc breaking change by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4630 - Development: pnpm lint on ci by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4646 - Fix: fix overlap with glances charts in multi-widgets by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4653 - \[BREAKING] Chore: update to next v15 by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4661 - Feature: Firefly widget by [@​Amjad50](https://github.com/Amjad50) in gethomepage/homepage#4683 - Fix: correct package version number by [@​Maarc](https://github.com/Maarc) in gethomepage/homepage#4691 - Enhancement: support speedtest v1.2 API by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4695 - Enhancement: filter prometheus API endpoint for active only by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4701 - Fix: fix nesting with unsorted groups by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4711 - Enhancement: use datasets for truenas pools by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4716 - Chore: upgrade kubernetes/client-node by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4715 - Fix: Timezone-aware Date comparison for Calendar integration by [@​Yeraze](https://github.com/Yeraze) in gethomepage/homepage#4742 - \[BREAKING] Enhancement: support for Kubernetes gateway API by [@​djeinstine](https://github.com/djeinstine) in gethomepage/homepage#4643 - \[BREAKING] Enhancement: require host validation by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4744 - Enhancement: better tz parsing of ical recurring events by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4749 - Fix: handle possible null reference in k8s gateway api by [@​dudo](https://github.com/dudo) in gethomepage/homepage#4752 - Fixhancement: add an option to fritzbox widget to display IPv6 by [@​astappiev](https://github.com/astappiev) in gethomepage/homepage#4778 - Enhancement: improve try to prune trailing slashes by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4783 - Enhancement: support API key for Kavita by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4784 - Chore(deps): Bump jsonpath-plus from 10.2.0 to 10.3.0 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4794 - Chore: another big deps update by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4795 - Documentation: add auth documentation to PeaNUT by [@​Brandawg93](https://github.com/Brandawg93) in gethomepage/homepage#4803 - Enhancement: better handle recurring events poorly handled by ical library by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4807 - Chore(deps): Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4836 - Fix: subtract inactive_file from glances container memory usage by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4844 - Documentation: remove auth info from romm widget by [@​gantoine](https://github.com/gantoine) in gethomepage/homepage#4846 - Chore(deps): Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4848 - Chore(deps-dev): Bump eslint-config-prettier from 9.1.0 to 10.0.2 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4856 - Chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4859 - Enhancement: support new unifi network api and api key by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4860 - Chore(deps-dev): Bump eslint from 9.20.1 to 9.21.0 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4858 - Chore(deps): Bump tough-cookie from 4.1.4 to 5.1.2 by [@​dependabot](https://github.com/dependabot) in gethomepage/homepage#4857 - Feature: Add APC UPS widget by [@​nicupavel](https://github.com/nicupavel) in gethomepage/homepage#4840 - \[BREAKING] Chore: upgrade to tailwind v4 by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4863 - Fix: return all http routes of a namespace (k8s) by [@​arthur-leclerc](https://github.com/arthur-leclerc) in gethomepage/homepage#4865 - Fix: correct omada widget connectedGateways by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4872 - Enhancement: support komga API keys, breaking API changes by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4874 - Fix: use 'real_usage' for synology diskstation memory stats by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4880 - Fix: fix k8s get nodes error log by [@​jnodorp](https://github.com/jnodorp) in gethomepage/homepage#4887 - Enhancement: support automatic service discovery services with layout-only nesting by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4900 - Chore: add plex container size to requests by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4903 - Chore: migrate to pnpm only by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4907 - Feature: Hoarder service widget by [@​vhsdream](https://github.com/vhsdream) in gethomepage/homepage#4913 - Enhancement: cache release data, allow disable release checking by [@​shamoon](https://github.com/shamoon) in gethomepage/homepage#4917 - New Crowdin translations by GitHub Action by [@​github-actions](https://github.com/github-actions) in gethomepage/homepage#4599 #### New Contributors - [@​GTez](https://github.com/GTez) made their first contribution in gethomepage/homepage#4585 - [@​Amjad50](https://github.com/Amjad50) made their first contribution in gethomepage/homepage#4683 - [@​Maarc](https://github.com/Maarc) made their first contribution in gethomepage/homepage#4691 - [@​Yeraze](https://github.com/Yeraze) made their first contribution in gethomepage/homepage#4742 - [@​djeinstine](https://github.com/djeinstine) made their first contribution in gethomepage/homepage#4643 - [@​dudo](https://github.com/dudo) made their first contribution in gethomepage/homepage#4752 - [@​astappiev](https://github.com/astappiev) made their first contribution in gethomepage/homepage#4778 - [@​nicupavel](https://github.com/nicupavel) made their first contribution in gethomepage/homepage#4840 - [@​arthur-leclerc](https://github.com/arthur-leclerc) made their first contribution in gethomepage/homepage#4865 - [@​jnodorp](https://github.com/jnodorp) made their first contribution in gethomepage/homepage#4887 **Full Changelog**: gethomepage/homepage@v0.10.9...v1.0.0 </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com> Reviewed-on: https://gitea.bui.ng/calvinbui/ansible-monorepo/pulls/3525 Co-authored-by: renovate <renovate@noreply.gitea> Co-committed-by: renovate <renovate@noreply.gitea>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps docker/setup-qemu-action from 3.5.0 to 3.6.0.
Release notes
Sourced from docker/setup-qemu-action's releases.
Commits
2910929
Merge pull request #202 from crazy-max/binfmt-version7ffe24a
chore: update generated content17bc18b
display binfmt versionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)