apt icon indicating copy to clipboard operation
apt copied to clipboard

Development repository for the apt cookbook

Results 10 apt issues
Sort by recently updated
recently updated
newest added

This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook

Release: Patch
Skip: Announcements

### Description It updates 50unattended-upgrades to the new package config See: https://raw.githubusercontent.com/mvo5/unattended-upgrades/df3b8cf50d25195b208b6c8f748c5034908478cd/data/50unattended-upgrades.Debian The Unattended-Upgrade::Sender setting is no longer present in the new package config but it has not been removed....

If the `unattended_upgrades` package is already installed, the debconf seed never gets seeded and auto-updates will never get enabled: https://github.com/chef-cookbooks/apt/blob/master/recipes/unattended-upgrades.rb#L27 Systems initially provisioned by `cloud-init` (like recently at DigitalOcean) already...

## :ghost: Brief Description apt's default recipe failed to converge on a freshly installed instance of ubuntu server 22.04. Chef log shows that `apt-get update` was not ran. But failed...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ci.yml...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://togithub.com/actions/stale) | action | major | `v8` -> `v9` | |...

Release: Patch
Skip: Announcements

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sous-chefs/.github](https://togithub.com/sous-chefs/.github) | action | minor | `3.0.0` -> `3.1.0` | ---...

Release: Patch
Skip: Announcements

Using apt-key gives warnings of deprecation, an often recommended way to specify the key to use is to drop it into /etc/apt/trusted.gpg.d/ which works fine with the current cookbook. However...

Feature Request

This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook

Adds attribute to control OnlyOnACPower unattended upgrade setting.

Release: Minor