Skip to content

Releases: frappe/frappe_docker

v2.1.0

07 Feb 17:06
d38e79e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1 - Last release supporting Frappe v14

07 Feb 16:04
99d9a1d

Choose a tag to compare

⚠️ Last Frappe v14–compatible release

Frappe v14 has reached end of life. This is the final release that supports Frappe v14.
Users on Frappe v14 should pin to this version.

Future releases will support only the latest two Frappe versions v15 and v16.

v2.0.0

26 Jan 11:40
e3ce6c6

Choose a tag to compare

Summary

Bumped Traefik to v3. This is a breaking change, as the SITES environment variable has been replaced with SITES_RULE.

See the migration guide for details.

What's Changed

chore: Update Traefik to version 3.6 and add migration documentation by @Rocket-Quack
in #1796

Full Changelog: v1.0.1 → v2.0.0

v1.0.1

19 Jan 21:14
71da246

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Jan 11:56

Choose a tag to compare

v1.0.0 — First ever Release

This is the first tagged release of frappe/frappe_docker.

While this repository has existed and been used in production for a long time, releases have not been published previously. Starting with v1.0.0, we are introducing versioned releases to provide:

  • A stable reference point users can pin to
  • Clear communication around breaking changes
  • A safer upgrade path going forward

What does v1.0.0 mean?

  • This release represents the current stable state of the repository at the time releases were introduced
  • It does not attempt to retroactively document or summarize all historical changes
  • No behavior is intentionally changed just because this is v1.0.0

Future changes — especially breaking ones — will be clearly communicated via release notes and versioning.

Going forward

  • Breaking changes will be reflected with appropriate major version bumps
  • Notable changes will be documented per release
  • Users are encouraged to pin a specific release instead of tracking main

Thank you to everyone who has used, tested, and contributed to this repository so far ❤️
This release marks a starting point for clearer versioning and safer upgrades.