The repo tags and as a consequence the built image tags follow upstream erpnext
version. The major.minor versions will always remain the same. The patch version
is independent of upstream and set incrementally here.
- frappe/frappe
- frappe/erpnext
- frappe/payments
- frappe/hrms
- earthians/marley
- resilient-tech/india-compliance
- libermatic/gwi_customization
- libermatic/psd_customization
- libermatic/self_custom
- libermatic/vn_custom
- libermatic/gg_custom
- libermatic/iah
List of apps to install. branch can also be a tag. eg.
[
{
"url": "https://github.com/libermatic/frappe_sentry.git",
"branch": "v13.0.1"
}
]Patches to be sed in upstream code. eg.
[
{
"message": "Fix undefined method call",
"pattern": "s/el.getBoundingClientRect()/\\!el ? 0 : el.getBoundingClientRect()/",
"app": "frappe",
"filepath": "public/js/frappe/views/image/image_view.js"
}
]- Change frappe version in cloudbuild.yaml
- Change app versions in apps.json
- Add/remove patches in patches.json