Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Update Change
advplyr/audiobookshelf patch 2.17.1 -> 2.17.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

advplyr/audiobookshelf (advplyr/audiobookshelf)

v2.17.2

Compare Source

Fixed
  • Unable to edit book series sequence #​3636
  • iOS unable to select m4b files in file picker #​2690 by @​sevenlayercookie in #​3632
  • Servers on v2.10.1 and below unable to upgrade to v2.17.0 and up (fixed migration file)
Changed
  • Persist podcast episode table sort and filter options in browser local storage #​1321
  • UI/UX: Upload page cleaned up for mobile screen sizes
  • More strings translated
Internal

New Contributors

Full Changelog: advplyr/audiobookshelf@v2.17.1...v2.17.2


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.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Nov 22, 2024

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.

Details

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.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Nov 22, 2024

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

Details 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

image: advplyr/audiobookshelf:2.17.2
labels:
createdBy: "Apps"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个代码片段主要是一个 Docker 镜像名称和标签的应用配置。从当前时间到分析的时间点(2023 年),没有发现明确的问题或需要修改的部分。所有提供的服务路径都指向了有效的目录或文件夹位置。

然而,为使该容器更易于理解和维护,可以考虑添加一些默认参数:

  • 每个“labels”属性值后面应紧跟空格。
  • “CreatedBy”: 值应该在单引号中表示,以防止解析错误的尝试将 "Apps" 解析为一个变量名。

这是更改后的示例:

services:
  - "./data/podcasts:/podcasts"
  - "./data/config:/config"
  - "./data/metadata:/metadata"

image: advplyr/audiobookshelf:2.17.2

labels:  
  CreatedBy: "Apps"

@wanghe-fit2cloud wanghe-fit2cloud merged commit f05c485 into dev Nov 25, 2024
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/advplyr-audiobookshelf-2.x branch November 25, 2024 02:47
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.

3 participants