Update ghcr.io/hoarder-app/hoarder Docker tag to v0.23.2 #103

Closed
renovate-bot wants to merge 0 commits from renovate/ghcr.io-hoarder-app-hoarder-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/hoarder-app/hoarder patch 0.23.0 -> 0.23.2

⚠️ Warning

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


Release Notes

karakeep-app/karakeep (ghcr.io/hoarder-app/hoarder)

v0.23.2: 0.23.2

Compare Source

This is a dummy release to retrigger the generation of the ARM builds. Refer to the releases notes of 0.23.1 instead.

v0.23.1: 0.23.1

Compare Source

0.23.1 (Hoarder is rebranding to Karakeep)

This is not a typical release. Hoarder is rebranding to Karakeep. For context about the rebranding, check out the reddit announcement here.

The name Karakeep is inspired by the Arabic word "كراكيب" (karakeeb), a colloquial term commonly used to refer to miscellaneous clutter, odds and ends, or items that may seem disorganized but often hold personal value or hidden usefulness. It evokes the image of a messy drawer or forgotten box, full of stuff you can't quite throw away—because somehow, it matters (or more likely, because you're a hoarder!).

However, we also have a couple of new contributors to this minor version. Welcome @​ekambains, @​Summon528, @​jaworek, @​jferch, @​denysdovhan to the contributors list!

If you enjoy using Karakeep, consider supporting the project here or via GitHub here.

New Features 🚀

  • Well, we're rebranding!
    • This release shows a banner in the admin panel about the rebranding. It's still unclear whether I'll be able to continue updating the hoarder docker image after the repo name change, so I wanted what might potentially be the last stable release on this image to inform the people about the change in the image name. If it turns out that I can continue updating the image, I'll drop the banner.
    • Please note that the new docker image will not yet be available until I execute the repo transfer.
  • You can now store the assets in a separate directory by setting the ASSETS_DIR env variable. This allows people to offload the assets that can potentially grow larger into a network-mounted directory for example.
  • Hoarder now stores and indexes the author and publisher attributes of links. In a future release, we'll start showing them in the UI. (by @​erik-nilcoast).

UX Improvements

  • Clicking view original now opens in a blank tab (by @​ekambains).
  • Link to Github release page in web sidebar (by @​aworek).
  • Drop the font weight from sidebar items which makes the sidebar slightly nicer.

Fixes 🐛

  • Fixes issue where hoarder was running out of memory when uploading a large archive with SingleFile.
  • Added a configurable crawler screenshot time CRAWLER_SCREENSHOT_TIMEOUT_SEC (by @​Summon528)

Upgrading 📦

To upgrade:

  • If you're using HOARDER_VERSION=release, run docker compose pull && docker compose up -d.
  • If you're pinning it to a specific version, upgrade the version and then run docker compose pull && docker compose up -d.

All Commits


Configuration

📅 Schedule: Branch creation - "* */1 * * *" in timezone US/Central, 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 this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/hoarder-app/hoarder](https://github.com/karakeep-app/karakeep) | patch | `0.23.0` -> `0.23.2` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>karakeep-app/karakeep (ghcr.io/hoarder-app/hoarder)</summary> ### [`v0.23.2`](https://github.com/karakeep-app/karakeep/releases/tag/v0.23.2): 0.23.2 [Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.23.1...v0.23.2) This is a dummy release to retrigger the generation of the ARM builds. Refer to the releases notes of [0.23.1](https://github.com/karakeep-app/karakeep/releases/tag/v0.23.1) instead. ### [`v0.23.1`](https://github.com/karakeep-app/karakeep/releases/tag/v0.23.1): 0.23.1 [Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.23.0...v0.23.1) ### 0.23.1 (Hoarder is rebranding to Karakeep) This is not a typical release. Hoarder is rebranding to Karakeep. For context about the rebranding, check out the reddit announcement [here](https://www.reddit.com/r/selfhosted/comments/1js667o/hoarder_is_rebranding_to_karakeep/). The name Karakeep is inspired by the Arabic word "كراكيب" (karakeeb), a colloquial term commonly used to refer to miscellaneous clutter, odds and ends, or items that may seem disorganized but often hold personal value or hidden usefulness. It evokes the image of a messy drawer or forgotten box, full of stuff you can't quite throw away—because somehow, it matters (or more likely, because you're a hoarder!). However, we also have a couple of new contributors to this minor version. Welcome [@&#8203;ekambains](https://github.com/ekambains), [@&#8203;Summon528](https://github.com/Summon528), [@&#8203;jaworek](https://github.com/jaworek), [@&#8203;jferch](https://github.com/jferch), [@&#8203;denysdovhan](https://github.com/denysdovhan) to the contributors list! > If you enjoy using Karakeep, consider supporting the project [here ☕️](https://buymeacoffee.com/mbassem) or via GitHub [here](https://github.com/sponsors/MohamedBassem). ### New Features 🚀 - Well, we're rebranding! - This release shows a banner in the admin panel about the rebranding. It's still unclear whether I'll be able to continue updating the hoarder docker image after the repo name change, so I wanted what might potentially be the last stable release on this image to inform the people about the change in the image name. If it turns out that I can continue updating the image, I'll drop the banner. - Please note that the new docker image will not yet be available until I execute the repo transfer. - You can now store the assets in a separate directory by setting the `ASSETS_DIR` env variable. This allows people to offload the assets that can potentially grow larger into a network-mounted directory for example. - Hoarder now stores and indexes the author and publisher attributes of links. In a future release, we'll start showing them in the UI. (by [@&#8203;erik-nilcoast](https://github.com/erik-nilcoast)). ### UX Improvements ✨ - Clicking view original now opens in a blank tab (by [@&#8203;ekambains](https://github.com/ekambains)). - Link to Github release page in web sidebar (by [@&#8203;aworek](https://github.com/aworek)). - Drop the font weight from sidebar items which makes the sidebar slightly nicer. ### Fixes 🐛 - Fixes issue where hoarder was running out of memory when uploading a large archive with SingleFile. - Added a configurable crawler screenshot time `CRAWLER_SCREENSHOT_TIMEOUT_SEC` (by [@&#8203;Summon528](https://github.com/Summon528)) ### Upgrading 📦 To upgrade: - If you're using `HOARDER_VERSION=release`, run `docker compose pull && docker compose up -d`. - If you're pinning it to a specific version, upgrade the version and then run `docker compose pull && docker compose up -d`. ### All Commits - chore: Hoarder to Karakeep rebranding ([#&#8203;1199](https://github.com/karakeep-app/karakeep/issues/1199)) - [@&#8203;MohamedBassem](https://github.com/MohamedBassem) in [`16866d8`](https://github.com/karakeep-app/karakeep/commit/16866d8) - feat(web): link to Github release page in web sidebar ([#&#8203;1192](https://github.com/karakeep-app/karakeep/issues/1192)) - [@&#8203;jaworek](https://github.com/jaworek) in [`55ae679`](https://github.com/karakeep-app/karakeep/commit/55ae679) - i18n: Enable ukrainian language ([#&#8203;1195](https://github.com/karakeep-app/karakeep/issues/1195)) - [@&#8203;denysdovhan](https://github.com/denysdovhan) in [`4650ecc`](https://github.com/karakeep-app/karakeep/commit/4650ecc) - ui(web): Clicking view original now opens in a blank tab. Fixes [#&#8203;1114](https://github.com/karakeep-app/karakeep/issues/1114) ([#&#8203;1196](https://github.com/karakeep-app/karakeep/issues/1196)) - [@&#8203;ekambains](https://github.com/ekambains) in [`f187e5e`](https://github.com/karakeep-app/karakeep/commit/f187e5e) - ui(web): Drop the font weight attribute from sidebar items - [@&#8203;MohamedBassem](https://github.com/MohamedBassem) in [`e38be87`](https://github.com/karakeep-app/karakeep/commit/e38be87) - feat: Allow storing assets in a separate directory. Fixes [#&#8203;1091](https://github.com/karakeep-app/karakeep/issues/1091) - [@&#8203;MohamedBassem](https://github.com/MohamedBassem) in [`d86f601`](https://github.com/karakeep-app/karakeep/commit/d86f601) - fix: Dont buffer uploaded files in memory. Fixes [#&#8203;1173](https://github.com/karakeep-app/karakeep/issues/1173) - [@&#8203;MohamedBassem](https://github.com/MohamedBassem) in [`453f2dd`](https://github.com/karakeep-app/karakeep/commit/453f2dd) - feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC ([#&#8203;1155](https://github.com/karakeep-app/karakeep/issues/1155)) - [@&#8203;Summon528](https://github.com/Summon528) in [`c193c6e`](https://github.com/karakeep-app/karakeep/commit/c193c6e) - docs: Fixed missing semicolon in update admin password section ([#&#8203;1169](https://github.com/karakeep-app/karakeep/issues/1169)) - [@&#8203;jferch](https://github.com/jferch) in [`41067ee`](https://github.com/karakeep-app/karakeep/commit/41067ee) - feat(workers): Adds publisher and author og:meta tags to Bookmark ([#&#8203;1141](https://github.com/karakeep-app/karakeep/issues/1141)) - [@&#8203;erik-nilcoast](https://github.com/erik-nilcoast) in [`b3417d8`](https://github.com/karakeep-app/karakeep/commit/b3417d8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" in timezone US/Central, 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
renovate-bot force-pushed renovate/ghcr.io-hoarder-app-hoarder-0.x from be71e29d69 to 1586afc849 2025-04-08 21:02:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-hoarder-app-hoarder-0.x from 1586afc849 to 0df8b2a953 2025-04-08 21:31:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-hoarder-app-hoarder-0.x from 9851a2e81f to f0bee924ae 2025-04-09 00:30:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-hoarder-app-hoarder-0.x from a904a91649 to 3034fef84b 2025-04-09 02:00:53 +00:00 Compare
renovate-bot closed this pull request 2025-04-09 03:01:01 +00:00
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 18s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#103
No description provided.