You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/citus-enterprise-release-checklist-template.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
7
7
8
8
---
9
9
10
-
## Several things to note here
11
-
12
-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13
-
14
-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15
-
16
10
# Update OS Packages
17
11
## Debian and RedHat
18
-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19
-
-[ ] Run the pipeline using branch name as all-$PROJECThttps://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12
+
- Change your directory to `packaging` repository directory & checkout `all-enterprise` branch.
13
+
-[ ] Run the pipeline using branch name as all-enterprisehttps://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
20
14
- Then check the following (needed for both debian & redhat):
21
15
-[ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/citus-packaging-request-template.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
7
7
8
8
---
9
9
10
-
## Several things to note here
11
-
12
-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13
-
14
-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15
-
16
10
# Update OS Packages
17
11
## Debian and RedHat
18
-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19
-
-[ ] Run the pipeline using branch name as all-citus https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12
+
- Change your directory to `packaging` repository directory & checkout `all-citus` branch.
13
+
-[ ] Run the pipeline using branch name as all-citus [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
20
14
- Then check the following (needed for both debian & redhat):
21
15
-[ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
22
16
- Then check the following (needed for debian):
@@ -55,7 +49,7 @@ Note that we create docker images for only the latest version of Citus. So, you
55
49
56
50
# Update PGXN
57
51
-[ ] Run https://github.com/citusdata/packaging/actions/workflows/update-pgxn-version.yml on packaging repo, and check the following:
58
-
-[ ] Check out the `pgxn-$PROJECT` branch of the [packaging repository](https://github.com/citusdata/packaging)
52
+
-[ ] Check out the `pgxn-citus branch of the [packaging repository](https://github.com/citusdata/packaging)
59
53
-[ ] All version occurrences are bumped in `META.json`
60
54
-[ ] All version occurrences are bumped in `pkgvars`
61
55
-[ ] After merging, ensure the Github Actions build completed successfully (a new release should appear in PGXN eventually)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/pg-auto-failover-enterprise-release-checklist-template.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
7
7
8
8
---
9
9
10
-
## Several things to note here
11
-
12
-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13
-
14
-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15
-
16
10
# Update OS Packages
17
11
## Debian and RedHat
18
-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19
-
-[ ] Run the pipeline using branch name as all-$PROJECT[update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12
+
- Change your directory to `packaging` repository directory & checkout `all-pgautofailover-enterprise` branch.
13
+
-[ ] Run the pipeline using branch name as all-pgautofailover-enterprise[update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
20
14
- Then check the following (needed for both debian & redhat):
21
15
-[ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/pg-auto-failover-release-checklist-template.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
7
7
8
8
---
9
9
10
-
## Several things to note here
11
-
12
-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13
-
14
-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15
-
16
10
# Update OS Packages
17
11
## Debian and RedHat
18
-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19
-
-[ ] Run the pipeline using branch name as all-project https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12
+
- Change your directory to `packaging` repository directory & checkout `all-pgautofailover` branch.
13
+
-[ ] Run the pipeline using branch name as all-pgautofailover [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
20
14
- Then check the following (needed for both debian & redhat):
21
15
-[ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
0 commit comments