Update docker.io/inventree/inventree Docker tag to v1.5.2 #47

Open
renovate-bot wants to merge 1 commit from renovate/docker.io-inventree-inventree-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
docker.io/inventree/inventree (source) final minor 1.4.11.5.2

⚠️ Warning

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


Release Notes

inventree/InvenTree (docker.io/inventree/inventree)

v1.5.2

Compare Source

What's Changed

Security Patches
Bug Fixes
Devops / Setup Changes
Other Changes

Full Changelog: https://github.com/inventree/InvenTree/compare/1.5.1...1.5.2

v1.5.1

Compare Source

What's Changed

Security Patches
Bug Fixes
Devops / Setup Changes
Other Changes

Full Changelog: https://github.com/inventree/InvenTree/compare/1.5.0...1.5.1

v1.5.0

Compare Source

Breaking Changes
  • #​12529 removes related detail fields on API endpoints for which the user does not have view permissions.
  • #​12360 removes the MPTT mixin from the StockItem model, and removes the self-referential tree structure from the database. This change was made to simplify the StockItem model and improve performance, as the MPTT tree structure was causing significant overhead in certain operations. Any external client applications which made use of the MPTT functionality will need to be updated to account for this change.
  • #​12320 changes the default behavior of the invoke migrate command. Now, it no longer generates new migrations by default. Instead, it will only apply existing migrations to the database. If you want to detect and generate new migrations, you must now explicitly use the --detect flag. This change was made to prevent accidental generation of migrations when running the command, which could lead to unexpected changes in the database schema. Additionally, invoke update will no longer result in new migrations being generated, and will only apply existing migrations to the database. This change was made to ensure that the update process is predictable and does not introduce unexpected changes to the database schema.
  • #​12223 removes support for python 3.11 and stops providing packages for Debian 11 and Ubuntu 20.04.
Added
  • #​12422 adds a "piece_count" field to the BomItem model, for representing cut-to-length parts. The total material required is calculated as quantity x piece_count.
  • Adds configurable default for merging purchase order line items via the PURCHASEORDER_MERGE_LINE_ITEMS global setting
  • #​12393 adds "discount" attribute to order line items, allowing users to specify a discount for each line item on an order. The discount can be specified as either a percentage or a fixed amount, and is applied to the line item total when calculating the order total.
  • #​12391 adds facility for bulk deleting line items against orders
  • #​12388 adds uniqueness requirements options for the Parameter and ParameterTemplate models. This allows users to specify whether a parameter value should be unique for a given model type, or globally unique across all models.
  • #​12310 adds the ability to disassemble (or break apart) assembled stock items into their component parts, based on the Bill of Materials (BOM) associated with the stock item. This allows users to easily break down assembled items into their constituent parts, which can be useful for inventory management and tracking purposes.
  • #​12117 adds a "preview" drawer to the InvenTree table component, allowing users to preview the details of a selected row without navigating away from the table view. This feature is optional and can be enabled or disabled via the PREVIEW_DRAWER_ENABLED system setting.
  • #​12341 adds support for importing internal part prices.
  • #​12295 adds "consumable" field to the Part model and API endpoints
  • #​12250 adds "active" field to the ProjectCode model and API endpoints
Changed
  • #​12274 fixes a bug in rendering the "table field" component in frontend forms. Any plugins which make use of the "table field" component in their forms may be affected by this change, and will need to update their form definitions accordingly.
Removed

v1.4.3

Compare Source

What's Changed

Bug Fixes
Devops / Setup Changes
Other Changes

Full Changelog: https://github.com/inventree/InvenTree/compare/1.4.2...1.4.3

v1.4.2

Compare Source

What's Changed

Bug Fixes
Other Changes

Full Changelog: https://github.com/inventree/InvenTree/compare/1.4.1...1.4.2


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/inventree/inventree](https://inventree.org) ([source](https://github.com/inventree/InvenTree)) | final | minor | `1.4.1` → `1.5.2` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/63) for more information. --- ### Release Notes <details> <summary>inventree/InvenTree (docker.io/inventree/inventree)</summary> ### [`v1.5.2`](https://github.com/inventree/InvenTree/releases/tag/1.5.2) [Compare Source](https://github.com/inventree/InvenTree/compare/1.5.1...1.5.2) <!-- Release notes generated using configuration in .github/release.yml at 1.5.x --> #### What's Changed ##### Security Patches - \[1.5.x] Strip potentially dangerous tags from SVG files ([#&#8203;12687](https://github.com/inventree/InvenTree/issues/12687)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12690](https://github.com/inventree/InvenTree/pull/12690) - \[1.5.x] User permissions check for Attachment API ([#&#8203;12689](https://github.com/inventree/InvenTree/issues/12689)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12691](https://github.com/inventree/InvenTree/pull/12691) ##### Bug Fixes - \[1.5.x] fix: trigger pricing recalculation when SupplierPart pack\_quantity changes ([#&#8203;12421](https://github.com/inventree/InvenTree/issues/12421)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12674](https://github.com/inventree/InvenTree/pull/12674) - \[1.5.x] \[UI] PO Receive bug ([#&#8203;12709](https://github.com/inventree/InvenTree/issues/12709)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12710](https://github.com/inventree/InvenTree/pull/12710) ##### Devops / Setup Changes - \[1.5.x] Add --traceback to invoke commands ([#&#8203;12681](https://github.com/inventree/InvenTree/issues/12681)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12683](https://github.com/inventree/InvenTree/pull/12683) ##### Other Changes - \[1.5.x] \[FR] stop shipping docs with packages ([#&#8203;12657](https://github.com/inventree/InvenTree/issues/12657)) by [@&#8203;matmair](https://github.com/matmair) in [#&#8203;12662](https://github.com/inventree/InvenTree/pull/12662) - Bump InvenTree software version to 1.5.2 by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12660](https://github.com/inventree/InvenTree/pull/12660) **Full Changelog**: <https://github.com/inventree/InvenTree/compare/1.5.1...1.5.2> ### [`v1.5.1`](https://github.com/inventree/InvenTree/releases/tag/1.5.1) [Compare Source](https://github.com/inventree/InvenTree/compare/1.5.0...1.5.1) <!-- Release notes generated using configuration in .github/release.yml at 1.5.x --> #### What's Changed ##### Security Patches - \[1.5.x] chore(deps): bump sqlparse from 0.5.5 to 0.6.0 in /src/backend ([#&#8203;12653](https://github.com/inventree/InvenTree/issues/12653)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12659](https://github.com/inventree/InvenTree/pull/12659) ##### Bug Fixes - \[1.5.x] \[bug] Handle duplicate email addresses for magic links ([#&#8203;12621](https://github.com/inventree/InvenTree/issues/12621)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12622](https://github.com/inventree/InvenTree/pull/12622) - \[1.5.x] reset errors on update ([#&#8203;12550](https://github.com/inventree/InvenTree/issues/12550)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12630](https://github.com/inventree/InvenTree/pull/12630) - \[1.5.x] \[bug] OptionalField race condition ([#&#8203;12627](https://github.com/inventree/InvenTree/issues/12627)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12629](https://github.com/inventree/InvenTree/pull/12629) - \[1.5.x] \[bug] Fix ReturnOrder event registration ([#&#8203;12633](https://github.com/inventree/InvenTree/issues/12633)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12636](https://github.com/inventree/InvenTree/pull/12636) - \[1.5.x] \[bug] Fix broken user setting ([#&#8203;12638](https://github.com/inventree/InvenTree/issues/12638)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12639](https://github.com/inventree/InvenTree/pull/12639) - \[1.5.x] Improve error handling for unit registry ([#&#8203;12643](https://github.com/inventree/InvenTree/issues/12643)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12645](https://github.com/inventree/InvenTree/pull/12645) ##### Devops / Setup Changes - \[1.5.x] chore(deps): bump python in /contrib/container ([#&#8203;12650](https://github.com/inventree/InvenTree/issues/12650)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12658](https://github.com/inventree/InvenTree/pull/12658) ##### Other Changes - Bump InvenTree software version to 1.5.1 by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12620](https://github.com/inventree/InvenTree/pull/12620) - \[1.5.x] fix: support UUID notification references ([#&#8203;12616](https://github.com/inventree/InvenTree/issues/12616)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12626](https://github.com/inventree/InvenTree/pull/12626) **Full Changelog**: <https://github.com/inventree/InvenTree/compare/1.5.0...1.5.1> ### [`v1.5.0`](https://github.com/inventree/InvenTree/blob/HEAD/CHANGELOG.md#150---2026-08-11) [Compare Source](https://github.com/inventree/InvenTree/compare/1.4.3...1.5.0) ##### Breaking Changes - [#&#8203;12529](https://github.com/inventree/InvenTree/pull/12529) removes related detail fields on API endpoints for which the user does not have view permissions. - [#&#8203;12360](https://github.com/inventree/InvenTree/pull/12360) removes the MPTT mixin from the StockItem model, and removes the self-referential tree structure from the database. This change was made to simplify the StockItem model and improve performance, as the MPTT tree structure was causing significant overhead in certain operations. Any external client applications which made use of the MPTT functionality will need to be updated to account for this change. - [#&#8203;12320](https://github.com/inventree/InvenTree/pull/12320) changes the default behavior of the `invoke migrate` command. Now, it no longer generates new migrations by default. Instead, it will only apply existing migrations to the database. If you want to detect and generate new migrations, you must now explicitly use the `--detect` flag. This change was made to prevent accidental generation of migrations when running the command, which could lead to unexpected changes in the database schema. Additionally, `invoke update` will no longer result in new migrations being generated, and will only apply existing migrations to the database. This change was made to ensure that the update process is predictable and does not introduce unexpected changes to the database schema. - [#&#8203;12223](https://github.com/inventree/InvenTree/pull/12223) removes support for python 3.11 and stops providing packages for Debian 11 and Ubuntu 20.04. ##### Added - [#&#8203;12422](https://github.com/inventree/InvenTree/pull/12422) adds a "piece\_count" field to the BomItem model, for representing cut-to-length parts. The total material required is calculated as `quantity x piece_count`. - Adds configurable default for merging purchase order line items via the `PURCHASEORDER_MERGE_LINE_ITEMS` global setting - [#&#8203;12393](https://github.com/inventree/InvenTree/pull/12393) adds "discount" attribute to order line items, allowing users to specify a discount for each line item on an order. The discount can be specified as either a percentage or a fixed amount, and is applied to the line item total when calculating the order total. - [#&#8203;12391](https://github.com/inventree/InvenTree/pull/12391) adds facility for bulk deleting line items against orders - [#&#8203;12388](https://github.com/inventree/InvenTree/pull/12388) adds uniqueness requirements options for the Parameter and ParameterTemplate models. This allows users to specify whether a parameter value should be unique for a given model type, or globally unique across all models. - [#&#8203;12310](https://github.com/inventree/InvenTree/pull/12310) adds the ability to disassemble (or break apart) assembled stock items into their component parts, based on the Bill of Materials (BOM) associated with the stock item. This allows users to easily break down assembled items into their constituent parts, which can be useful for inventory management and tracking purposes. - [#&#8203;12117](https://github.com/inventree/InvenTree/pull/12117) adds a "preview" drawer to the InvenTree table component, allowing users to preview the details of a selected row without navigating away from the table view. This feature is optional and can be enabled or disabled via the `PREVIEW_DRAWER_ENABLED` system setting. - [#&#8203;12341](https://github.com/inventree/InvenTree/pull/12341) adds support for importing internal part prices. - [#&#8203;12295](https://github.com/inventree/InvenTree/pull/12295) adds "consumable" field to the Part model and API endpoints - [#&#8203;12250](https://github.com/inventree/InvenTree/pull/12250) adds "active" field to the ProjectCode model and API endpoints ##### Changed - [#&#8203;12274](https://github.com/inventree/InvenTree/pull/12274) fixes a bug in rendering the "table field" component in frontend forms. Any plugins which make use of the "table field" component in their forms may be affected by this change, and will need to update their form definitions accordingly. ##### Removed ### [`v1.4.3`](https://github.com/inventree/InvenTree/releases/tag/1.4.3) [Compare Source](https://github.com/inventree/InvenTree/compare/1.4.2...1.4.3) <!-- Release notes generated using configuration in .github/release.yml at 1.4.x --> #### What's Changed ##### Bug Fixes - \[1.4.x] Read report/label templates in binary mode ([#&#8203;12432](https://github.com/inventree/InvenTree/issues/12432)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12441](https://github.com/inventree/InvenTree/pull/12441) - \[bug] BOM checksum fix ([#&#8203;12455](https://github.com/inventree/InvenTree/issues/12455)) by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12457](https://github.com/inventree/InvenTree/pull/12457) - \[1.4.x] \[bug] Attachment str fix ([#&#8203;12461](https://github.com/inventree/InvenTree/issues/12461)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12462](https://github.com/inventree/InvenTree/pull/12462) - \[1.4.x] Token save fix ([#&#8203;12491](https://github.com/inventree/InvenTree/issues/12491)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12494](https://github.com/inventree/InvenTree/pull/12494) - \[1.4.x] Improve validation for import session ([#&#8203;12492](https://github.com/inventree/InvenTree/issues/12492)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12495](https://github.com/inventree/InvenTree/pull/12495) - \[1.4.x] Concurrency fix for scheduled tasks ([#&#8203;12493](https://github.com/inventree/InvenTree/issues/12493)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12497](https://github.com/inventree/InvenTree/pull/12497) ##### Devops / Setup Changes - Adjust demo-dataset for CI ([#&#8203;12500](https://github.com/inventree/InvenTree/issues/12500)) by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12502](https://github.com/inventree/InvenTree/pull/12502) ##### Other Changes - Update version.py by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12404](https://github.com/inventree/InvenTree/pull/12404) - \[1.4.x] Fix admin search for Address and Contact models ([#&#8203;12440](https://github.com/inventree/InvenTree/issues/12440)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12453](https://github.com/inventree/InvenTree/pull/12453) - \[1.4.x] chore(deps): bump pillow from 12.2.0 to 12.3.0 in /src/backend ([#&#8203;12438](https://github.com/inventree/InvenTree/issues/12438)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12447](https://github.com/inventree/InvenTree/pull/12447) **Full Changelog**: <https://github.com/inventree/InvenTree/compare/1.4.2...1.4.3> ### [`v1.4.2`](https://github.com/inventree/InvenTree/releases/tag/1.4.2) [Compare Source](https://github.com/inventree/InvenTree/compare/1.4.1...1.4.2) <!-- Release notes generated using configuration in .github/release.yml at 1.4.x --> #### What's Changed ##### Bug Fixes - \[1.4.x] Fix for stocktake exporter ([#&#8203;12324](https://github.com/inventree/InvenTree/issues/12324)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12327](https://github.com/inventree/InvenTree/pull/12327) - \[1.4.x] Fix notes on part creation ([#&#8203;12332](https://github.com/inventree/InvenTree/issues/12332)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12339](https://github.com/inventree/InvenTree/pull/12339) - \[1.4.x] \[bug] Plugin load fix ([#&#8203;12329](https://github.com/inventree/InvenTree/issues/12329)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12340](https://github.com/inventree/InvenTree/pull/12340) - \[1.4.x] Currency options fix ([#&#8203;12343](https://github.com/inventree/InvenTree/issues/12343)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12347](https://github.com/inventree/InvenTree/pull/12347) - \[1.4.x] \[UI] Docs links ([#&#8203;12342](https://github.com/inventree/InvenTree/issues/12342)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12346](https://github.com/inventree/InvenTree/pull/12346) - \[1.4.x] Fix data import bug ([#&#8203;12355](https://github.com/inventree/InvenTree/issues/12355)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12356](https://github.com/inventree/InvenTree/pull/12356) - \[1.4.x] \[bug] prevent double-complete of shipments ([#&#8203;12366](https://github.com/inventree/InvenTree/issues/12366)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12370](https://github.com/inventree/InvenTree/pull/12370) - \[1.4.x] \[bug] Transfer order fixes ([#&#8203;12367](https://github.com/inventree/InvenTree/issues/12367)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12371](https://github.com/inventree/InvenTree/pull/12371) - \[1.4.x] Prevent duplicate receive operation on ReturnOrder ([#&#8203;12368](https://github.com/inventree/InvenTree/issues/12368)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12372](https://github.com/inventree/InvenTree/pull/12372) - \[1.4.x] fix concurrent update issues ([#&#8203;12380](https://github.com/inventree/InvenTree/issues/12380)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12381](https://github.com/inventree/InvenTree/pull/12381) - \[1.4.x] Prevent duplication completion of ReturnOrder ([#&#8203;12386](https://github.com/inventree/InvenTree/issues/12386)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12389](https://github.com/inventree/InvenTree/pull/12389) - \[1.4.x] Fix for BuildItem with zero quantity ([#&#8203;12387](https://github.com/inventree/InvenTree/issues/12387)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12390](https://github.com/inventree/InvenTree/pull/12390) - \[1.4.x] \[bug] Tree parent fix ([#&#8203;12401](https://github.com/inventree/InvenTree/issues/12401)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12402](https://github.com/inventree/InvenTree/pull/12402) - \[1.4.x] \[bug] Barcode bug fix ([#&#8203;12319](https://github.com/inventree/InvenTree/issues/12319)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12321](https://github.com/inventree/InvenTree/pull/12321) - \[1.4.x] Bug fixes for PO receive ([#&#8203;12349](https://github.com/inventree/InvenTree/issues/12349)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12351](https://github.com/inventree/InvenTree/pull/12351) ##### Other Changes - Bump InvenTree software version to 1.4.2 by [@&#8203;SchrodingersGat](https://github.com/SchrodingersGat) in [#&#8203;12291](https://github.com/inventree/InvenTree/pull/12291) **Full Changelog**: <https://github.com/inventree/InvenTree/compare/1.4.1...1.4.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzAuMTciLCJ1cGRhdGVkSW5WZXIiOiI0My4xNzAuMTciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/docker.io-inventree-inventree-1.x from 034b053769 to 74e512e76d 2026-07-29 12:01:51 +00:00 Compare
renovate-bot changed title from Update docker.io/inventree/inventree Docker tag to v1.4.2 to Update docker.io/inventree/inventree Docker tag to v1.4.3 2026-07-29 12:01:51 +00:00
renovate-bot force-pushed renovate/docker.io-inventree-inventree-1.x from 74e512e76d to 3a1020538a 2026-08-11 13:02:38 +00:00 Compare
renovate-bot changed title from Update docker.io/inventree/inventree Docker tag to v1.4.3 to Update docker.io/inventree/inventree Docker tag to v1.5.0 2026-08-11 13:02:39 +00:00
renovate-bot force-pushed renovate/docker.io-inventree-inventree-1.x from 3a1020538a to a30943533b 2026-08-19 05:05:40 +00:00 Compare
renovate-bot changed title from Update docker.io/inventree/inventree Docker tag to v1.5.0 to Update docker.io/inventree/inventree Docker tag to v1.5.1 2026-08-19 05:05:41 +00:00
renovate-bot force-pushed renovate/docker.io-inventree-inventree-1.x from a30943533b to cbc76f94fa 2026-08-25 07:05:42 +00:00 Compare
renovate-bot changed title from Update docker.io/inventree/inventree Docker tag to v1.5.1 to Update docker.io/inventree/inventree Docker tag to v1.5.2 2026-08-25 07:05:43 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/docker.io-inventree-inventree-1.x:renovate/docker.io-inventree-inventree-1.x
git switch renovate/docker.io-inventree-inventree-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/docker.io-inventree-inventree-1.x
git switch renovate/docker.io-inventree-inventree-1.x
git rebase master
git switch master
git merge --ff-only renovate/docker.io-inventree-inventree-1.x
git switch renovate/docker.io-inventree-inventree-1.x
git rebase master
git switch master
git merge --no-ff renovate/docker.io-inventree-inventree-1.x
git switch master
git merge --squash renovate/docker.io-inventree-inventree-1.x
git switch master
git merge --ff-only renovate/docker.io-inventree-inventree-1.x
git switch master
git merge renovate/docker.io-inventree-inventree-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thomasj/cube-services!47
No description provided.