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
- erpnext
- payments
- hrms
- posx
- gg_custom
- healthcare
- 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