Commit graph

1808 commits

Author SHA1 Message Date
Daniel Radl
cb8b01658c
Merge pull request #1834 from nishanthabimanyu/fix/update-postgres-override
fix(overrides): update PostgreSQL to v15 and improve v16 compatibility
2026-03-16 11:23:35 +01:00
github-actions
7228b5005c chore: Update example.env 2026-03-15 08:49:55 +00:00
github-actions
91a190e924 chore: Update example.env 2026-03-10 15:16:05 +00:00
github-actions
9a5f17f09b chore: Update example.env 2026-03-10 07:13:59 +00:00
nishanthabimanyu
5191d1965d style: fix prettier formatting for postgres migration guide 2026-03-10 03:50:02 +00:00
nishanthabimanyu
15648342dd docs(postgres): add migration guide and update to postgres 15.17 2026-03-09 16:17:43 +00:00
Daniel Radl
51b5962aa6
Merge pull request #1836 from frappe/dependabot/github_actions/docker/bake-action-7.0.0
chore(deps): bump docker/bake-action from 6.10.0 to 7.0.0
2026-03-06 14:01:46 +01:00
github-actions
09ce533de1 chore: Update example.env 2026-03-06 09:05:35 +00:00
dependabot[bot]
ee4aaee2ae
chore(deps): bump docker/bake-action from 6.10.0 to 7.0.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.10.0 to 7.0.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.10.0...v7.0.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06 08:22:24 +00:00
nishanthabimanyu
9c777a56e5 fix(overrides): clear db command for postgres to fix CI merge conflicts 2026-03-06 06:03:56 +00:00
nishanthabimanyu
47ac9e8422 fix(overrides): simplify postgres override and use consistent default password 2026-03-06 05:40:47 +00:00
nishanthabimanyu
bf1f08797d fix(overrides): use default DB_PASSWORD to fix CI failures 2026-03-06 05:30:02 +00:00
nishanthabimanyu
b4e0501c3d fix(overrides): update PostgreSQL to v15 and improve v16 compatibility 2026-03-06 05:11:19 +00:00
Daniel Radl
a6fba64246
Merge pull request #1827 from 0samashaikh/fix-nginx-forwarded-proto-webserver
fix(nginx): use X-Forwarded-Proto for backend requests behind reverse proxy
2026-03-05 20:49:15 +01:00
Daniel Radl
dcafa5a416
Merge pull request #1833 from frappe/dependabot/github_actions/docker/setup-buildx-action-4
chore(deps): bump docker/setup-buildx-action from 3 to 4
2026-03-05 20:41:13 +01:00
Daniel Radl
3a27f333a0
Merge pull request #1832 from frappe/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2026-03-05 20:40:53 +01:00
Daniel Radl
2b0ecab48d
Merge pull request #1830 from frappe/dependabot/github_actions/docker/setup-qemu-action-4
chore(deps): bump docker/setup-qemu-action from 3 to 4
2026-03-05 20:38:34 +01:00
github-actions
455ef1f725 chore: Update example.env 2026-03-05 12:26:28 +00:00
dependabot[bot]
6dd26933cc
chore(deps): bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 08:33:15 +00:00
dependabot[bot]
a122219d0e
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 08:33:07 +00:00
dependabot[bot]
9dd00afc3c
chore(deps): bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 08:21:45 +00:00
github-actions
c315c72eaa chore: Update example.env 2026-03-03 18:24:24 +00:00
Osama Shaikh
8070e5822e
fix(nginx): use X-Forwarded-Proto for backend requests behind reverse proxy 2026-03-03 13:36:46 +05:30
Nishanth Abimanyu
6e8384827f
fix(bake): synchronize production build versions for v16 compliance (#1810) (#1823)
* fix(bake): synchronize stable python 3.13 and node 22 to resolve issues #1810 and #1792

* fix(bake): update to python 3.14.2 and node 24.13.0 for v16 compliance per maintainer feedback
2026-03-03 06:16:06 +05:30
Osama Shaikh
0ec329fe34
fix(nginx): forward correct proto/origin for socket.io behind proxy (#1817) 2026-03-03 06:13:45 +05:30
github-actions
85aaca4bd5 chore: Update example.env 2026-02-26 08:57:12 +00:00
github-actions
4dd24f1fd0 chore: Update example.env 2026-02-26 07:23:06 +00:00
github-actions
4cac43fda3 chore: Update example.env 2026-02-26 06:32:16 +00:00
github-actions
73edefc49d chore: Update example.env 2026-02-25 07:01:07 +00:00
Daniel Radl
ce4c38f5d7
Merge pull request #1815 from trustedcomputer/feat-add-chromium-pdf-generator-support
feat: add chromium pdf generator support
2026-02-19 18:22:33 +01:00
Trusted Computer
2c43d34646
feat: add chromium pdf generator support 2026-02-19 09:10:18 -08:00
Daniel Radl
f0a511879e
Merge pull request #1816 from Rocket-Quack/fix/acme-companion-container-id
fix: Add acme-companion nginx discovery label to nginx-proxy
2026-02-19 13:37:08 +01:00
github-actions
878fd85511 chore: Update example.env 2026-02-19 05:29:17 +00:00
RocketQuack
38d96e1d95 fix: Add label for acme discovery to nginx-proxy 2026-02-18 17:31:35 +01:00
github-actions
7325c316b8 chore: Update example.env 2026-02-17 14:39:17 +00:00
trustedcomputer
8b3def7162 feat: add chromium pdf generator support 2026-02-16 06:51:59 -08:00
github-actions
d56cd8851e chore: Update example.env 2026-02-11 06:29:21 +00:00
github-actions
1ad2bba116 chore: Update example.env 2026-02-11 05:23:38 +00:00
Daniel Radl
d38e79e4a3
Merge pull request #1807 from AMR-Mannesmann/Update-workflow-to-remove-v14-and-use-v16
Update workflow to remove v14 and use v16
2026-02-07 17:54:45 +01:00
Daniel Radl
ef90ecb5aa
Update workflow to remove v14 and use v16 2026-02-07 17:41:21 +01:00
Daniel Radl
7784c78fb7
Merge pull request #1802 from david-loe/patch-1
Update Python and Node.js versions in Containerfile
Drop frappe `v14` compatibility
2026-02-07 17:07:05 +01:00
david-loe
4de2ce5307
Update FRAPPE_BRANCH to version-16 2026-02-07 09:57:45 +01:00
david-loe
abd0554e65
changed _V14 to _PREV 2026-02-07 09:56:19 +01:00
RocketQuack
99d9a1dc38
feat: add nginx-proxy with acme companion as an alternative to traefik (#1800)
* refactor: move core nginx files into more recognizable folder structure

* chore: include HTTPS_PUBLISH_PORT in example .env

* feat: add nginx-proxy and acme-companion compose overrides

* docs: add NGINX_PROXY_HOSTS to example.env

* docs: add nginx-proxy overrides

* docs: split docs, variables for usage of traefik or nginx-proxy

* docs: update override notes for traefik proxy on separate stack

* docs: split TLS/SSL overview and add own caddy guide

* docs: add nginx-proxy + acme companion guide

* docs: add nginx-proxy and acme single-server setup guide
2026-02-06 09:56:28 +05:30
github-actions
3d46cb84e0 chore: Update example.env 2026-02-05 11:24:40 +00:00
github-actions
63b75a4431 chore: Update example.env 2026-02-03 17:45:28 +00:00
david-loe
4a29d63c52
Update Frappe branch version to 16 2026-01-31 09:08:17 +01:00
david-loe
fbf00c802d
Update Python, Node, and Frappe versions in Containerfile 2026-01-31 09:06:00 +01:00
david-loe
30efa35347
Update Python and Node.js versions in Containerfile 2026-01-30 16:48:12 +01:00
github-actions
23593bfadb chore: Update example.env 2026-01-29 13:24:18 +00:00