From c42125c2ab1563b64e4768cf80955401a40a86ea Mon Sep 17 00:00:00 2001 From: N Date: Thu, 23 Jan 2020 23:51:05 +0000 Subject: [PATCH 1/2] test(versions): bump salt pkg versions --- test/integration/v201803-py2/controls/pkgs_spec.rb | 4 ++-- test/integration/v201902-py2/controls/pkgs_spec.rb | 4 ++-- test/integration/v201902-py3/controls/pkgs_spec.rb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/integration/v201803-py2/controls/pkgs_spec.rb b/test/integration/v201803-py2/controls/pkgs_spec.rb index f9e748b..72f3d74 100644 --- a/test/integration/v201803-py2/controls/pkgs_spec.rb +++ b/test/integration/v201803-py2/controls/pkgs_spec.rb @@ -3,9 +3,9 @@ version = case platform[:family] when 'redhat' - '2018.3.4-1.el7' + '2018.3.5-1.el7' when 'debian' - '2018.3.4+ds-1' + '2018.3.5+ds-1' end control 'salt packages' do diff --git a/test/integration/v201902-py2/controls/pkgs_spec.rb b/test/integration/v201902-py2/controls/pkgs_spec.rb index 2c57bc6..4c83c47 100644 --- a/test/integration/v201902-py2/controls/pkgs_spec.rb +++ b/test/integration/v201902-py2/controls/pkgs_spec.rb @@ -3,9 +3,9 @@ version = case platform[:family] when 'redhat' - '2019.2.2-1.el7' + '2019.2.3-1.el7' when 'debian' - '2019.2.2+ds-1' + '2019.2.3+ds-1' end control 'salt packages' do diff --git a/test/integration/v201902-py3/controls/pkgs_spec.rb b/test/integration/v201902-py3/controls/pkgs_spec.rb index cf4e765..bdc268b 100644 --- a/test/integration/v201902-py3/controls/pkgs_spec.rb +++ b/test/integration/v201902-py3/controls/pkgs_spec.rb @@ -12,9 +12,9 @@ version = when 'fedora' '2019.2.1rc0-3.fc31' when 'suse' - '2019.2.0-lp151.5.6.1' + '2019.2.0-lp151.5.9.1' when 'debian' - '2019.2.2+ds-1' + '2019.2.3+ds-1' end control 'salt packages' do From 7121d1d8cd67230a9f9dabecd1a6e11a14cfa109 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 24 Jan 2020 10:33:50 +0000 Subject: [PATCH 2/2] test(pkgs_spec): update `centos-8` for `2019.2.3` release * https://docs.saltstack.com/en/latest/topics/releases/2019.2.3.html --- test/integration/v201902-py3/controls/pkgs_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/v201902-py3/controls/pkgs_spec.rb b/test/integration/v201902-py3/controls/pkgs_spec.rb index bdc268b..c742d6d 100644 --- a/test/integration/v201902-py3/controls/pkgs_spec.rb +++ b/test/integration/v201902-py3/controls/pkgs_spec.rb @@ -7,7 +7,7 @@ version = when 'amazon' '2019.2.2-1.el7' when 'centos' - '2019.2.2-1.el8' + '2019.2.3-1.el8' end when 'fedora' '2019.2.1rc0-3.fc31'