vvzvlad
9e9bb1bbff
ci: install client deps with --no-frozen-lockfile explicitly
...
Build image / build (push) Has been cancelled
pnpm ignores the npm_config_frozen_lockfile env var, so the previous fix did not take effect and CI still ran a frozen install. Add an explicit 'pnpm install --no-frozen-lockfile' step before 'make build-all' to reconcile the lockfile (missing pnpmfileChecksum for configDependencies); the subsequent frozen install in 'make client-deps' then succeeds.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-28 19:21:11 +03:00
vvzvlad
d0a0395337
ci: disable pnpm frozen-lockfile in build workflow
...
CI enables --frozen-lockfile by default, which fails with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH because the committed pnpm-lock.yaml does not record the pnpmfileChecksum for the configDependencies declared in package.json. Set npm_config_frozen_lockfile=false so the bare 'pnpm install' run by 'make client-deps' reconciles the lockfile instead of failing.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-28 19:18:59 +03:00
vvzvlad
88589e4cb3
ci: add GitHub Actions workflow to build and publish fork image to GHCR
...
Builds the CE fork (frontend + Go server) and publishes a drop-in compatible image to ghcr.io/vvzvlad/portainer-ce on pushes to develop, v* tags, and manual dispatch. Single-arch linux/amd64, alpine base, production frontend build (ENV=production), tags <package.json version> and latest, GHCR auth via the built-in GITHUB_TOKEN.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-28 19:14:36 +03:00
nickl-portainer
0dfd27f08c
fix(pnpm): pnpm format command failing [R8S-1071] ( #2932 )
2026-06-18 13:27:01 +12:00
Hannah Cooper
580a9fdfcf
Add version '2.39.3' to bug report template ( #2801 )
2026-06-04 12:38:26 +12:00
Hannah Cooper
4cd8c04691
Update bug report template to include 2.42.0 ( #2709 )
2026-05-21 10:52:09 +12:00
Hannah Cooper
3e60c2306c
Update bug report template to include 2.41.1 ( #2611 )
2026-05-11 16:34:54 +12:00
Hannah Cooper
ed7f074380
Update bug report template to include 2.39.2 ( #2587 )
2026-05-07 16:20:36 +12:00
Hannah Cooper
29cfde99ae
Update bug report template to include 2.33.8 ( #2583 )
2026-05-07 13:11:08 +12:00
Hannah Cooper
c49e682df4
Update bug report template to include 2.41.0 ( #2511 )
2026-04-30 13:53:32 +12:00
Hannah Cooper
7c9d4cd7d8
Update bug report template to include 2.40.0 ( #2168 )
2026-03-26 13:52:40 +13:00
Hannah Cooper
23f6cb8bae
Update bug report template to include 2.39.1 ( #2108 )
2026-03-20 13:53:32 +13:00
Hannah Cooper
9cc3e16db9
Update bug_report to include 2.39.0 ( #1964 )
2026-02-26 12:30:42 +13:00
Hannah Cooper
bccb6694d4
Update bug_report to include 2.38.1 ( #1866 )
2026-02-13 12:42:08 +13:00
Hannah Cooper
506a11c658
Update bug_report to include 2.33.7 ( #1836 )
2026-02-13 12:28:05 +13:00
Hannah Cooper
ec82f646a0
Add 2.38.0 to bug report ( #1756 )
2026-01-29 12:45:23 +13:00
James Carppe
5640e8c11a
Version bump for 2.33.6 ( #1548 )
2025-12-17 18:25:29 +13:00
Hannah Cooper
24d27f421b
Update bug_report to include 2.37.0 ( #1518 )
2025-12-11 12:41:05 +13:00
Hannah Cooper
7010d7bf66
Update bug_report to include 2.33.5 and 2.36.0 ( #1447 )
2025-11-27 10:35:38 +13:00
Hannah Cooper
6866faf4fe
Update bug_report to include 2.33.4 ( #1420 )
2025-11-20 13:06:07 +13:00
Hannah Cooper
c7c65d2f97
Update bug_report to include 2.33.3 ( #1352 )
2025-10-30 15:18:48 +13:00
Hannah Cooper
7c51a3b5ff
Update bug report to include 2.35.0 ( #1310 )
2025-10-16 12:18:34 +13:00
James Carppe
4c9c292316
Version bump for 2.33.2 ( #1259 )
2025-09-25 17:32:58 +12:00
andres-portainer
30e70b6327
chore(version): bump to v2.34.0 ( #1216 )
2025-09-15 22:13:51 -03:00
Phil Calder
2f2e70bb86
Fix typo ( #1186 )
2025-09-13 14:31:52 +12:00
James Carppe
9c88057bd1
Updates for release 2.33.1 ( #1109 )
2025-08-27 16:56:01 +12:00
James Carppe
89f5a20786
Updates for release 2.33.0 ( #1067 )
2025-08-20 15:35:58 +12:00
James Carppe
1afae99345
Updates for release 2.32.0 ( #936 )
2025-07-24 14:30:37 +12:00
James Carppe
ce86129478
Updates for release 2.31.3 ( #859 )
2025-07-03 15:17:50 +12:00
James Carppe
e1b9f23f73
Updates for release 2.27.9 ( #853 )
2025-07-02 17:45:59 +12:00
James Carppe
7d7ae24351
Updates for release 2.31.2 ( #834 )
2025-06-26 15:41:23 +12:00
James Carppe
97838e614d
Updates for release 2.27.8 ( #827 )
2025-06-25 17:11:58 +12:00
James Carppe
e051c86bb5
Updates for release 2.31.1 ( #816 )
2025-06-19 14:07:18 +12:00
James Carppe
a7009eb8d5
Update bug report template for 2.27.7 ( #805 )
2025-06-17 12:52:12 +12:00
James Carppe
cc67612432
Update bug report template for 2.31.0 ( #793 )
2025-06-12 13:26:25 +12:00
James Carppe
799325d9f8
Update bug report template for 2.30.1 ( #749 )
2025-05-20 14:40:43 +12:00
James Carppe
b540709e03
Update bug report template for 2.30.0 ( #737 )
2025-05-15 12:09:28 +12:00
James Carppe
b9b734ceda
Update bug report template for 2.27.6 ( #721 )
2025-05-09 14:39:15 +12:00
James Carppe
4d4360b86b
Update bug report template for 2.27.5 ( #705 )
2025-05-02 13:14:39 +12:00
James Carppe
8cc28761d7
Update bug report template for 2.29.2 ( #692 )
2025-04-24 16:47:31 +12:00
James Carppe
3edacee59b
Update bug report template for 2.29.1 ( #682 )
2025-04-23 13:35:20 +12:00
James Carppe
cf31700903
Update bug report template for 2.29.0 ( #655 )
2025-04-16 13:34:38 +12:00
James Carppe
5a2318d01f
Update bug report template for 2.27.4 ( #646 )
2025-04-15 13:50:14 +12:00
samdulam
e68bd53e30
Update bug_report template with 2.27.3 ( #572 )
2025-03-25 08:40:15 +05:30
James Carppe
5d1b42b314
Update bug report template for 2.28.1 ( #549 )
2025-03-20 15:54:53 +13:00
James Carppe
c01f0271fe
Update bug report template for 2.27.2 ( #539 )
2025-03-19 17:41:36 +13:00
James Player
a67b917bdd
Bump version to 2.28.0 ( #523 )
2025-03-17 16:00:33 +13:00
Steven Kang
5526fd8296
chore: bump 2.27.1 - develop ( #468 )
2025-02-27 11:02:25 +13:00
James Carppe
9c243cc8dd
Update bug report template for 2.27.0 ( #450 )
2025-02-20 13:38:26 +13:00
James Carppe
a259c28678
Update bug report template for 2.26.1 ( #329 )
2025-01-21 16:19:03 +13:00