From ecd5874cb47debf4651ba69f630f493db7d2f166 Mon Sep 17 00:00:00 2001 From: Jan-Kazlouski-elastic Date: Wed, 8 Jul 2026 16:35:00 +0300 Subject: [PATCH 1/4] Bump version to 9.6.0 Co-authored-by: Cursor --- .backportrc.json | 3 ++- app/connectors_service/NOTICE.txt | 4 ++-- app/connectors_service/connectors/VERSION | 2 +- catalog-info.yaml | 12 ++++++++++++ libs/connectors_sdk/NOTICE.txt | 2 +- libs/connectors_sdk/connectors_sdk/VERSION | 2 +- renovate.json | 3 ++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 0143843ed..fa247854d 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,7 @@ { "targetBranchChoices": [ { "name": "main", "checked": true }, + "9.5", "9.4", "9.3", "9.2", @@ -10,7 +11,7 @@ "fork": false, "targetPRLabels": ["backport"], "branchLabelMapping": { - "^v9.5.0$": "main", + "^v9.6.0$": "main", "^v(\\d+).(\\d+)(.\\d+)*$": "$1.$2" }, "upstream": "elastic/connectors" diff --git a/app/connectors_service/NOTICE.txt b/app/connectors_service/NOTICE.txt index 24d747181..c6ff22201 100644 --- a/app/connectors_service/NOTICE.txt +++ b/app/connectors_service/NOTICE.txt @@ -3547,7 +3547,7 @@ Apache-2.0 elasticsearch-connectors -9.5.0 +9.6.0 Elastic-2.0 Elastic License 2.0 @@ -3645,7 +3645,7 @@ these terms. elasticsearch-connectors-sdk -9.5.0 +9.6.0 Elastic-2.0 UNKNOWN diff --git a/app/connectors_service/connectors/VERSION b/app/connectors_service/connectors/VERSION index d223b4510..7b0680f4e 100644 --- a/app/connectors_service/connectors/VERSION +++ b/app/connectors_service/connectors/VERSION @@ -1 +1 @@ -9.5.0 +9.6.0 diff --git a/catalog-info.yaml b/catalog-info.yaml index 6b1b48c9d..03b6888c1 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -54,6 +54,10 @@ spec: branch: main cronline: '@daily' message: "Builds, tests, and pushes daily `main` DRA artifacts" + Daily 9.5: + branch: "9.5" + cronline: '@daily' + message: "Builds, tests, and pushes daily `9.5` DRA artifacts" Daily 9.4: branch: "9.4" cronline: '@daily' @@ -122,6 +126,10 @@ spec: branch: '9.4' cronline: '@daily' message: "Runs daily `9.4` e2e test" + Daily 9_5: + branch: '9.5' + cronline: '@daily' + message: "Runs daily `9.5` e2e test" Daily main: branch: main cronline: '@daily' @@ -174,6 +182,10 @@ spec: branch: '9.4' cronline: '@daily' message: "Runs daily `9.4` e2e aarch64 test" + Daily 9_5: + branch: '9.5' + cronline: '@daily' + message: "Runs daily `9.5` e2e aarch64 test" Daily main: branch: main cronline: '@daily' diff --git a/libs/connectors_sdk/NOTICE.txt b/libs/connectors_sdk/NOTICE.txt index 6bc50f147..a3c61284e 100644 --- a/libs/connectors_sdk/NOTICE.txt +++ b/libs/connectors_sdk/NOTICE.txt @@ -977,7 +977,7 @@ Apache Software License UNKNOWN elasticsearch-connectors-sdk -9.5.0 +9.6.0 Elastic-2.0 UNKNOWN diff --git a/libs/connectors_sdk/connectors_sdk/VERSION b/libs/connectors_sdk/connectors_sdk/VERSION index d223b4510..7b0680f4e 100644 --- a/libs/connectors_sdk/connectors_sdk/VERSION +++ b/libs/connectors_sdk/connectors_sdk/VERSION @@ -1 +1 @@ -9.5.0 +9.6.0 diff --git a/renovate.json b/renovate.json index 4d8bd6a01..50bf12d53 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ "v9.2.0", "v9.3.0", "v9.4.0", - "v9.5.0" + "v9.5.0", + "v9.6.0" ], "packageRules": [ { From 2a2c886d005e7759f47cb263bd9b7912dcce67a4 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 8 Jul 2026 14:20:54 +0000 Subject: [PATCH 2/4] Update NOTICE.txt --- app/connectors_service/NOTICE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/connectors_service/NOTICE.txt b/app/connectors_service/NOTICE.txt index c6ff22201..0e2e52b46 100644 --- a/app/connectors_service/NOTICE.txt +++ b/app/connectors_service/NOTICE.txt @@ -2713,7 +2713,7 @@ documentation is licensed as follows: charset-normalizer -3.4.7 +3.4.9 MIT MIT License @@ -4146,7 +4146,7 @@ Apache Software License google-auth -2.55.1 +2.55.2 Apache Software License Apache License Version 2.0, January 2004 From 8d0fd31de1c073fb35a0ee28009566d99bce7979 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 9 Jul 2026 07:20:48 +0000 Subject: [PATCH 3/4] Update NOTICE.txt --- app/connectors_service/NOTICE.txt | 2 +- libs/connectors_sdk/NOTICE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/connectors_service/NOTICE.txt b/app/connectors_service/NOTICE.txt index 0e2e52b46..617d74725 100644 --- a/app/connectors_service/NOTICE.txt +++ b/app/connectors_service/NOTICE.txt @@ -2615,7 +2615,7 @@ SOFTWARE. build -1.5.0 +1.5.1 MIT Copyright © 2019 Filipe Laíns diff --git a/libs/connectors_sdk/NOTICE.txt b/libs/connectors_sdk/NOTICE.txt index a3c61284e..ed798896a 100644 --- a/libs/connectors_sdk/NOTICE.txt +++ b/libs/connectors_sdk/NOTICE.txt @@ -947,7 +947,7 @@ Apache Software License build -1.5.0 +1.5.1 MIT Copyright © 2019 Filipe Laíns From e39499ef94f36352567bf3360a645c406a9ad2e5 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Fri, 10 Jul 2026 17:06:21 +0000 Subject: [PATCH 4/4] Update NOTICE.txt --- app/connectors_service/NOTICE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/connectors_service/NOTICE.txt b/app/connectors_service/NOTICE.txt index 469dee103..794f09dcb 100644 --- a/app/connectors_service/NOTICE.txt +++ b/app/connectors_service/NOTICE.txt @@ -7576,8 +7576,8 @@ SOFTWARE. stone -3.4.0 -MIT License +3.5.0 +MIT Copyright (c) 2020 Dropbox Inc., http://www.dropbox.com/ Permission is hereby granted, free of charge, to any person obtaining