-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove expired snapshots #29
Merged
Merged
Commits on Sep 7, 2024
-
feat: bump vault version to 1.16.3
Bump vault version to 1.16.3, the latest community release: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1163
Configuration menu - View commit details
-
Copy full SHA for 7c2a348 - Browse repository at this point
Copy the full SHA 7c2a348View commit details -
feat(kubernetes): add S3_EXPIRE_DAYS
This adds the variable S3_EXPIRE_DAYS. The idea of this feature is to allow the script to prune expired snapshot files on the S3 compatible remote storage. Files are considered expired once they exceed the threshold defined by S3_EXPIRE_DAYS. This feature is usefull for S3 compatible storage where there exist no lifecycle rules to clean up the storage of expired or old files, such as: * cloudscale object storage * Exoscale simple object storage (SOS) It is recommended to also configure a "Governance" lock on the files, to ensure no files are deleted by accident before the defined S3_EXPIRE_DAYS threshold.
Configuration menu - View commit details
-
Copy full SHA for 83514f9 - Browse repository at this point
Copy the full SHA 83514f9View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 570d884 - Browse repository at this point
Copy the full SHA 570d884View commit details -
Configuration menu - View commit details
-
Copy full SHA for e340c4a - Browse repository at this point
Copy the full SHA e340c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d1ca4 - Browse repository at this point
Copy the full SHA 44d1ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56214a5 - Browse repository at this point
Copy the full SHA 56214a5View commit details
Commits on Sep 12, 2024
-
fix: busybox compatible date manipulation
The date manipulation did not work in my tests with busybox on OpenShift. This should work even in the busybox environments. It simply subtracts seconds.
Configuration menu - View commit details
-
Copy full SHA for 1e3ad45 - Browse repository at this point
Copy the full SHA 1e3ad45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9823e9c - Browse repository at this point
Copy the full SHA 9823e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6336461 - Browse repository at this point
Copy the full SHA 6336461View commit details -
Configuration menu - View commit details
-
Copy full SHA for b271d0d - Browse repository at this point
Copy the full SHA b271d0dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.