Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 59ae420

Browse files
committed
feat: update RELEASE_NOTES and add e2e test in github-actions
1 parent d442b05 commit 59ae420

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.action_templates/jobs/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ tests:
6666
distro: ubi
6767
- test-name: replica_set_remove_user
6868
distro: ubi
69+
- test-name: replica_set_custom_persistentvolumeclaimretentionpolicy_test
70+
distro: ubi

.github/workflows/e2e-fork.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ jobs:
151151
distro: ubi
152152
- test-name: replica_set_remove_user
153153
distro: ubi
154+
- test-name: replica_set_custom_persistentvolumeclaimretentionpolicy_test
155+
distro: ubi
154156
steps:
155157
# template: .action_templates/steps/cancel-previous.yaml
156158
- name: Cancel Previous Runs

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ jobs:
157157
distro: ubi
158158
- test-name: replica_set_remove_user
159159
distro: ubi
160+
- test-name: replica_set_custom_persistentvolumeclaimretentionpolicy_test
161+
distro: ubi
160162
steps:
161163
# template: .action_templates/steps/cancel-previous.yaml
162164
- name: Cancel Previous Runs

docs/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
## Added support for MongoDB 8.0.0 GA
44
MongoDB 8.0.0 GA is now officially supported by the Operator
5+
6+
## Added support for persistentVolumeClaimRetentionPolicy
7+
Add persistentVolumeClaimRetentionPolicy on MongoDB statefulset.

0 commit comments

Comments
 (0)