21 Commits

Author SHA1 Message Date
renovate[bot]
f5aa4db676
Update actions/checkout action to v5 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 11:05:57 -07:00
hollistermala
9e05c0f0be
Add support for almalinux10 (#210) 2025-07-30 15:13:31 -05:00
renovate[bot]
3c47bff2ce
Update sous-chefs/.github action to v3.1.1 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 14:16:34 +00:00
renovate[bot]
3602b3f253
Update Actions to v3 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 14:16:04 +00:00
Lance Albertson
1cd55ab40d
Correctly fix aliases quoting logic (#206)
We were previously incorrectly adding double quotes for the alias values.
According to the man page it's not required. However, there is a requirement if
its a command being pipe.

In addition, the man page mentions this for the alias name:

  The  name  is  a  local  address (no domain part).  Use double quotes when the
  name contains any special characters such as whitespace, `#', `:', or `@'. The
  name is folded to lowercase, in order to make database lookups case
  insensitive.

This includes logic to support this automatically.

- Add new tests for aliases testing all types
- Convert all serverspec tests to inspec
- Add Github actions
- Update platforms to test

Signed-off-by: Lance Albertson <lance@osuosl.org>
2025-01-29 14:51:57 -08:00
Dan Webb
333069d718
Fix markdown (#199)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
2023-10-03 13:57:18 +01:00
renovate[bot]
3d69a1c30a
Update Actions
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `3df4ab1` -> `8ade135` |
| [sous-chefs/.github](https://togithub.com/sous-chefs/.github) | action | patch | `2.0.5` -> `2.0.6` |

---

### Release Notes

<details>
<summary>sous-chefs/.github (sous-chefs/.github)</summary>

### [`v2.0.6`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.6)

[Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.5...2.0.6)

#### What's Changed

-   chore(deps): update davidanson/markdownlint-cli2-action action to v11 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/sous-chefs/.github/pull/26](https://togithub.com/sous-chefs/.github/pull/26)
-   chore(deps): update actions (major) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/sous-chefs/.github/pull/27](https://togithub.com/sous-chefs/.github/pull/27)

**Full Changelog**: https://github.com/sous-chefs/.github/compare/2.0.5...2.0.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sous-chefs/postfix).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
2023-09-28 09:25:09 +08:00
renovate[bot]
e8b4d1a903
Update actions/checkout action to v4 (#197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 15:57:41 +01:00
renovate[bot]
84e552076d
Update sous-chefs/.github action to v2.0.5 (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-29 07:47:14 +01:00
renovate[bot]
ca99c2d03b
Update sous-chefs/.github action to v2.0.4 (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 12:19:47 +01:00
Dan Webb
db6dcafa42
Fix CI permissions (#193) 2023-04-17 16:11:28 +01:00
renovate[bot]
e1ece09713
Update sous-chefs/.github action to v2 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 12:45:00 +01:00
renovate[bot]
80d0da3ffc
Update sous-chefs/.github action to v0.1.1 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 12:42:49 +01:00
renovate[bot]
c3407d9e21
Update Actions (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 15:58:00 +00:00
Dan Webb
d001fb299f
Remove CircleCI (#179) 2023-02-14 09:26:52 +00:00
Lance Albertson
be94e35b22
Update tested platforms (#175)
* Update tested platforms

- Remove CentOS 8, Debian 9 & Ubuntu 16.04
- Add CentOS Stream 8, Alma Linux 8, Rocky Linux 8, Debian 11
- Remove SmartOS from ChefSpec as the platform will deprecated soon

Signed-off-by: Lance Albertson <lance@osuosl.org>

* Switch to using lint-unit job instead of chef-delivery

Signed-off-by: Lance Albertson <lance@osuosl.org>

* Remove delivery and move to calling RSpec directly via a reusable workflow

Signed-off-by: Lance Albertson <lance@osuosl.org>
2022-02-02 09:31:55 -08:00
Jason Field
9dfe3a492e prep for main 2021-06-16 17:32:32 +01:00
Lance Albertson
3727f97797 Add Ubuntu 20.04 testing
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:03:37 -07:00
Lance Albertson
9ab78d05a6 Remove Amazon Linux 1 testing
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:03:37 -07:00
Lance Albertson
11eada3c0c Remove EL 6 testing
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:03:37 -07:00
Lance Albertson
3bf9b4e1d1 Update to use Sous Chefs GH workflow
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:03:37 -07:00