chore(deps): update dependency gitroomhq/postiz-app to v2.12.1 - autoclosed #3431

Closed
renovate-bot wants to merge 1 commits from renovate/gitroomhq-postiz-app-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
gitroomhq/postiz-app minor v2.10.1v2.12.1

⚠️ Warning

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


Release Notes

gitroomhq/postiz-app (gitroomhq/postiz-app)

v2.12.1: Urgent Fix: Providers posting and commenting

Compare Source

We split posts and comments into separate functions to break the task and add a delay between comments.
But we missed a few providers, such as Slack; we have now fixed it.

Full Changelog: https://github.com/gitroomhq/postiz-app/compare/v2.12.0...v2.12.1

v2.12.0: Postiz new infrastracture - use with caution

Compare Source

We have moved Postiz to a new infrastructure.
Instead of using BullMQ for the queue, we are now using Temporal.
We are paying off Postiz technical debt now, so we can soon deliver many, many awesome features.
That means we no longer use an event-driven queue; we use a synced workflow.
That allowed us to easily pass context between jobs, maintain state on failures, monitor them, and scale them.
We also removed cron jobs and workers from the apps folder and replaced them with orchestrator.
Before, when you posted something, it was added to different queues for webhooks and notifications — a total salad.
If you have a problem, please report it ASAP.

If you have a problem, please roll back to version: v2.11.3

Breaking changes you should know about.

  • Docker compose has changed to include Temporal, make sure you update it!
  • Postiz Docker no longer uses Alpine, as it's not supported by Temporal; we are now using bookworm-slim
  • We have a cron that moves posts from BullMQ to Temporal, so don't worry about scheduled posts.
  • You can track your scheduled posts on temporal ui at localhost:8080
  • We changed the Docker Compose to expose port 5000 to 4007, because on many systems, port 5000 is taken. You can easily revert it in Docker Compose to port 5000.

v2.11.3: Hot fix for modals

Compare Source

Modal without settings in draft, failed to open.

Full Changelog: https://github.com/gitroomhq/postiz-app/compare/v2.11.2...v2.11.3

v2.11.2: WebP Support

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitroomhq/postiz-app/compare/v2.11.1...v2.11.2

v2.11.1: Hot fix for modals

Compare Source

Full Changelog: https://github.com/gitroomhq/postiz-app/compare/v2.11.0...v2.11.1

v2.11.0: Remake of the posts creation modal

Compare Source

Working closely with my designers, we have remade the creation model:

  • No significant changes to the logic to keep in line with what people love
  • Big improvement to the UX
  • Big improvement to the UI

This is part 1 of 2 of the migration.
The next version will include previews for multiple social networks.

What's Changed

New Contributors

Full Changelog: https://github.com/gitroomhq/postiz-app/compare/v2.10.1...v2.11.0


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: 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 | |---|---|---| | [gitroomhq/postiz-app](https://github.com/gitroomhq/postiz-app) | minor | `v2.10.1` → `v2.12.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gitroomhq/postiz-app (gitroomhq/postiz-app)</summary> ### [`v2.12.1`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.12.1): Urgent Fix: Providers posting and commenting [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.12.0...v2.12.1) We split posts and comments into separate functions to break the task and add a delay between comments. But we missed a few providers, such as Slack; we have now fixed it. **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.12.0...v2.12.1> ### [`v2.12.0`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.12.0): Postiz new infrastracture - use with caution [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.11.3...v2.12.0) We have moved Postiz to a new infrastructure. Instead of using BullMQ for the queue, we are now using Temporal. We are paying off Postiz technical debt now, so we can soon deliver many, many awesome features. That means we no longer use an event-driven queue; we use a synced workflow. That allowed us to easily pass context between jobs, maintain state on failures, monitor them, and scale them. We also removed cron jobs and workers from the apps folder and replaced them with orchestrator. Before, when you posted something, it was added to different queues for webhooks and notifications — a total salad. If you have a problem, please report it ASAP. If you have a problem, please roll back to version: v2.11.3 Breaking changes you should know about. - Docker compose has changed to include Temporal, make sure you update it! - Postiz Docker no longer uses Alpine, as it's not supported by Temporal; we are now using bookworm-slim - We have a cron that moves posts from BullMQ to Temporal, so don't worry about scheduled posts. - You can track your scheduled posts on temporal ui at localhost:8080 - We changed the Docker Compose to expose port 5000 to 4007, because on many systems, port 5000 is taken. You can easily revert it in Docker Compose to port 5000. ### [`v2.11.3`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.11.3): Hot fix for modals [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.11.2...v2.11.3) Modal without settings in draft, failed to open. **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.11.2...v2.11.3> ### [`v2.11.2`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.11.2): WebP Support [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.11.1...v2.11.2) #### What's Changed - feat: add WebP image upload support by [@&#8203;Fer-r](https://github.com/Fer-r) in [#&#8203;1138](https://github.com/gitroomhq/postiz-app/pull/1138) #### New Contributors - [@&#8203;Fer-r](https://github.com/Fer-r) made their first contribution in [#&#8203;1138](https://github.com/gitroomhq/postiz-app/pull/1138) **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.11.1...v2.11.2> ### [`v2.11.1`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.11.1): Hot fix for modals [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.11.0...v2.11.1) **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.11.0...v2.11.1> ### [`v2.11.0`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.11.0): Remake of the posts creation modal [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.10.1...v2.11.0) Working closely with my designers, we have remade the creation model: - No significant changes to the logic to keep in line with what people love - Big improvement to the UX - Big improvement to the UI This is part 1 of 2 of the migration. The next version will include previews for multiple social networks. #### What's Changed - fix(ci): Force fresh base image in Docker builds by [@&#8203;adambkovacs](https://github.com/adambkovacs) in [#&#8203;1118](https://github.com/gitroomhq/postiz-app/pull/1118) #### New Contributors - [@&#8203;adambkovacs](https://github.com/adambkovacs) made their first contribution in [#&#8203;1118](https://github.com/gitroomhq/postiz-app/pull/1118) **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.10.1...v2.11.0> </details> --- ### 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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:06:56 +00:00
chore(deps): update dependency gitroomhq/postiz-app to v2.12.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 13s
382d1774ef
renovate-bot force-pushed renovate/gitroomhq-postiz-app-2.x from 382d1774ef to ad5cd87458 2026-01-23 22:16:10 +00:00 Compare
renovate-bot force-pushed renovate/gitroomhq-postiz-app-2.x from ad5cd87458 to 73d4040f79 2026-01-23 22:49:59 +00:00 Compare
renovate-bot force-pushed renovate/gitroomhq-postiz-app-2.x from 73d4040f79 to 5d486e45ef 2026-01-23 23:05:27 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency gitroomhq/postiz-app to v2.12.1 to chore(deps): update dependency gitroomhq/postiz-app to v2.12.1 - autoclosed 2026-01-23 23:14:21 +00:00
renovate-bot closed this pull request 2026-01-23 23:14:23 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.