summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't make upstart service to service on any debian platform familiesnon_default_upstartTim Smith2021-02-121-4/+0
| | | | | | None of these include upstart at this point Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.96 by Chef Expeditorv17.0.96Chef Expeditor2021-02-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11031 from ramereth/issue-10764Tim Smith2021-02-122-1/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix network mounts which use the root level as the deviceLance Albertson2021-02-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | PR #10614 introduce a bug which can impact network mounts which try to mount from the root level (i.e. server:/). Specifically, we run into this on cephfs where this is pretty common. This adds some logic to detect if this is a network mount at the root level and doesn't strip the '/'. This resolves #10764. Signed-off-by: Lance Albertson <lance@osuosl.org>
* | Bump version to 17.0.95 by Chef Expeditorv17.0.95Chef Expeditor2021-02-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11032 from chef/lcg/fix-automate-usernamesLamont Granquist2021-02-122-4/+23
|\ \ | |/ |/| Fix automate compliance fetcher for profiles with at signs
| * Fix automate compliance fetcher for profiles with at signslcg/fix-automate-usernamesLamont Granquist2021-02-122-4/+23
|/ | | | | | | | | | This is largely copypasta directly out of the audit cookbook. I've preserved the original backcompat in the cookbook because it seems more important for this code to be correct than to try to mess around deprecating code that isn't hurting anything. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.94 by Chef Expeditorv17.0.94Chef Expeditor2021-02-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11026 from ↵Tim Smith2021-02-121-2/+2
|\ | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-ce5edb7 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump omnibus from `aeda0bb` to `ce5edb7` in /omnibusdependabot-preview[bot]2021-02-121-2/+2
| | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `aeda0bb` to `ce5edb7`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/aeda0bb23bfe19b52fb50a410e67c2727a44dec4...ce5edb7250a9fd82f7bbc79acfddc9e850fc35a7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #11027 from ↵Tim Smith2021-02-121-2/+2
|\ \ | |/ |/| | | | | chef/dependabot/bundler/omnibus/master/berkshelf-7.2.0 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump berkshelf from 7.1.0 to 7.2.0 in /omnibusdependabot-preview[bot]2021-02-121-2/+2
|/ | | | | | | | Bumps [berkshelf](https://github.com/RiotGames/berkshelf) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/RiotGames/berkshelf/releases) - [Changelog](https://github.com/berkshelf/berkshelf/blob/master/CHANGELOG.md) - [Commits](https://github.com/RiotGames/berkshelf/commits/v7.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 17.0.93 by Chef Expeditorv17.0.93Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11023 from ↵Tim Smith2021-02-111-1/+1
|\ | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-software-ef9714f Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump omnibus-software from `a018c22` to `ef9714f` in /omnibusdependabot-preview[bot]2021-02-111-1/+1
|/ | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `a018c22` to `ef9714f`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/a018c223f02973f61daff4b522660949f03e534e...ef9714fd7868c15cc34158aa5896b0ae4c9c2eac) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 17.0.92 by Chef Expeditorv17.0.92Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.91 by Chef Expeditorv17.0.91Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update RELEASE_NOTES.mdTim Smith2021-02-111-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #11006 from chef/mp/openssl-1.1.1i-for-osxTim Smith2021-02-111-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * This updates OSX builds to use openssl 1.1.1i.Marc A. Paradise2021-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | chef-client et al are on openssl 1.0.2 because we depend on it for FIPS support; however we do not support FIPS for OS X. In addition, there is not yet a viable build of 1.0.2 for Mac's m1/arm64 arch; switching OSX to 1.1.1i will provide a compatible build for that architecture, and remains backwards compatible. Builds for all other platforms platforms will remain on OpenSSL 1.0.2. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Merge pull request #11009 from ↵Tim Smith2021-02-111-1/+1
|\ \ | |/ |/| | | | | chef/dependabot/bundler/omnibus/master/omnibus-software-a018c22 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump omnibus-software from `1fa2052` to `a018c22` in /omnibusdependabot-preview[bot]2021-02-111-1/+1
|/ | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `1fa2052` to `a018c22`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/1fa20525db43784dc91e647015f2ff46cac15b37...a018c223f02973f61daff4b522660949f03e534e) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 17.0.90 by Chef Expeditorv17.0.90Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11003 from chef/docs_expansionTim Smith2021-02-109-20/+21
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add more descriptions for docs generationTim Smith2021-02-109-20/+21
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.89 by Chef Expeditorv17.0.89Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11004 from chef/alibabaTim Smith2021-02-106-7/+24
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add note to release notesTim Smith2021-02-101-0/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add alibaba? helper and pull in Ohai with alibaba supportTim Smith2021-02-105-7/+23
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fully supported cloud now ``` [root@1234 mixin]# ohai alibaba { "meta_data": { "dns_conf_": "nameservers", "eipv4": "47.89.242.123", "hibernation_": "configured", "hostname": "1234", "image_id": "aliyun_2_1903_x64_20G_alibase_20210120.vhd", "instance_id": "i-rj996x25ht5omuhhzod7", "instance_": { "instance_type": "ecs.t6-c2m1.large", "last_host_landing_time": "2021-02-07 19:10:04", "max_netbw_egress": 81920, "max_netbw_ingress": 81920, "virtualization_solution": "ECS Virt", "virtualization_solution_version": 2.0 }, "mac": "00:16:3e:00:d9:01", "network_type": "vpc", "network_": "interfaces/", "ntp_conf_": "ntp-servers", "owner_account_id": 1234, "private_ipv4": "172.25.58.242", "region_id": "us-west-1", "serial_number": "ac344378-4d5d-4b9e-851b-1234", "source_address": "http://us1.mirrors.cloud.aliyuncs.com", "sub_private_ipv4_list": "172.25.58.243", "vpc_cidr_block": "172.16.0.0/12", "vpc_id": "vpc-1234", "vswitch_cidr_block": "172.25.48.0/20", "vswitch_id": "vsw-rj9eiw6yqh6zll23h0tlt", "zone_id": "us-west-1b" }, "user_data": null, "dynamic": "instance-identity", "global_config": null, "maintenance": "active-system-events" } ``` Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.88 by Chef Expeditorv17.0.88Chef Expeditor2021-02-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11002 from chef/expeditor/mixlib-archive_1.1.4Tim Smith2021-02-101-2/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump mixlib-archive to 1.1.4Chef Expeditor2021-02-111-2/+2
|/ | | | | | This pull request was triggered automatically via Expeditor when mixlib-archive 1.1.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.0.87 by Chef Expeditorv17.0.87Chef Expeditor2021-02-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11000 from chef/expeditor/ffi-libarchive_1.0.17Tim Smith2021-02-101-2/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump ffi-libarchive to 1.0.17Chef Expeditor2021-02-101-2/+2
|/ | | | | | This pull request was triggered automatically via Expeditor when ffi-libarchive 1.0.17 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.0.86 by Chef Expeditorv17.0.86Chef Expeditor2021-02-087-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update RELEASE_NOTES.mdTim Smith2021-02-081-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10989 from chef/reboot_pendingTim Smith2021-02-082-4/+3
|\ | | | | Extend the reboot_pending? helper to all debian-ish platforms
| * Fix typo in release notesreboot_pendingTim Smith2021-02-041-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Extend the reboot_pending? helper to all debian-ish platformsTim Smith2021-02-043-5/+4
| | | | | | | | | | | | | | This works on Debian as well and we want to check it on all Ubuntu-derivatives. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update RELEASE_NOTES.mdTim Smith2021-02-081-0/+1
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.85 by Chef Expeditorv17.0.85Chef Expeditor2021-02-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix downgrades in apt_package (#10993)Phil Dibowitz2021-02-083-18/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `apt_package` never even looks at `new_resource.version` when deciding what version to install. That's silly. This fixes that. It requires the version be exact (as the `yum_package` did for most of Chef's history), and if you specify a non-existent version, it'll raise an exception. The unit tests for this provider are a bit of a mess, so I kinda stuck in the tests where I could. ``` [2021-02-07T15:59:35-08:00] TRACE: apt_package[hub] installed version for hub is 2.14.2-1vcrs.1 [2021-02-07T15:59:35-08:00] TRACE: apt_package[hub] candidate version for hub is 2.14.2-1vcrs.1 [2021-02-07T15:59:35-08:00] TRACE: apt_package[hub] hub 2.14.2-1vcrs.1 needs updating to 2.7.0~ds1-1vcrs.1 [2021-02-07T15:59:38-08:00] INFO: apt_package[hub] installed hub at 2.7.0~ds1-1vcrs.1 ``` Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 17.0.84 by Chef Expeditorv17.0.84Chef Expeditor2021-02-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10995 from chef/ohai_bump_17Tim Smith2021-02-071-2/+2
|\ \ | | | | | | Update Ohai to 17.0.18 for alibabalinux support
| * | Update Ohai to 17.0.18 for alibabalinux supportTim Smith2021-02-071-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.83 by Chef Expeditorv17.0.83Chef Expeditor2021-02-077-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10994 from chef/ohai_bump_17Tim Smith2021-02-072-14/+14
|\ \ \ | |/ / | | | Update Ohai to 17.0.17
| * | Update Ohai to 17.0.17Tim Smith2021-02-072-14/+14
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.82 by Chef Expeditorv17.0.82Chef Expeditor2021-02-077-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.