summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix spelling mistakemp/11825Marc A. Paradise2021-09-091-1/+1
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Reduce the config needed for AKeyless.Marc A. Paradise2021-09-092-1/+61
| | | | | | | | Instead of requiring everything that the HashiVault fetcher requires, infer what we can and explicitly require access key/access key id to assemble the token. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Add akeyless vault fetcherMarc A. Paradise2021-09-082-2/+39
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Bump version to 17.5.0 by Chef Expeditorv17.5.0Chef Expeditor2021-09-088-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12009 from chef/dep_bump_175Tim Smith2021-09-082-17/+17
|\ | | | | Update all deps to the latest
| * Update all deps to the latestTim Smith2021-09-082-17/+17
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.4.52 by Chef Expeditorv17.4.52Chef Expeditor2021-09-088-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12008 from chef/mp/11963Tim Smith2021-09-082-24/+87
|\ | | | | Update HashiCorp Vault fetcher to support token auth
| * Update Hashi Vault fetcher to suppor token authMarc A. Paradise2021-09-082-24/+87
|/ | | | | | | | | | | | | | | | | | | | | Token-based auth is common in automated environments, so this change adds support for token-based authentication to the Hashi Vault secret fetcher. A new configuration item has been added `:auth_method`, which must be one of `:iam_role` or `:token`. When `auth_method` is not specified, it defaults to `:iam_role` for backward compatibility with the initial implementation. All authentication methods require a `:vault_addr` configuration entry If using `auth_method: :token`, a :token configuration entry must also be provided. If using `auth_method: :iam_role`, a :role_name configuration entry must also be provided. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Bump version to 17.4.51 by Chef Expeditorv17.4.51Chef Expeditor2021-09-078-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12005 from chef/expeditor/_chef-zero_15.0.9Tim Smith2021-09-071-1/+1
|\ | | | | Bump chef-zero to 15.0.9
| * Bump chef-zero to 15.0.9Chef Expeditor2021-09-071-1/+1
|/ | | | | | This pull request was triggered automatically via Expeditor when chef-zero 15.0.9 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 17.4.50 by Chef Expeditorv17.4.50Chef Expeditor2021-09-078-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12004 from chef/jsnapp/fix-tests-for-new-test-systemsTim Smith2021-09-072-1/+13
|\ | | | | Fix tests for new omnibus test systems
| * Add a delay in a few tests for AIX 7.2Jeremiah Snapp2021-09-072-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | For some reason our temporary AIX 7.2 system does not correctly report group membership immediately after changes have been made. Adding a 2 second delay for this platform is enough to get correct results. We hope to remove this delay after we get more permanent AIX 7.2 systems in our CI pipeline. reference: reference: https://github.com/chef/release-engineering/issues/1617 Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Use a higher starting uid for testsJeremiah Snapp2021-09-051-1/+1
| | | | | | | | | | | | | | Some of our new test infrastructure has uids that are colliding with the 30000 starting point. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 17.4.49 by Chef Expeditorv17.4.49Chef Expeditor2021-09-078-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12002 from chef/expeditor/_chef-vault_4.1.3Tim Smith2021-09-071-1/+1
|\ \ | | | | | | Bump chef-vault to 4.1.3
| * | Bump chef-vault to 4.1.3Chef Expeditor2021-09-071-1/+1
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when chef-vault 4.1.3 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Bump version to 17.4.48 by Chef Expeditorv17.4.48Chef Expeditor2021-09-078-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12000 from chef/11892_user_ulimit_resource_sensitive_trueTim Smith2021-09-072-1/+15
|\ \ | |/ |/| ulimit: Fix sensitive property
| * Fixing chefstyleAshwin2021-09-071-2/+1
| | | | | | | | Signed-off-by: Ashwin <avarma@msystechnologies.com>
| * Fixing sensitive property.Ashwin2021-09-072-0/+15
|/ | | | | | | - Sensitive property was not working on user_ulimit. - Added required specs. Signed-off-by: Ashwin <avarma@msystechnologies.com>
* Bump version to 17.4.47 by Chef Expeditorv17.4.47Chef Expeditor2021-09-028-23/+24
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11993 from chef/x25519Tim Smith2021-09-021-1/+2
|\ | | | | Disable x25519 until we fix RHEL 7 failures
| * Disable x25519 until we fix RHEL 7 failuresTim Smith2021-09-021-1/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.4.46 by Chef Expeditorv17.4.46Chef Expeditor2021-09-028-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11991 from chef/expeditor/_inspec-core-bin_4.41.20Tim Smith2021-09-011-3/+3
|\ | | | | Bump inspec-core-bin to 4.41.20
| * Bump inspec-core-bin to 4.41.20Chef Expeditor2021-09-011-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.41.20 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 17.4.45 by Chef Expeditorv17.4.45Chef Expeditor2021-09-018-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11914 from ↵Tim Smith2021-09-011-1/+1
|\ | | | | | | | | chef/snehal/fix_exception_privilege_is_a_required_property_even_though_its_set windows_user_privilege.rb : fixed exception: privilege is a required property, even when it was set
| * fixed exception: privilege is a required property, even when it was setsnehal/fix_exception_privilege_is_a_required_property_even_though_its_setsnehaldwivedi2021-08-121-1/+1
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* | Bump version to 17.4.44 by Chef Expeditorv17.4.44Chef Expeditor2021-09-018-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11990 from chef/macosTim Smith2021-09-011-0/+1
|\ \ | | | | | | Build packages on Intel macOS 12
| * | Build packages on Intel macOS 12Tim Smith2021-09-011-0/+1
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.4.43 by Chef Expeditorv17.4.43Chef Expeditor2021-09-018-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.4.42 by Chef Expeditorv17.4.42Chef Expeditor2021-09-018-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.4.41 by Chef Expeditorv17.4.41Chef Expeditor2021-09-018-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11987 from ↵Tim Smith2021-09-011-1/+3
|\ \ | | | | | | | | | | | | chef/fix-windows-user-account-control-registry-values windows_uac: fix registry settings for consent_behavior_users
| * | fix(resource/windows_uac): fix registry settings for consent_behavior_usersfix-windows-user-account-control-registry-valuesrishichawda2021-09-011-1/+3
| | | | | | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | | Merge pull request #11986 from jasonwbarnett/bugfix/knife-client-createTim Smith2021-09-013-53/+98
|\ \ \ | | | | | | | | Fix knife client create
| * | | Fix knife client createJason Barnett2021-08-313-53/+98
| | | | | | | | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | Merge pull request #11989 from chef/expeditor/_ffi_1.15.4Tim Smith2021-09-011-8/+8
|\ \ \ \ | |_|/ / |/| | | Bump ffi to 1.15.4
| * | | Bump ffi to 1.15.4Chef Expeditor2021-09-011-8/+8
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when ffi 1.15.4 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | Bump version to 17.4.40 by Chef Expeditorv17.4.40Chef Expeditor2021-09-018-21/+22
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11982 from dheerajd-msys/dheeraj/update_openssl_1.0.2zaTim Smith2021-08-312-5/+5
|\ \ \ | |/ / |/| | bump openssl-1.0.2za
| * | omnibus-software revision updatedheerajd-msys2021-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dhsingh@progress.com>
| * | bump openssl-1.0.2zadheerajd-msys2021-08-312-4/+4
|/ / | | | | | | Signed-off-by: dheerajd-msys <dhsingh@progress.com>
* | Update CHANGELOG.md to reflect the promotion of 17.4.38Chef Expeditor2021-08-282-16/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.4.39 by Chef Expeditorv17.4.39Chef Expeditor2021-08-288-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.