forked from CrunchyData/postgres-operator-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Update #1
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
Merged
Merged
Update #1
Conversation
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
The namespace attribute is now accessible to the Operator itself. Issue: [sc-12903]
[sc-12872]
Adds the ability to disable version upgrade checking.
Issue: [sc-13269]
This avoids some messiness that could occur on upgrades if this value is just a default, as one must explicitly set the value.
Removes any TODOs from the PostgresCluster CRD that is located in both the Kustomize installer and the Helm installer. Issue: [sc-13302]
Issue: [sc-11427]
to use pg 14 instead of pg 13 Issue: [sc-13723]
Issue: [sc-11427]
operator helm install is now 0.2.5 and helm postgres install is 0.2.2 Issue [sc-13827]
BackPatch from devel: Make the number of controller workers configurable
update examples from 5.0.4 to 5.0.5
[sc-13620]
to prepair for v5.1.0 release [Issue: 13932]
vbump for v5.1.0
…#101) Tested with kubectl 18, 20, 21 Issue [sc-14049]
related images in helm installer [sc-13932]
update crd's to latest release
This allows for more controllers to be added in the future. This is a breaking change to the v0 chart. Issue: [sc-13977]
Older versions of Kubernetes do not ignore sub-resource fields when using server-side apply. Issue: [sc-14162]
Issue: [sc-14201]
Issue: [sc-14201]
As of Kubernetes v1.19, SecurityContext has a seccompProfile field that can be set to RuntimeDefault to limit syscalls. This PR adds that setting to the PGO containers. Issue [sc-11286]
[sc-14408]
The releated images in the manager.yaml file now align with the related images configured for OLM using related-images.yaml. Issue: [sc-14517]
[sc-14902]
updated for v5.1.2
Bump 5.1.2 to 5.1.3
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.
Update