diff options
author | Lamont Granquist <lamont@chef.io> | 2019-07-31 09:42:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 09:42:15 -0700 |
commit | eae3c30582e5858c964ecf111e1f494e508f83f2 (patch) | |
tree | 991692fdf21b593b89a187df0543eab197ddb222 | |
parent | 1366181002d8479d9c3105608b83ec20f1b96193 (diff) | |
parent | 07cf0fca4b572f82a537093331c6c81f594a8e55 (diff) | |
download | chef-eae3c30582e5858c964ecf111e1f494e508f83f2.tar.gz |
Jsinha/add rhel8 (#8742)
Jsinha/add rhel8
-rw-r--r-- | .expeditor/release.omnibus.yml | 1 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 18 |
2 files changed, 10 insertions, 9 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 8c20a5c3aa..c341d2ccc2 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -28,6 +28,7 @@ builder-to-testers-map: - el-7-s390x el-7-x86_64: - el-7-x86_64 + - el-8-x86_64 freebsd-10-x86_64: - freebsd-10-x86_64 - freebsd-11-x86_64 diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index e7502e6fe7..6f78854df7 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: 035cc8392be8906b4c13e7dd2048d9c659fd034e + revision: 0077920a97ab9e5550f3c3767825f9c1f805bdce branch: master specs: - omnibus (6.0.30) + omnibus (6.0.31) aws-sdk-s3 (~> 1) chef-sugar (>= 3.3) cleanroom (~> 1.0) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 2faea6da0188998e86f24fdb5d0ca9acccecb189 + revision: 501b5e51a26f4fc8a31c458252c361fdd0767efd branch: master specs: omnibus-software (4.0.0) @@ -32,17 +32,17 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.191.0) - aws-sdk-core (3.59.0) + aws-partitions (1.194.0) + aws-sdk-core (3.61.2) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.23.0) - aws-sdk-core (~> 3, >= 3.58.0) + aws-sdk-kms (1.24.0) + aws-sdk-core (~> 3, >= 3.61.1) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.45.0) - aws-sdk-core (~> 3, >= 3.58.0) + aws-sdk-s3 (1.46.0) + aws-sdk-core (~> 3, >= 3.61.1) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) aws-sigv4 (1.1.0) |