-
Notifications
You must be signed in to change notification settings - Fork 0
prepare postgreslet for operator v2.0.1 upgrade #622
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
Open
TLINDEN
wants to merge
33
commits into
main
Choose a base branch
from
upgrade-operator-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
5046565
prepare postgreslet for operator v2.0.1 upgrade
c61a216
fix ToUnstructuredZalandoPostgresql calls
83e5773
use tsc opts struct
87adeb0
comment out unless v2 op api available
fa4a4e2
feat: bump zalando/postgres-operator using pseudo-version
l0wl3vel f999cbd
fix: update controller-runtime and controller-gen to fix build
l0wl3vel 31df020
fix: bumpt golang-ci lint action
l0wl3vel c013f09
fix linter call
151277b
fix linter call in the here as well
ce0aed4
add TopologySpreadConstraint to zalando CR if enabled
31d4286
satisfy linter
38db8ff
upd docker build to use 1.26 as well
3d9baee
make sure the TopologySpreadConstraints mutator is disabled on v2
1ffe2a0
fix name label (use Postgres UID)
a675272
mv PodTopologySpreadConstraintsOpts to api/v1
0648250
revert renaming vars
bddef79
revert PodTopologySpreadConstraintsOpts, use separate vars again
d984f4d
Revert "fix linter call in the here as well"
a8f1c40
Revert "fix linter call"
ff49dbd
Revert "fix: bumpt golang-ci lint action"
4a1f41f
bail out if enablePodTopologySpreadConstraint set with operator <v2
174070f
linter update required due to golang 1.26 dependency
1a3a419
lint only new commits, update latest as well
71f8ddb
fix yaml indents
95505b3
remove redundant func args
994fed9
properly update config
c307ebb
fix misleading error message
52697a9
deprecate kubernetes_use_configmaps=false, use op builtin default
b646b7e
fix: add missing patching for postgres-operator-deployment
l0wl3vel 64f87be
revert enable-kubernetes-use-configmaps deprecation note
f87dd78
Merge branch 'main' into upgrade-operator-v2
TLINDEN 450869c
satisfy linter: remove exhaustruct
5190bbd
record.Eventf does not support error-wrapping directive %w, use %v
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,6 @@ linters: | |
| - errname | ||
| - errorlint | ||
| - exhaustive | ||
| - exhaustruct | ||
| - exptostd | ||
| - forbidigo | ||
| - forcetypeassert | ||
|
|
||
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| kind: Deployment | ||
| metadata: | ||
| name: postgres-operator | ||
| spec: | ||
| template: | ||
| spec: | ||
| containers: | ||
| - securityContext: | ||
| seccompProfile: | ||
| type: RuntimeDefault | ||
| capabilities: | ||
| drop: | ||
| - ALL |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.