1d5ae3d96d 
								
							 
						 
						
							
							
								
								fix: set password encryption default to scram-sha-256  
							
							... 
							
							
							
							According to the Postgres official documentation, md5 passwords is
deprecated in favor of scram-sha-256 encryption.
The change in this PR updates the default encryption to the new postgres
default.
Documentation link:  https://www.postgresql.org/docs/18/auth-password.html 
>Warning: Support for MD5-encrypted passwords is deprecated and will be removed in a future release of PostgreSQL.
Signed-off-by: Kadaffy Talavera <kadtalavera@gmail.com> 
							
						 
						
							2025-10-15 15:40:28 +02:00  
				
					
						
							
							
								 
						
							
								8c2a290a12 
								
							 
						 
						
							
							
								
								DOC: Minikube has many drivers now, incl. Docker ( #2949 )  
							
							... 
							
							
							
							Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-10-14 13:50:11 +02:00  
				
					
						
							
							
								 
						
							
								3a85466cfd 
								
							 
						 
						
							
							
								
								DOC: Fix formatting of bullet points ( #2948 )  
							
							... 
							
							
							
							Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-10-14 13:49:06 +02:00  
				
					
						
							
							
								 
						
							
								eddf521227 
								
							 
						 
						
							
							
								
								Replace `golang.org/x/exp` with stdlib ( #2857 )  
							
							... 
							
							
							
							* Replace `golang.org/x/exp` with stdlib
These experimental packages are now available in the Go standard
library since Go 1.21.
	1. golang.org/x/exp/slices -> slices [1]
	2. golang.org/x/exp/maps -> maps [2]
[1]: https://go.dev/doc/go1.21#slices 
[2]: https://go.dev/doc/go1.21#maps 
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* Run go mod tidy
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
---------
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-10-14 11:59:48 +02:00  
				
					
						
							
							
								 
						
							
								8ba57b28f5 
								
							 
						 
						
							
							
								
								extend RBAC in prepatation to switch to configmap-based cluster management ( #2961 )  
							
							
							
						 
						
							2025-10-14 10:59:43 +02:00  
				
					
						
							
							
								 
						
							
								dc29425969 
								
							 
						 
						
							
							
								
								include external traffic policy comparison into service diffing ( #2956 )  
							
							
							
						 
						
							2025-09-23 14:30:06 +02:00  
				
					
						
							
							
								 
						
							
								bcd729b2cc 
								
							 
						 
						
							
							
								
								Add selector to master service when switching to CM ( #2955 )  
							
							... 
							
							
							
							Add service selector comparison to compareServices
This is necessary for the proper switch of `kubernetes_use_configmaps` configuration value, as master service should have different label selector setup for those. 
							
						 
						
							2025-09-19 14:44:17 +02:00  
				
					
						
							
							
								 
						
							
								d98fc2753a 
								
							 
						 
						
							
							
								
								logical-backup:gcs_upload: try to use gcp metadata if LOGICAL_GOOGLE_APPLICATION_CREDENTIALS is not set ( #2837 )  
							
							... 
							
							
							
							Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-09-17 16:01:28 +02:00  
				
					
						
							
							
								 
						
							
								cce2633192 
								
							 
						 
						
							
							
								
								Bump requests from 2.32.2 to 2.32.4 in /ui ( #2922 )  
							
							... 
							
							
							
							Bumps [requests](https://github.com/psf/requests ) from 2.32.2 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2025-09-17 16:01:02 +02:00  
				
					
						
							
							
								 
						
							
								ad7e590916 
								
							 
						 
						
							
							
								
								Skip creation of OwnerReference if user is in a different namespace ( #2912 )  
							
							... 
							
							
							
							Instead of doing a string compare on the username, check the actual namespace of the user to determine if an owner reference can be created. 
							
						 
						
							2025-09-17 15:57:36 +02:00  
				
					
						
							
							
								 
						
							
								fa4bc21538 
								
							 
						 
						
							
							
								
								upgrade Go from 1.23.4 to 1.25.0 ( #2945 )  
							
							... 
							
							
							
							* upgrade go to 1.25
* add minor version to be Go 1.25.0
* revert the Go version on README to keep the history of the release 
							
						 
						
							2025-08-19 14:40:39 +02:00  
				
					
						
							
							
								 
						
							
								51135b07db 
								
							 
						 
						
							
							
								
								docs: Fix issues found by codespell ( #2896 )  
							
							... 
							
							
							
							Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-06-03 17:34:05 +02:00  
				
					
						
							
							
								 
						
							
								ccb52c094d 
								
							 
						 
						
							
							
								
								[UI] Remove deprecated WAL-E library and enable WAL-G backup support in UI backend ( #2915 )  
							
							
							
						 
						
							2025-05-20 16:31:26 +02:00  
				
					
						
							
							
								 
						
							
								68c4b49636 
								
							 
						 
						
							
							
								
								Fix wrong condition for bootstrap labels ( #2875 )  
							
							
							
						 
						
							2025-03-10 17:05:27 +01:00  
				
					
						
							
							
								 
						
							
								c7a586d0f8 
								
							 
						 
						
							
							
								
								Configure (upcoming) Patroni bootstrap labels feature ( #2872 )  
							
							... 
							
							
							
							Set the value from the critical-operation-pdb's selector if PDBs are enabled 
							
						 
						
							2025-03-10 10:16:01 +01:00  
				
					
						
							
							
								 
						
							
								746df0d33d 
								
							 
						 
						
							
							
								
								do not remove publications of slot defined in manifest ( #2868 )  
							
							... 
							
							
							
							* do not remove publications of slot defined in manifest
* improve condition to sync streams
* init publication tables map when adding manifest slots
* need to update c.Stream when there is no update 
							
						 
						
							2025-02-26 17:31:37 +01:00  
				
					
						
							
							
								 
						
							
								2a4be1cb39 
								
							 
						 
						
							
							
								
								fix creating secrets for rotation users ( #2863 )  
							
							... 
							
							
							
							* fix creating secrets for rotation users
* rework annotation comparison on update to decide on when to call syncSecrets 
							
						 
						
							2025-02-14 09:44:09 +01:00  
				
					
						
							
							
								 
						
							
								c8063eb78a 
								
							 
						 
						
							
							
								
								Protect Pods from disruptions during upgrades ( #2844 )  
							
							... 
							
							
							
							Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2025-01-30 10:41:58 +01:00  
				
					
						
							
							
								 
						
							
								a56ecaace7 
								
							 
						 
						
							
							
								
								Critical operation PDB ( #2830 )  
							
							... 
							
							
							
							Create the second PDB to cover Pods with a special "critical operation" label set.
This label is going to be assigned to all pg cluster's Pods by the Operator during a PG major version upgrade, by Patroni during a cluster/replica bootstrap. It can also be set manually or by any other automation tool. 
							
						 
						
							2025-01-29 12:41:08 +01:00  
				
					
						
							
							
								 
						
							
								f49b4f1e97 
								
							 
						 
						
							
							
								
								Ensure podAnnotations are removed from pods if reset in the config ( #2826 )  
							
							
							
						 
						
							2025-01-24 16:53:14 +01:00  
				
					
						
							
							
								 
						
							
								b0cfeb30ea 
								
							 
						 
						
							
							
								
								Partially revert  #2810  ( #2849 )  
							
							... 
							
							
							
							Only schedule switchover for pod migration, consider mainWindow for PGVERSION env change 
							
						 
						
							2025-01-23 16:35:33 +01:00  
				
					
						
							
							
								 
						
							
								e04b91d8af 
								
							 
						 
						
							
							
								
								Only check maintenance window for upgrade after pg version recheck ( #2842 )  
							
							... 
							
							
							
							This way we avoid misleading "skipping major version upgrade, not in maintenance window" log line when c.currentMajorVersion is not initialized (==0) 
							
						 
						
							2025-01-17 14:29:52 +01:00  
				
					
						
							
							
								 
						
							
								8522331cf2 
								
							 
						 
						
							
							
								
								Extend MaintenanceWindows parameter usage ( #2810 )  
							
							... 
							
							
							
							Consider maintenance window when migrating master pods and replacing pods (rolling update) 
							
						 
						
							2025-01-15 18:04:36 +01:00  
				
					
						
							
							
								 
						
							
								46d5ebef6d 
								
							 
						 
						
							
							
								
								Update logical backup docker image ( #2829 )  
							
							
							
						 
						
							2025-01-07 09:10:22 +01:00  
				
					
						
							
							
								 
						
							
								4430aba3f3 
								
							 
						 
						
							
							
								
								update codegen ( #2832 )  
							
							
							
						 
						
							2025-01-03 16:18:17 +01:00  
				
					
						
							
							
								 
						
							
								6035fdd58e 
								
							 
						 
						
							
							
								
								bump operator to 1.14.0 ( #2827 )  
							
							
							
						 
						
							2024-12-23 12:12:33 +01:00  
				
					
						
							
							
								 
						
							
								df3f68bcfb 
								
							 
						 
						
							
							
								
								manifests/minimal-master-replica-svcmonitor.yaml: Update postgres-exporter image ( #2777 )  
							
							... 
							
							
							
							Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2024-12-23 11:10:44 +01:00  
				
					
						
							
							
								 
						
							
								265f2a0f1c 
								
							 
						 
						
							
							
								
								add sidecar command examples and update codegen ( #2825 )  
							
							
							
						 
						
							2024-12-23 09:58:48 +01:00  
				
					
						
							
							
								 
						
							
								9b103e764e 
								
							 
						 
						
							
							
								
								bump to go 1.23.4 ( #2824 )  
							
							
							
						 
						
							2024-12-23 09:54:51 +01:00  
				
					
						
							
							
								 
						
							
								b276cd2f94 
								
							 
						 
						
							
							
								
								Feat: Support Running Sidecar with a Command. ( #2449 )  
							
							... 
							
							
							
							* Feat: Support Running Sidecard with a Command.
This PR addresses issue #2448  . Some containers may not have entry points, if this is the case they would need to be run using a command. This change extends the definition of sidecar so that there is an optional command field. If the field is present then the container will be run using that command. This is a two line change that is fully backward compatible. 
							
						 
						
							2024-12-23 09:08:35 +01:00  
				
					
						
							
							
								 
						
							
								548e387745 
								
							 
						 
						
							
							
								
								Fix deployment extraEnvs indentation in operator chart ( #2814 )  
							
							... 
							
							
							
							* Fix operator extraEnvs indentation
Fix bad operator extraEnvs indentation by matching the statement to how other lists are expanded in the deployment template
* Replace nindent by indent to fully mirror the other similar lines in the file
---------
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2024-12-23 08:59:54 +01:00  
				
					
						
							
							
								 
						
							
								d97c271b84 
								
							 
						 
						
							
							
								
								Add abitility to set QPS and Burst limits for api client ( #2667 )  
							
							... 
							
							
							
							* Add abitility to set QPS and Burst limits for api client 
---------
Co-authored-by: Ivan Sokoryan <i.sokoryan@robo.cash>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2024-12-23 08:53:27 +01:00  
				
					
						
							
							
								 
						
							
								470a1eab89 
								
							 
						 
						
							
							
								
								Add support for pg17 and remove pg12 ( #2773 )  
							
							... 
							
							
							
							* Add support for pg17
* use new gcov2lcov-action
* Use ghcr spilo-17
* Update SPILO_CURRENT and SPILO_LAZY
* Update e2e/run.sh
---------
Co-authored-by: Polina Bungina <27892524+hughcapet@users.noreply.github.com> 
							
						 
						
							2024-12-20 11:22:52 +01:00  
				
					
						
							
							
								 
						
							
								34df486f00 
								
							 
						 
						
							
							
								
								fix flaky comparison unit test of retruned errors ( #2822 )  
							
							
							
						 
						
							2024-12-19 17:35:01 +01:00  
				
					
						
							
							
								 
						
							
								bb6242e3c9 
								
							 
						 
						
							
							
								
								fix: replicaCount not being respect ( #2708 )  
							
							... 
							
							
							
							Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2024-12-19 14:12:15 +01:00  
				
					
						
							
							
								 
						
							
								eef49500a5 
								
							 
						 
						
							
							
								
								Add support for EBS CSI Driver ( #2677 )  
							
							... 
							
							
							
							* Add support for EBS CSI Driver 
							
						 
						
							2024-12-19 12:32:09 +01:00  
				
					
						
							
							
								 
						
							
								e7cc4f9120 
								
							 
						 
						
							
							
								
								Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /kubectl-pg ( #2819 )  
							
							... 
							
							
							
							Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.26.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-12-18 16:03:20 +01:00  
				
					
						
							
							
								 
						
							
								8cc6796537 
								
							 
						 
						
							
							
								
								fix comparing stream annotations and improve unit test ( #2820 )  
							
							
							
						 
						
							2024-12-18 11:22:08 +01:00  
				
					
						
							
							
								 
						
							
								5450113eb5 
								
							 
						 
						
							
							
								
								Bump golang.org/x/crypto from 0.26.0 to 0.31.0 ( #2816 )  
							
							... 
							
							
							
							Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.26.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-12-17 14:07:15 +01:00  
				
					
						
							
							
								 
						
							
								d44bfabe78 
								
							 
						 
						
							
							
								
								do not use extra labels to list stream CRDs ( #2803 )  
							
							... 
							
							
							
							* do not use extra labels to list stream CRDs
* add diff on labels for streams + unit test coverage 
							
						 
						
							2024-12-17 08:54:37 +01:00  
				
					
						
							
							
								 
						
							
								80ef38f7f0 
								
							 
						 
						
							
							
								
								add resource annotation and ignore recovery type ( #2817 )  
							
							... 
							
							
							
							* add resource annotation and ignore recovery type
* Update docs/reference/cluster_manifest.md
---------
Co-authored-by: Ida Novindasari <idanovinda@gmail.com> 
							
						 
						
							2024-12-16 18:17:19 +01:00  
				
					
						
							
							
								 
						
							
								301462c415 
								
							 
						 
						
							
							
								
								remove streams delete and extend unit tests ( #2737 )  
							
							
							
						 
						
							2024-12-16 18:13:52 +01:00  
				
					
						
							
							
								 
						
							
								4929dd204c 
								
							 
						 
						
							
							
								
								Update major version upgrade docs ( #2807 )  
							
							... 
							
							
							
							* Update major version upgrade logs 
							
						 
						
							2024-12-16 11:22:40 +01:00  
				
					
						
							
							
								 
						
							
								fc9a26040a 
								
							 
						 
						
							
							
								
								Integrate spilo with Patroni 4 ( #2818 )  
							
							
							
						 
						
							2024-12-16 11:11:22 +01:00  
				
					
						
							
							
								 
						
							
								c206eb38a8 
								
							 
						 
						
							
							
								
								Bump werkzeug from 3.0.3 to 3.0.6 in /ui ( #2793 )  
							
							... 
							
							
							
							Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.3 to 3.0.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6 )
---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-11-06 11:46:53 +01:00  
				
					
						
							
							
								 
						
							
								acdb957d8e 
								
							 
						 
						
							
							
								
								fix switch over candidate retrieving ( #2760 )  
							
							... 
							
							
							
							* fix switch over candidate retrieving
Signed-off-by: fahed dorgaa <fahed.dorgaa.ext@corp.ovh.com>
---------
Signed-off-by: fahed dorgaa <fahed.dorgaa.ext@corp.ovh.com>
Co-authored-by: fahed dorgaa <fahed.dorgaa.ext@corp.ovh.com>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de> 
							
						 
						
							2024-11-01 17:06:20 +01:00  
				
					
						
							
							
								 
						
							
								8231797efa 
								
							 
						 
						
							
							
								
								add cluster field for PVCs ( #2785 )  
							
							... 
							
							
							
							* add cluster field for PVCs
* sync volumes on cluster creation
* fully spell pvc in log messages 
							
						 
						
							2024-10-31 14:08:50 +01:00  
				
					
						
							
							
								 
						
							
								45e9227f55 
								
							 
						 
						
							
							
								
								fix(postgres-operator/deployment): Set 'nindent' to 8 for 'extraEnvs' ( #2783 )  
							
							... 
							
							
							
							Co-authored-by: martin.kucin <martin.kucin@yunextraffic.com> 
							
						 
						
							2024-10-30 11:11:22 +01:00  
				
					
						
							
							
								 
						
							
								002d0f94a1 
								
							 
						 
						
							
							
								
								quote schema names in case they use special characters and remove strings.Builder ( #2782 )  
							
							
							
						 
						
							2024-10-17 16:52:24 +02:00  
				
					
						
							
							
								 
						
							
								f5e122e8ef 
								
							 
						 
						
							
							
								
								Fix resource constraints ( #2735 )  
							
							... 
							
							
							
							* Add empty string cases to patterns for pod resources
* Added empty strings test case
* Restored k8sres.go and changed test to zeros
* Updated validation pattern in manifests/operatorconfiguration.crd.yaml and pkg/apis/acid.zalan.do/v1/crds.go 
							
						 
						
							2024-10-16 17:19:07 +02:00