Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kirkV=$hubV

bundle=pgedge
api=pgedge
ctlibsV=1.6
ctlibsV=1.7

spock50V=5.0.0-1

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ semantic_version==2.10.0
six==1.17.0
termcolor==2.5.0
typing_extensions==4.14.1
click==8.2.1
tabulate==0.9.0
python-crontab==3.3.0
certifi==2024.12.14
Expand Down
2 changes: 1 addition & 1 deletion src/conf/versions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ INSERT INTO versions VALUES ('hypopg-pg16', '1.4.1-1', 'amd, arm', 1, '20230509
INSERT INTO projects VALUES ('ctlibs', 'pge', 0, 0, '', 3, 'https://github.com/pgedge/cli',
'ctlibs', 0, 'ctlibs.png', 'ctlibs', 'https://github.com/pgedge/cli', '');
INSERT INTO releases VALUES ('ctlibs', 2, 'ctlibs', 'pgEdge Libs', '', 'prod', '', 1, '', '', '');
INSERT INTO versions VALUES ('ctlibs', '1.6', '', 1, '20240925', '', '', '');
INSERT INTO versions VALUES ('ctlibs', '1.7', '', 1, '20250729', '', '', '');

-- ## PGCAT #############################
INSERT INTO projects VALUES ('pgcat', 'pge', 11, 5433, '', 3, 'https://github.com/pgedge/pgcat/tags',
Expand Down