Commit graph

10061 commits

Author SHA1 Message Date
Chef Expeditor
a24a857b8d Bump version to 4.56.48 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-30 06:07:01 +00:00
Chef Expeditor
39b8d35407 Update CHANGELOG.md with details from pull request #6729
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-30 06:05:21 +00:00
Clinton Wolfe
d6057c123e
EULA: Update latest EULA - 31AUG2023 in rtf (#6655) (#6725)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
Co-authored-by: Sonu Saha <98935583+ahasunos@users.noreply.github.com>
2023-09-30 02:04:12 -04:00
Clinton Wolfe
a27231d370
Pin ffi-yajl to 2.4.0 in omnibus Gemfile (#6728) (#6729)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2023-09-30 02:01:25 -04:00
Chef Expeditor
e4e93c2728 Update CHANGELOG.md with details from pull request #6724
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-30 02:16:21 +00:00
Clinton Wolfe
afedc7dcf4
CHEF-6429: Update omnibus config to use updated signing method for msi packages (#6658) (#6724)
* OMNIBUS CONFIG: Update omnibus config to sign msi packages with updated method



* TEMP: A temporary change to verify windows build



* Revert Gemfile temp changes for omnibus



---------

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
Co-authored-by: Sonu Saha <98935583+ahasunos@users.noreply.github.com>
2023-09-29 22:15:07 -04:00
Chef Expeditor
662e6d4fb0 Bump version to 4.56.47 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-30 02:13:52 +00:00
Sonu Saha
b57c532a57
CHEF-5898: Update latest EULA as used in MacOS installers (#6652) (#6710)
* EULA: Update latest EULA - 31AUG2023 in html-erb



* Remove html tags in eula



* CHORE: Fix known indentation



* CHORE: Fix indentation - 2



* CHORE: Break lines to maintain formatting



---------

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
2023-09-29 22:12:34 -04:00
Chef Expeditor
f8f9171b13 Update CHANGELOG.md with details from pull request #6675
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-30 01:21:58 +00:00
dependabot[bot]
201b9f8b9c
Bump omnibus from 26c34d2 to 82dae89 in /omnibus (#6675)
Bumps [omnibus](https://github.com/chef/omnibus) from `26c34d2` to `82dae89`.
- [Release notes](https://github.com/chef/omnibus/releases)
- [Commits](26c34d2e1a...82dae896a0)

---
updated-dependencies:
- dependency-name: omnibus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 21:20:47 -04:00
Chef Expeditor
81a209fa9f Bump version to 4.56.46 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-29 23:15:41 +00:00
Nikita Mathur
fa1d9354e7
Use Ruby 3.1 for InSpec 4; Drop EOL 2.7 (#6713)
* Verify pipeline tests upgraded to ruby 3.1

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Removed unused test fixtures of older ruby version

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Updates test fixtures from ruby 2.7 to ruby 3.0 & 3.1

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Habitat package upgrade to ruby 31

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Upgraded omnibus ruby version to ruby 3.1

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Update ruby gem version in expeditor verify

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* Update ruby gem version to ruby 3.3.3 in expeditor verify

Signed-off-by: Nik08 <nikita.mathur@progress.com>

* add ruby test 3.1 in verify pipeline (#5892)

* add ruby test 3.1 in verify pipeline

Signed-off-by: jayashri garud <jgarud@msystechnologies.com>

* updating rubygem to 3.3.3

Signed-off-by: jayashri garud <jgarud@msystechnologies.com>

* Test fixture plugin files for ABI 3.1.0

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Use kwargs to match new calling style for ERB in ruby 2.7 and 3.0

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Allow Date and Time data types, needed for waivers, since safe load is now the default for YAML

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Use Time.parse, not Time.new since the rules tightened for what you can pass the constructor for waiver dates

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Add ruby platform debug message to test parallel output

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Conditionalize permitted_classes in inputs yaml_load for <= 3.1.x only

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* In ruby 3.1.0 net/pop3 is no more a default gem and that will require us to add it in Gemfile so trying with the byebug gem which we are bundling already

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-166 Updated url fetcher to handle Net::OpenTimeout Exception on Windows

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Inputs test fix as fixed in vasundhara/ruby-3-support

Signed-off-by: Nik08 <nikita.mathur@progress.com>

---------

Signed-off-by: Nik08 <nikita.mathur@progress.com>
Co-authored-by: jayashrig158 <61735743+jayashrig158@users.noreply.github.com>
Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>
2023-09-29 19:14:27 -04:00
dependabot[bot]
d055a65ce8
Update faraday_middleware requirement from >= 0.12.2, < 1.1 to >= 0.12.2, < 1.3 (#6702)
Updates the requirements on [faraday_middleware](https://github.com/lostisland/faraday_middleware) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday_middleware/releases)
- [Commits](https://github.com/lostisland/faraday_middleware/compare/v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: faraday_middleware
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 17:13:24 -04:00
Chef Expeditor
ca8463d007 Bump version to 4.56.45 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-29 21:04:26 +00:00
Sonu Saha
125245ef27
EULA: Update latest EULA - 31AUG2023 (#6711)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
2023-09-29 17:03:08 -04:00
Chef Expeditor
7088fe2733 Update CHANGELOG.md with details from pull request #6718
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-29 13:19:07 +00:00
Vasundhara Jagdale
a4dde23f4b
Revert "Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 (#6703)" (#6718)
This reverts commit 365870fda0.
2023-09-29 18:47:11 +05:30
dependabot[bot]
365870fda0
Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 (#6703)
Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.19.4...v5.0.8)

---
updated-dependencies:
- dependency-name: html-proofer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 16:51:28 +05:30
Chef Expeditor
fb35b79274 Bump version to 4.56.44 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-29 08:55:31 +00:00
Chef Expeditor
f6543637ec Bump version to 4.56.43 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-29 08:53:21 +00:00
Nikita Mathur
47c7c6ab11
Add ruby-msys2-devkit as dependency and check (#6391) (#6714)
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
Co-authored-by: Vasundhara Jagdale <vasundhara.jagdale@chef.io>
2023-09-29 14:22:54 +05:30
Nikita Mathur
a214c3fdc4
YAML reporter test fix (#6563) (#6715)
* Fix for yaml reporter data, not matching empty values with spaces



* Additional comment to document affecting fields



---------

Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2023-09-29 14:21:59 +05:30
Chef Expeditor
35d25d0eaa Update CHANGELOG.md with details from pull request #6691
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 20:53:54 +00:00
dependabot[bot]
3a5ebe80bf
Update mocha requirement from ~> 1.1 to ~> 2.1 (#6691)
Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](https://github.com/freerange/mocha/compare/v1.1.0...v2.1.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 13:52:42 -07:00
Chef Expeditor
525a82de1c Update CHANGELOG.md with details from pull request #6690
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 20:52:23 +00:00
dependabot[bot]
d55d9d950c
Update json_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 (#6690)
Updates the requirements on [json_schemer](https://github.com/davishmcclurg/json_schemer) to permit the latest version.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: json_schemer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 13:51:16 -07:00
Chef Expeditor
34daba08c9 Update CHANGELOG.md with details from pull request #6689
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 20:50:37 +00:00
dependabot[bot]
4f86750d15
Update rspec requirement from >= 3.9, <= 3.11 to >= 3.9, <= 3.13 (#6689)
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.0...v3.12.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 13:49:30 -07:00
Chef Expeditor
4b34c25de8 Update CHANGELOG.md with details from pull request #6688
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 20:44:35 +00:00
dependabot[bot]
31f6e2669d
Update mongo requirement from = 2.13.2 to = 2.19.1 (#6688)
Updates the requirements on [mongo](https://github.com/mongodb/mongo-ruby-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt)
- [Commits](https://github.com/mongodb/mongo-ruby-driver/compare/v2.13.2...v2.19.1)

---
updated-dependencies:
- dependency-name: mongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 13:43:25 -07:00
Chef Expeditor
414bf1c75d Bump version to 4.56.42 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 19:20:23 +00:00
Clinton Wolfe
559ee45a46
Fix Gemfile on inspec-4 (#6687)
* Remove kitchen block from Gemfile on inspec-4

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Remove outdated ruby 2.6 pin on activesupport

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

---------

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2023-09-26 12:18:33 -07:00
Chef Expeditor
f9997bf97e Bump version to 4.56.41 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 19:18:20 +00:00
Vasundhara Jagdale
a44b0e5787
Fix failing plugin search test, failing since we published a new test gem (#6674) (#6683)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2023-09-26 12:17:00 -07:00
Chef Expeditor
ca451b7dd5 Update CHANGELOG.md with details from pull request #6664
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-25 23:07:11 +00:00
dependabot[bot]
b0d4bfe5a7
Bump omnibus-software from a7904a1 to c44dea9 in /omnibus (#6664)
Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `a7904a1` to `c44dea9`.
- [Commits](a7904a1cae...c44dea9a73)

---
updated-dependencies:
- dependency-name: omnibus-software
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 19:06:05 -04:00
Chef Expeditor
7f2a68dabc Bump version to 4.56.40 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-05 14:23:48 +00:00
Vasundhara Jagdale
b730271f81
Fix omnibus build failure happening due to x64-unknown platform (#6646)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
2023-09-05 10:22:16 -04:00
Chef Expeditor
5913edbee9 Bump version to 4.56.39 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-08-22 14:38:04 +00:00
Clinton Wolfe
4a3a171068
Merge pull request #6618 from inspec/dependabot/bundler/omnibus/inspec-4/omnibus-software-c208191
Bump omnibus-software from `4b08f0b` to `c208191` in /omnibus
2023-08-22 10:37:16 -04:00
Clinton Wolfe
1addafd193
Merge pull request #6617 from inspec/dependabot/bundler/omnibus/inspec-4/omnibus-26c34d2
Bump omnibus from `9c0643a` to `26c34d2` in /omnibus
2023-08-22 10:36:14 -04:00
dependabot[bot]
0518deaa44
Bump omnibus-software from 4b08f0b to c208191 in /omnibus
Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `4b08f0b` to `c208191`.
- [Commits](4b08f0bc06...c208191c33)

---
updated-dependencies:
- dependency-name: omnibus-software
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 04:44:20 +00:00
dependabot[bot]
239fa5fd51
Bump omnibus from 9c0643a to 26c34d2 in /omnibus
Bumps [omnibus](https://github.com/chef/omnibus) from `9c0643a` to `26c34d2`.
- [Release notes](https://github.com/chef/omnibus/releases)
- [Commits](9c0643a3a4...26c34d2e1a)

---
updated-dependencies:
- dependency-name: omnibus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 04:43:54 +00:00
Chef Expeditor
5dacefb5ce Bump version to 4.56.38 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-07-25 12:27:43 +00:00
Sonu Saha
c103a929af
EULA: Update installer license text (#6581)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
2023-07-25 08:26:11 -04:00
Chef Expeditor
5d6e454e40 Bump version to 4.56.37 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-07-07 03:19:33 +00:00
dependabot[bot]
3ae84ea3fa
Bump omnibus from 83d8428 to 9c0643a in /omnibus (#6544)
Bumps [omnibus](https://github.com/chef/omnibus) from `83d8428` to `9c0643a`.
- [Release notes](https://github.com/chef/omnibus/releases)
- [Commits](83d8428abd...9c0643a3a4)

---
updated-dependencies:
- dependency-name: omnibus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 23:18:09 -04:00
Chef Expeditor
e0789e6e74 Bump version to 4.56.36 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-07-07 03:16:31 +00:00
Sonu Saha
9f84da5053
Backport-6381 (#6450)
* Adds the ucrt platform support for Windows

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds the environment variable to ignore artifactory proxy as some gem are getting 500 error when tries to download from artifactory

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

---------

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>
2023-07-06 23:14:47 -04:00
Chef Expeditor
25923e2465 Bump version to 4.56.35 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-07-07 03:14:20 +00:00