From 1aebab445f9a8948518eee14ff02245477a46e84 Mon Sep 17 00:00:00 2001 From: Svetlana Tychkina Date: Fri, 20 Feb 2026 15:15:58 +0500 Subject: [PATCH 1/3] set backupDaemon.s3Storage.untrustedCert=true as default (#293) * Update common_metrics.go Change query_max_time so that metric variable is lowercased * Set default value for untrustedCert in cr.yaml set backupDaemon.s3Storage.untrustedCert=true as default https://tms.netcracker.com/browse/CPCAP-7103 --- operator/charts/patroni-services/templates/cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/charts/patroni-services/templates/cr.yaml b/operator/charts/patroni-services/templates/cr.yaml index 33f5051b..d397a2b5 100644 --- a/operator/charts/patroni-services/templates/cr.yaml +++ b/operator/charts/patroni-services/templates/cr.yaml @@ -117,7 +117,7 @@ spec: secretAccessKey: {{ .Values.backupDaemon.s3Storage.secretAccessKey }} bucket: {{ .Values.backupDaemon.s3Storage.bucket }} prefix: {{ default "postgres" .Values.backupDaemon.s3Storage.prefix }} - untrustedCert: {{ .Values.backupDaemon.s3Storage.untrustedCert }} + untrustedCert: {{ default "true" .Values.backupDaemon.s3Storage.untrustedCert }} region: {{ .Values.backupDaemon.s3Storage.region }} {{ end }} {{ if .Values.backupDaemon.externalPv }} From 4d58712a9e4addf2c9b4e1ad194a23a1611155d0 Mon Sep 17 00:00:00 2001 From: Tvion <44255078+Tvion@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:50:39 +0500 Subject: [PATCH 2/3] Replace workflow inputs in build.yaml (#294) Replace workflow inputs. --- .github/workflows/build.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f4d4118a..4ca2c6b3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,21 +25,11 @@ on: - "SECURITY.md" workflow_dispatch: inputs: - tags: - required: false - type: string - default: "" - description: "Tags" - dry-run: - required: true + publish_docker: + description: "Publish images to ghcr.io/netcracker" type: boolean default: false - description: "Dry run mode" - replace-symbol: required: false - type: string - default: "_" - description: "Symbol to replace in tags" permissions: contents: read From 2d25d67670ec5e16a129df90b5b483fc630ea2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:51:41 +0000 Subject: [PATCH 3/3] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /tests/docker directory: [flask](https://github.com/pallets/flask) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 2.2.5 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.5...3.1.3) Updates `werkzeug` from 3.1.5 to 3.1.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.1.5...3.1.6) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index 6effed82..c379a493 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -3,7 +3,7 @@ cachetools==4.2.4 certifi==2024.7.4 charset-normalizer==2.0.12 click==8.1.2 -Flask==2.2.5 +Flask==3.1.3 Flask-RESTful==0.3.9 google-auth==2.3.3 idna==3.7 @@ -33,5 +33,5 @@ six==1.16.0 typing_extensions==4.2.0 urllib3==2.6.3 websocket-client==1.9.0 -Werkzeug==3.1.5 +Werkzeug==3.1.6 zipp==3.23.0