Muhammad Aqeel
c8bd75c9a8
Fix apparmor_parser not found error in desktop postinst script ( #9728 )
...
Add a runtime guard in the postinst so apparmor_parser is only called
when available. Previously, packages built on Ubuntu 24+ would fail to
install on headless servers or systems without AppArmor tools. A warning
is printed when the profile load is skipped to aid debugging.
2026-03-10 15:29:40 +00:00
Khushboo Vashi
5b231ddd3f
Revert "Customize container user permissions using PUID and PGID. #9657"
...
This reverts commit 97c90f1e69 .
2026-03-02 18:05:26 +05:30
Akshay Joshi
4cc74c13f7
Updated version for release v9.13
2026-03-02 14:11:36 +05:30
kon-foo
97c90f1e69
Customize container user permissions using PUID and PGID. #9657
2026-02-24 16:49:43 +05:30
kon-foo
b15f15960f
Fix misleading error when _FILE secret is not readable.
2026-02-18 12:10:23 +05:30
Simon Randby
fbbc12a0a3
Fix an issue where deployment of helm chart crashing with operation not permitted. #9572
2026-02-09 17:13:43 +05:30
Aditya Toshniwal
9464e44887
Update windows installer side image as the current one gets flipped.
2026-02-04 14:46:48 +05:30
Aditya Toshniwal
18c73d00ce
Update version in Helm for release v9.12
2026-02-02 15:17:06 +05:30
Anil Sahoo
6000cc0fb4
Fixed an issue where pgAdmin4 app on macOS cannot auto-update while running on a read-only volume even if present in the Applications folder. #9402
2026-02-02 15:11:58 +05:30
Yogesh Mahajan
596b14a0f4
Ensure the container deployment supports boolean values in yaml format. #9522
2026-01-30 12:10:36 +05:30
David Aparicio
c47c79c3dc
Enables deployment strategy configuration within the Helm chart.
2026-01-29 14:03:02 +05:30
Akshay Joshi
8f39f8a6bc
Update JavaScript Dependencies.
2026-01-27 12:25:34 +05:30
Akshay Joshi
d26aa0a8de
1) Added --no-cache-dir for OSX while installing requirements.txt
...
2) Updated release note.
2026-01-06 12:25:35 +05:30
Akshay Joshi
52daa56a04
Copyright updated for 2026
2026-01-05 13:33:45 +05:30
Khushboo Vashi
dc801e362e
Update version for release v9.11
2025-12-08 15:15:10 +05:30
Tobi
2ef67a5fa2
Ensure the proper handling of extra volume mount configurations in the Helm deployment template by correcting the configuration value references. #9408
2025-12-03 12:06:13 +05:30
Akshay Joshi
71719db3ab
sphinx==9.0.0 required Python version >= 3.11. Back to version 7.4.7
2025-12-02 11:55:26 +05:30
Akshay Joshi
dc7873c2b2
Update Python and JavaScript dependecies.
2025-12-01 19:13:04 +05:30
Koren Peretz
56040aa116
Use -i instead of -I in the helm deployment YAML for best minimal practice.
2025-12-01 16:27:46 +05:30
Koren Peretz
d1b25c99cc
Fix the Helm chart server definition and change the app version. #9393
2025-11-27 10:59:28 +05:30
Akshay Joshi
fc04e2eb1a
Remove __gpg_sign_cmd as it is failing on Fedora 43 due to some obsolete options.
2025-11-24 13:58:18 +05:30
Nicolas Boulard
27779370d8
Add conditional TLS support for the Ingress in the Helm chart. #9345
2025-11-21 12:08:22 +05:30
Akshay Joshi
c03b55042c
Updated Python and Javascript dependencies.
2025-11-18 16:33:36 +05:30
Khushboo Vashi
7b85a09603
Fix Debian builds by executing sudo apt update.
2025-11-18 12:48:13 +05:30
Khushboo Vashi
57f88cf5af
Improved Debian build process by ensuring package lists are refreshed during the build workflow.
2025-11-18 12:18:14 +05:30
Khushboo Vashi
63ee81202b
Updated version for v9.10.
2025-11-13 12:28:13 +05:30
Muhammad Aqeel
06fb5a45c1
pgAdmin4 debian packages were not having release build number and platform distribution name.
2025-11-07 17:33:14 +05:30
Aditya Toshniwal
39b6f40482
Fix following issues:
...
1. Debian builds are failing after commiting changes for #9240 .
2. Object explorer context menu shows "No objects selected" on preferences change.
2025-11-04 16:49:12 +05:30
Koren Peretz
d9b3f950ad
Fixed indentation issue in the extraEnvVars field, preserved the serverDefinitions template, corrected a typo in README.md, and increased resource allocations in the Helm chart.
2025-10-31 12:40:47 +05:30
LiZixin
061450c8d7
Fixed an issue where the Debian build process failed with a "Sphinx module not found" error when using a Python virtual environment. #9240
2025-10-31 10:38:04 +05:30
Aditya Toshniwal
91ad54d17b
Fixed an issue where query tool shortcut would trigger the callback twice. #9157
2025-10-14 14:33:17 +05:30
Akshay Joshi
ea5ee74205
Update version for release v9.9
2025-10-13 20:51:55 +05:30
Anil Sahoo
5f22b4e2d2
Fixed following issues related to auto-update:
...
1. Fixed the issue where auto-update was not working for macOS x64 arch machines as pgadmin4 zip file name has x86_64 in it.
2. Improved error handling in the /upgrade_check API by replacing the static “Failed to check for update” message for Windows users with a dynamic error message.
3. Fixed the CSS issue affecting the close icon in the warning notifier.
4. Removed trailing periods from helper texts and notifier messages in the app’s auto-update workflow. #9133
2025-10-13 17:25:14 +05:30
Koren Peretz
d03a0cdce6
Add support for initializing the pgAdmin4 Kubernetes Helm chart. #9225
2025-10-08 14:41:00 +05:30
Akshay Joshi
5c9acc1c3d
1) Added PG 18 in the github runner.
...
2) Added PG 18 in the docker container file.
2025-09-29 13:40:03 +05:30
Akshay Joshi
e09af0a0e9
Updated release note.
2025-08-28 16:18:38 +05:30
Yogesh Mahajan
68627ab44e
Allow user to configure security related gunicorn parameters. #8891
2025-08-25 11:52:07 +05:30
Pravesh Sharma
800fdce316
Unpin Electron version 35.x as the GTK crash issue has been resolved upstream.
2025-08-22 11:32:58 +05:30
Anil Sahoo
9eec4f5b8c
Add support for automatic updates in the pgAdmin 4 Desktop application on macOS. #5766
2025-07-31 11:30:19 +05:30
Dave Page
6db0cc5c5d
Ensure we have the tools to configure SELinux policies.
...
The semanage utility is required to configure the policy for the
pgAdmin log/lib directories in server mode, but it may not always
be installed on a system.
2025-07-30 11:45:07 +05:30
Aditya Toshniwal
2a43d1c939
Nullify git:hash script in package.json for source code tarball release since commit hash is already included
2025-07-22 16:08:51 +05:30
Aditya Toshniwal
65a35ab23d
Fixed windows signature issue by passing SignTool using /S arg ISCC.exe instead of specifying the path in installer.iss
2025-07-14 15:12:29 +05:30
Aditya Toshniwal
b31c8f78c5
Fixed windows signature issue and specify SignTool in installer.iss file instead of calling signtool directly
2025-07-14 10:57:46 +05:30
Aditya Toshniwal
1e4e00886a
Fixed a windows build issue where uninstaller failed to sign. #8420
2025-07-10 18:55:36 +05:30
Aditya Toshniwal
60c8e5fe05
Fixed an issue where windows installer is not signing tmp files generated by InnoSetup. #8420
...
Co-authored-by: stephannn <stephannn@users.noreply.github.com>
2025-07-10 15:35:02 +05:30
Akshay Joshi
3f7683854b
Remove some code for Python 3.8
2025-07-02 15:59:22 +05:30
Khushboo Vashi
43d70de5bb
Reinstall Python packages regardless of their presence in the system-wide installation.
2025-06-24 15:50:45 +05:30
Dirk Heinrichs
44496a300e
Add a flag to allow access to system Python packages on recent Linux distributions. #7173
2025-06-19 16:21:15 +05:30
Akshay Joshi
1259d72643
Plugin workspace-tools is included by default starting from Yarn 4.
2025-06-09 11:57:02 +05:30
Akshay Joshi
cab1bc3cb4
Update yarn to version 4.
2025-06-06 19:08:32 +05:30