Drew Hammond
Drew Hammond
# Description Docker Desktop 4.3.0+ uses cgroupv2 which breaks containers that use `systemd` ([ref](https://docs.docker.com/desktop/release-notes/#bug-fixes-and-minor-changes-16)) > Containers that use `systemd` need to run with `--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw.` This PR provides...
## :ghost: Brief Description Test Kitchen silently fails to converge when something underneath, e.g., docker or berkshelf, hits an error. ## Version - Test Kitchen version 3.5.0 - kitchen-dokken driver/provisioner...
Internal issue link [CHEF-5464](https://chefio.atlassian.net/browse/CHEF-5464) ## Description In chef infra client 17.x, it is no longer possible to use the latest version of the `aws-sdk-ec2` gem because it conflicts with a...
## Description In the latest version of Chef Infra Client on Ubuntu 22, the `gem_package` resource is broken. It behaves the same as `chef_gem`, i.e., it installs gems into Chef's...
Starting with [OpenTelemetry java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation) 1.23.0, RabbitMQ transactions are being categorized as "unknown" in the APM UI. I believe it may be related to changes in the spec here: https://github.com/open-telemetry/opentelemetry-specification/pull/2957...
Either automatically escape strings in the search bar, or show users a more helpful error message when this happens
We should avoid cluttering the README with dev environment information. Instead, this information belongs in CONTRIBUTING.md.
There's a mix of log formats used by chef browser and the user's log configuration doesn't seem to be respected. Using this config: ``` [logging] format=console level=info ``` ``` [Unit]...
It would be nice to support custom links in the header of node pages (e.g. links to grafana or other systems) Something like: ``` [custom_links] title = "Grafana" url =...
There are some appealing features that would be made possible if chefbrowser hosted an endpoint for data collection (https://docs.chef.io/automate/data_collection/). However, doing this also makes an otherwise very simple read-only application...