Closed
Conversation
…ssionEnforcement Port of upstream PR cloudnative-pg#465. Required for clusters with Admission Controller "OwnerReferencesPermissionEnforcement". Also fix Makefile to include internal/ paths for RBAC marker generation.
Port of upstream PRs cloudnative-pg#508 and cloudnative-pg#429. Fixes 4 bugs in ExtendedClient cache: - isObjectCached() now correctly checks for *pgbackrestv1.Archive - GVK comparison replaced with reflect.TypeOf() to handle empty TypeMeta - removeObject() condition fixed (was != instead of ==) - TTL now properly initialized with DefaultTTLSeconds
Port of upstream PR cloudnative-pg#615. Without this flag, RollingUpdate causes deadlock — old pod holds leader lease preventing new pod from becoming ready.
Port of upstream PR cloudnative-pg#604. When CurrentPrimary is empty (first instance), streaming is not available — prevents incorrect WAL predictions with custom segment sizes during restore.
…e projections Port of upstream PR cloudnative-pg#331. When the same Archive is referenced multiple times (e.g. as both archive and recovery), volume projections were duplicated causing Job creation failures.
Port of upstream PR cloudnative-pg#354. Introduces ensureVolume, removeVolume, ensureVolumeMount, removeVolumeMount helpers for safe idempotent volume management without duplications.
Port of upstream PR cloudnative-pg#549. WAL not found returns NotFound, end of WAL stream returns OutOfRange, missing permissions returns FailedPrecondition.
Port of upstream PRs cloudnative-pg#378 and cloudnative-pg#222. TYPE_PATCH is useless for Pods (immutable in K8s). TYPE_EVALUATE allows triggering rolling deployment when sidecar config changes. Also updates cnpg-i to v0.3.0.
Port of upstream PRs cloudnative-pg#459 and cloudnative-pg#467. Adds TYPE_METRICS capability and MetricsServer implementation exposing first_recoverability_point and last_available_backup_timestamp. Also updates cnpg-i to v0.3.0.
Port of upstream PR cloudnative-pg#225. When no custom SecurityContext is specified, use non-root, read-only root filesystem, drop all capabilities, and RuntimeDefault seccomp profile.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.