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 d5f343d66f6f553672fdc385b71cd0fa98cc8a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:51:38 +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 /services/backup-daemon/docker directory: [flask](https://github.com/pallets/flask) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 3.0.3 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/3.0.3...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] --- services/backup-daemon/docker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/backup-daemon/docker/requirements.txt b/services/backup-daemon/docker/requirements.txt index db150824..e00c98fa 100644 --- a/services/backup-daemon/docker/requirements.txt +++ b/services/backup-daemon/docker/requirements.txt @@ -10,7 +10,7 @@ croniter==1.3.8 dictdiffer==0.9.0 docutils==0.20 filelock==3.20.3 -Flask==3.0.3 +Flask==3.1.3 Flask-HTTPAuth==4.8.0 Flask-RESTful==0.3.9 google-api-core==2.29.0 @@ -50,5 +50,5 @@ tzlocal==4.3 uritemplate==4.1.1 urllib3==2.6.3 websocket-client==1.4.2 -Werkzeug==3.1.5 +Werkzeug==3.1.6 zipp==3.23.0 \ No newline at end of file