Skip to content

Commit

Permalink
Merge branch 'main' into acpower
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld committed May 3, 2024
2 parents ba8e030 + bbab589 commit 320b04c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: Dokken
uses: actionshub/test-kitchen@2.1.0
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ This file is used to list changes made in each version of the apt cookbook.

## Unreleased

Added attribute to control OnlyOnACPower unattended upgrades setting.
- Added attribute to control OnlyOnACPower unattended upgrades setting.

## 7.5.22 - *2024-05-02*

## 7.5.21 - *2024-05-02*

## 7.5.20 - *2024-05-01*

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.20'
version '7.5.22'
source_url 'https://github.com/sous-chefs/apt'
issues_url 'https://github.com/sous-chefs/apt/issues'
chef_version '>= 13.3'
Expand Down

0 comments on commit 320b04c

Please sign in to comment.