-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into unified-mode
- Loading branch information
Showing
19 changed files
with
133 additions
and
110 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,51 +7,37 @@ name: ci | |
branches: [master] | ||
|
||
jobs: | ||
delivery: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run Chef Delivery | ||
uses: actionshub/chef-delivery@main | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
|
||
yamllint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run yaml Lint | ||
uses: actionshub/yamllint@main | ||
|
||
mdl: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run Markdown Lint | ||
uses: actionshub/markdownlint@main | ||
lint-unit: | ||
uses: sous-chefs/.github/.github/workflows/[email protected] | ||
permissions: | ||
actions: write | ||
checks: write | ||
pull-requests: write | ||
statuses: write | ||
issues: write | ||
|
||
integration: | ||
needs: [mdl, yamllint, delivery] | ||
needs: lint-unit | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
os: | ||
- 'almalinux-8' | ||
- 'centos-7' | ||
- 'centos-8' | ||
- 'debian-9' | ||
- 'centos-stream-8' | ||
- 'debian-10' | ||
- 'debian-11' | ||
- 'rockylinux-8' | ||
- 'ubuntu-1804' | ||
- 'ubuntu-2004' | ||
- 'ubuntu-2204' | ||
suite: | ||
- 'default' | ||
fail-fast: false | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Install Chef | ||
uses: actionshub/chef-install@main | ||
- name: Dokken | ||
|
@@ -64,11 +50,11 @@ jobs: | |
os: ${{ matrix.os }} | ||
|
||
integration-macos: | ||
needs: [mdl, yamllint, delivery] | ||
needs: lint-unit | ||
runs-on: macos-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Install Chef | ||
uses: actionshub/chef-install@main | ||
- name: Kitchen Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Require unified_mode is always enabled for Chef 17 support | ||
- Remove the homebrew resource | ||
|
||
## 2.3.4 - *2023-02-13* | ||
|
||
## 2.3.3 - *2023-02-13* | ||
|
||
## 2.3.2 - *2023-02-13* | ||
|
||
## 2.3.1 - *2022-12-06* | ||
|
||
Standardise files with files in sous-chefs/repo-management | ||
|
||
## 2.3.0 - *2022-08-08* | ||
|
||
- Add `verbose` option | ||
- Remove Delivery and move to calling RSpec directly via a reusable workflow | ||
- Use reusable workflows | ||
- Update test build to use Ruby 3.0.4 | ||
- Add Alma Linux & Rocky Linux / Replace CentOS 8 with CentOS Stream 8 | ||
- Standardize kitchen.dokken.yml | ||
- Add support for Ubuntu 22.04 | ||
- Remove use of yum-centos and replace with use of yum-config-manager to make it easier to work with Alma/Rocky | ||
- Install [email protected] on MacOS | ||
|
||
## 2.2.3 - *2022-05-16* | ||
|
||
- Standardise files with files in sous-chefs/repo-management | ||
|
||
## 2.2.2 - *2022-02-10* | ||
|
||
- Standardise files with files in sous-chefs/repo-management | ||
|
||
## 2.2.1 - *2022-02-08* | ||
|
||
- Remove delivery folder | ||
|
||
## 2.2.0 - *2021-12-27* | ||
|
||
- support Chef temporary directory being located on a volume mounted `noexec` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base" | ||
], | ||
"packageRules": [{ | ||
"matchUpdateTypes": ["patch", "pin", "digest"], | ||
"automerge": true, | ||
"addLabels": ["Release: Patch", "Skip: Announcements"] | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.