From 60e0e80aed05318b90f76ebd043c3b8709cdb6af Mon Sep 17 00:00:00 2001 From: Martin Artnik <85488244+artoscinote@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:43:10 +0200 Subject: [PATCH 1/4] Bump version to 1.43.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8ba2fd98c..b978278f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.42.0.1 +1.43.0 From b7cdd2705c574ba794404e0c2c7b38482ca803cc Mon Sep 17 00:00:00 2001 From: Alex Kriuchykhin Date: Mon, 14 Jul 2025 17:35:11 +0200 Subject: [PATCH 2/4] Update aws-sdk-s3 to fix race condition in WOPI file_contents_post_endpoint action [SCI-12129] (#8660) --- Gemfile.lock | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 30856ad32..1deaf8d0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,21 +141,23 @@ GEM auto_strip_attributes (2.6.0) activerecord (>= 4.0) awesome_print (1.9.2) - aws-eventstream (1.2.0) - aws-partitions (1.780.0) + aws-eventstream (1.4.0) + aws-partitions (1.1126.0) aws-record (2.13.2) aws-sdk-dynamodb (~> 1, >= 1.85.0) - aws-sdk-core (3.175.0) - aws-eventstream (~> 1, >= 1.0.2) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.5) + aws-sdk-core (3.226.2) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) + base64 jmespath (~> 1, >= 1.6.1) + logger aws-sdk-dynamodb (1.88.0) aws-sdk-core (~> 3, >= 3.174.0) aws-sigv4 (~> 1.1) - aws-sdk-kms (1.67.0) - aws-sdk-core (~> 3, >= 3.174.0) - aws-sigv4 (~> 1.1) + aws-sdk-kms (1.106.0) + aws-sdk-core (~> 3, >= 3.225.0) + aws-sigv4 (~> 1.5) aws-sdk-lambda (1.99.0) aws-sdk-core (~> 3, >= 3.174.0) aws-sigv4 (~> 1.1) @@ -170,10 +172,10 @@ GEM aws-sessionstore-dynamodb (~> 2) concurrent-ruby (~> 1.3, >= 1.3.1) railties (>= 7.0.0) - aws-sdk-s3 (1.125.0) - aws-sdk-core (~> 3, >= 3.174.0) + aws-sdk-s3 (1.192.0) + aws-sdk-core (~> 3, >= 3.225.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.4) + aws-sigv4 (~> 1.5) aws-sdk-ses (1.51.0) aws-sdk-core (~> 3, >= 3.174.0) aws-sigv4 (~> 1.1) @@ -190,7 +192,7 @@ GEM aws-sdk-dynamodb (~> 1, >= 1.85.0) rack (>= 2, < 4) rack-session (>= 1, < 3) - aws-sigv4 (1.5.2) + aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) base62 (1.0.0) base64 (0.2.0) From 37a7b5dd9e2b7179dbe970815b7e7c88b8891ced Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Tue, 15 Jul 2025 13:44:11 +0200 Subject: [PATCH 3/4] Fix unlink_unshared_items in repository.rb [SCI-12128] --- app/models/repository.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/repository.rb b/app/models/repository.rb index 59cf71c8d..9eac9d6f6 100644 --- a/app/models/repository.rb +++ b/app/models/repository.rb @@ -191,7 +191,7 @@ class Repository < RepositoryBase repository_rows_ids, repository_rows_ids) .joins(:repository) - .where.not(repositories: self) + .where.not(repository: self) .where.not(repositories: { team: team }) .distinct From 94758760d4684d1458ba38e48900bee1f39a038e Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Wed, 16 Jul 2025 14:27:17 +0200 Subject: [PATCH 4/4] Bump version to 1.43.0.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b978278f0..c798851e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0 +1.43.0.1