Jarrett Tierney
Jarrett Tierney
I wouldn't suggest merging this directly as is, as it could probably break compatibility with older mongodb
**Issue number:** #3622 Closes #3622 **Description of changes:** * Migrates prairiedog from fetching BootSettings from settings api to fetching this from /etc/prairiedog.toml or config file provided by -c/--config-path * Adds...
**Issue number:** #3625 Closes #3625 **Description of changes:** This change migrates the thar-be-updates tool to utilize a configuration file at /etc/thar-be-updates.toml instead of calling back to the settings api. log:...
**What I'd like:** - [ ] Check if there is model dependency on api server, if so remove it via transfer to configuration file - [ ] Check if there...
**What I'd like:** - [ ] Check if there is model dependency on api server, if so remove it via transfer to configuration file - [ ] Check if there...
**Issue number:** #3626 Closes #3626 **Description of changes:** This migrates the bootstrap-containers tool to fetch its settings via a generated toml file. log: * add migrations and package changes *...
**Issue number:** 3618 Closes #3618 Removes conditional compilation of netdog for wicked and systemd networkd. This change moves our build system to build two variants of the netdog rpm: one...
**Issue number:** #3624 Closes #3624 **Description of changes:** Migrated corndog to read its settings from /etc/corndog.toml which is generated Added corndog-toml template Added migrations to ensure configuration file is seen...
**Description of changes:** * Introduces concept of vendor override files. Users can now define a vendor.toml or multiple toml files in a vendor.d/ directory that specify overrides for vendors. *...
A customer attempted to build bottlerocket variants inside of a docker container with the docker daemon socket shared between the host and the container. The build failed when buildsys orchestrated...