Skip to content

Commit

Permalink
open up 24.2.3 for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luss committed Feb 14, 2024
1 parent 44529b7 commit 9da0008
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# pgEdge Labs Release Notes #############

## planned for 24.2.3 on 2024-02-19 ############
- remove staz and replace w pgedge-patroni
- new version of backrest that support full, incremental and pitr
- spock v3.3.0dev1


## done for 24.2.2 on 2024-02-14 ###########
- add plv8 support for pg16 on el9 & arm9
Expand Down
2 changes: 1 addition & 1 deletion cli/scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import sys, os

VER = "24.2.2"
VER = "24.2.3"
REPO = os.getenv("REPO", "https://pgedge-upstream.s3.amazonaws.com/REPO")

from urllib import request as urllib2
Expand Down
2 changes: 1 addition & 1 deletion cli/scripts/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from log_helpers import bcolours, characters
import api, meta, ini

MY_VERSION = "24.2.2"
MY_VERSION = "24.2.3"
DEFAULT_PG = "16"
DEFAULT_SPOCK = "32"

Expand Down
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

bundle=pgedge
api=pgedge
hubV=24.2.2
hubV=24.2.3
ctlibsV=1.2

spock33V=3.3.0dev0-1
Expand Down
3 changes: 2 additions & 1 deletion src/conf/versions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ INSERT INTO categories VALUES (9, 87, 'Management & Monitoring', 'Manage/Monito
-- ## HUB ################################
INSERT INTO projects VALUES ('hub', 'app', 0, 0, 'hub', 0, 'https://github.com/pgedge/cli','',0,'','','');
INSERT INTO releases VALUES ('hub', 1, 'hub', '', '', 'hidden', '', 1, '', '', '');
INSERT INTO versions VALUES ('hub', '24.2.2', '', 1, '20240214', '', '', '');
INSERT INTO versions VALUES ('hub', '24.2.3', '', 1, '20240219', '', '', '');
INSERT INTO versions VALUES ('hub', '24.2.2', '', 0, '20240214', '', '', '');
INSERT INTO versions VALUES ('hub', '24.2.1', '', 0, '20240212', '', '', '');
INSERT INTO versions VALUES ('hub', '24.1.9', '', 0, '20240207', '', '', '');
INSERT INTO versions VALUES ('hub', '24.1.8', '', 0, '20240206', '', '', '');
Expand Down

0 comments on commit 9da0008

Please sign in to comment.