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: .gitlab/Release.md.template
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ EOF
43
43
sh -x stackgres-k8s/ci/utils/update-version.sh "${VERSION}"
44
44
```
45
45
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
46
-
1. [ ] Add ${VERSION} section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
46
+
1. [ ] Add ${VERSION} section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
47
47
1. [ ] Check the changes to ensure everything is correct before commit:
48
48
```
49
49
git diff
@@ -246,15 +246,7 @@ $(
246
246
```
247
247
git push origin add-version-${NEXT_MINOR_VERSION}
248
248
```
249
-
1. [ ] Wait for the pipeline of `add-version-${NEXT_MINOR_VERSION}` branch to complete
250
-
1. [ ] Merge local branch `add-version-${NEXT_MINOR_VERSION}` into `main`:
1. [ ] Create a MR using the link provided by the previous command (against the `main` branch) and merge it when all checks pass.
258
250
1. [ ] Change scheduled pipeline description and `STACKGRES_PREVIOUS_VERSION` environment variable to test upgrade from version `${TO_REMOVE_MINOR_VERSION}` to version `${MINOR_VERSION}`: https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/237754/edit?id=237754
259
251
1. [ ] Change scheduled pipeline description and `STACKGRES_VERSION` environment variable to test from version `${TO_REMOVE_MINOR_VERSION}` to version `${MINOR_VERSION}`: https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/262456/edit?id=262456 or https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/235791/edit?id=235791
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/Beta Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.18.0-beta1"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.18.0-beta1 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.18.0-beta1 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/GA Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.18.0"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.18.0 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.18.0 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/Patch Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.17.5"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.17.5 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.17.5 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/RC Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.18.0-rc2"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.18.0-rc2 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.18.0-rc2 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: stackgres-k8s/e2e/spec/operator-helm
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ e2e_test() {
27
27
run_test "Check that operator can be upgrade from 1st older minor version" check_operator_upgrade_first_old_minor
28
28
run_test "Check that operator can be upgrade from 2nd older minor version" check_operator_upgrade_second_old_minor
29
29
run_test "Check that operator can not be upgrade with an SGCluster that uses version 0.9.5" check_operator_upgrade_with_cluster_using_0_9_5
30
-
run_test "Check that operator can be upgrade with an SGCluster that uses 1st and 2nd older minot versions" check_operator_upgrade_with_cluster_using_first_and_second_old_versions
30
+
run_test "Check that operator can be upgrade with an SGCluster that uses 1st and 2nd older minor versions" check_operator_upgrade_with_cluster_using_first_and_second_old_versions
31
31
run_test "Check that operator can be deleted" check_operator_delete
32
32
run_test "Check that operator can be installed from outside" check_operator_install_outside
33
33
run_test "Check that operator can be installed with load balancer" check_operator_install_load_balancer
0 commit comments