From 4f1568b58fddcf8e9e7c2f6af9635662f5bf2acd Mon Sep 17 00:00:00 2001 From: phong-nguyen-duy Date: Mon, 15 Jun 2020 14:06:18 +0700 Subject: [PATCH 1/2] FEATURE: MSF-17621 Apply patched version for activesupport to fix vulnerable issue --- gooddata.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gooddata.gemspec b/gooddata.gemspec index 45397b100..f94034838 100644 --- a/gooddata.gemspec +++ b/gooddata.gemspec @@ -55,9 +55,9 @@ Gem::Specification.new do |s| s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java' if RUBY_VERSION >= '2.5' - s.add_dependency 'activesupport', '> 4.2.9', '< 6.1' + s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.1' else - s.add_dependency 'activesupport', '> 4.2.9', '< 6.0' + s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0' end s.add_dependency 'aws-sdk-s3', '~> 1.16' From 79e1ac01422ac1e1071ac0ffe6a6164bc324dc8d Mon Sep 17 00:00:00 2001 From: phong-nguyen-duy Date: Mon, 22 Jun 2020 11:00:12 +0700 Subject: [PATCH 2/2] DC-1277: Bump SDK version to 2.1.12 --- CHANGELOG.md | 9 +++++++++ SDK_VERSION | 2 +- VERSION | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d391d2dc..cd572d2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # GoodData Ruby SDK Changelog +## 2.1.12 + - FEATURE: MSF-17621 Apply patched version for activesupport to fix vulnerable issue + - CONFIG: SETI-4379 Add gdc-fossa configuration for gooddata-ruby + - CONFIG: MSF-17345 Set umask 0002 for lcm brick + - BUGFIX: TMA-1015 check case sensitivity for group name + - BUGFIX: MSF-17219 Fixed incorrect client used in domain.users + - BUGFIX: TMA-1022 Add more logs for case roll out without LDM change in master + - FEATURE: TMA-1640 Add alert for CPU limit hit + ## 2.1.11 - FEATURE: TMA-1647 Set VCR version to 5.0.0 due to incompatible license of the latest version diff --git a/SDK_VERSION b/SDK_VERSION index a39c0b788..348fc11ef 100644 --- a/SDK_VERSION +++ b/SDK_VERSION @@ -1 +1 @@ -2.1.11 +2.1.12 diff --git a/VERSION b/VERSION index 7707ee0e2..82a60c0bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.19 +3.7.20