Skip to content

Commit

Permalink
Merge branch 'main' into acpower
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed May 1, 2024
2 parents fa75775 + 5d6d9c6 commit ba8e030
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This file is used to list changes made in each version of the apt cookbook.

Added attribute to control OnlyOnACPower unattended upgrades setting.

## 7.5.20 - *2024-05-01*

- Fix dead link (that's not supposed to work!)

## 7.5.19 - *2024-05-01*

## 7.5.18 - *2024-05-01*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For example, to prevent caching and directly connect to the repository at `downl

### cacher-ng

Installs the `apt-cacher-ng` package and service so the system can provide APT caching. You can check the usage report at <http://{hostname}:3142/acng-report.html>.
Installs the `apt-cacher-ng` package and service so the system can provide APT caching. You can check the usage report at `http://{hostname}:3142/acng-report.html`.

If you wish to help the `cacher-ng` recipe seed itself, you must now explicitly include the `cacher-client` recipe in your run list **after** `cacher-ng` or you will block your ability to install any packages (ie. `apt-cacher-ng`).

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Configures apt and apt caching.'
version '7.5.19'
version '7.5.20'
source_url 'https://github.com/sous-chefs/apt'
issues_url 'https://github.com/sous-chefs/apt/issues'
chef_version '>= 13.3'
Expand Down
3 changes: 0 additions & 3 deletions test/fixtures/cookbooks/test/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
name 'test'
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0'
description 'This cookbook is used with test-kitchen to test the parent, apt cookbook'
version '1.0.0'
depends 'apt'

0 comments on commit ba8e030

Please sign in to comment.