Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@4.0.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.3
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
secrets: inherit

integration:
needs: lint-unit
Expand All @@ -39,9 +40,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v5
- name: Install Chef
uses: actionshub/chef-install@3.0.1
uses: actionshub/chef-install@main
- name: Dokken
uses: actionshub/test-kitchen@3.0.0
uses: actionshub/test-kitchen@main
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: conventional-commits

"on":
pull_request:
types:
- opened
- reopened
- edited
- synchronize

jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
24 changes: 24 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 'Copilot Setup Steps'

"on":
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml

jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v5
- name: Install Chef
uses: actionshub/chef-install@main
- name: Install cookbooks
run: berks install
16 changes: 16 additions & 0 deletions .github/workflows/prevent-file-change.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: prevent-file-change

"on":
pull_request:
types:
- opened
- reopened
- edited
- synchronize

jobs:
prevent-file-change:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: release

"on":
push:
branches:
- main

jobs:
release:
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.9.2"
}
72 changes: 28 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,77 @@

This file is used to list changes made in each version of isc_kea.

## Unreleased

- Loosen yum-epel dependency

## 1.9.2 - *2025-09-04*

## 1.9.1 - *2025-07-07*

- Add `ddns`, `ddns-min` and `ddns-max` to relevant partial resources
* Add `ddns`, `ddns-min` and `ddns-max` to relevant partial resources

## 1.9.0 - *2025-07-07*

- Add `ddns`, `ddns-min` and `ddns-max` to `config_dhcp4` and `config_dhcp6` resources
* Add `ddns`, `ddns-min` and `ddns-max` to `config_dhcp4` and `config_dhcp6` resources

## 1.8.0 - *2025-07-06*

- Update cookbook for support of Kea version >= v2.7
- `dev` repo install support
- Resource client classification property changes for Kea 2.7
- Multiple control socket support
* Update cookbook for support of Kea version >= v2.7
* `dev` repo install support
* Resource client classification property changes for Kea 2.7
* Multiple control socket support

## 1.7.3 - *2024-12-20*

- Remove `client_class` from match configuration for pools

## 1.7.2 - *2024-12-20*
* Remove `client_class` from match configuration for pools

## 1.7.1 - *2024-12-18*

- Correct property attributes for `config_match` used properties
* Correct property attributes for `config_match` used properties

## 1.7.0 - *2024-07-23*

- Add `stash-agent-option` property to `config_dhcp4`
* Add `stash-agent-option` property to `config_dhcp4`

## 1.6.0 - *2024-07-09*

- Add per-resource sorting for all array based configuration resources
* Add per-resource sorting for all array based configuration resources

## 1.5.0 - *2024-07-08*

- Add sort functions to `config_dhcp4_client_class` and `config_dhcp6_client_class`
* Add sort functions to `config_dhcp4_client_class` and `config_dhcp6_client_class`

## 1.4.4 - *2024-05-01*

- resolved cookstyle error: resources/config_dhcp4_subnet_pool_option_data.rb:56:11 refactor: `Chef/RedundantCode/UnnecessaryDesiredState`
- resolved cookstyle error: resources/config_dhcp6_subnet_pool_option_data.rb:56:11 refactor: `Chef/RedundantCode/UnnecessaryDesiredState`

## 1.4.3 - *2024-05-01*

## 1.4.2 - *2024-05-01*

## 1.4.1 - *2023-12-21*
* Resolved cookstyle error in `config_dhcp4_subnet_pool_option_data` resource
* Resolved cookstyle error in `config_dhcp6_subnet_pool_option_data` resource

## 1.4.0 - *2023-12-20*

- Add `ddns_conflict_resolution_mode` property for Kea 2.5
* Add `ddns_conflict_resolution_mode` property for Kea 2.5

## 1.3.0 - *2023-12-19*

- Add Dhcp4/6 subnet pool option data resources
* Add Dhcp4/6 subnet pool option data resources

## 1.2.0 - *2023-10-16*

- Add `ddns-ttl-percent` option to all places it can be used
* Add `ddns-ttl-percent` option to all places it can be used

## 1.1.0 - *2023-07-12*

- Update installation packages to cover versions greater than 2.2
- Kitchen test with Kea 2.4
- Updates for Kea 2.4 release
- Add `allocator` property to `config_dhcp4`
- Add `allocator` and `pd_allocator` property to `config_dhcp6`
- Add `template_test` property to `config_dhcp4_client_class` and `config_dhcp6_client_class`

## 1.0.2 - *2023-07-12*
* Update installation packages to cover versions greater than 2.2
* Kitchen test with Kea 2.4
* Updates for Kea 2.4 release
* Add `allocator` property to `config_dhcp4`
* Add `allocator` and `pd_allocator` property to `config_dhcp6`
* Add `template_test` property to `config_dhcp4_client_class` and `config_dhcp6_client_class`

## 1.0.1 - *2023-07-03*

- DHCP6 subnet preferred_lifetime should be an Integer
* DHCP6 subnet preferred_lifetime should be an Integer

## 1.0.0 - *2023-06-24*

- Fix CI pipeline
- Initial release to supermarket
* Fix CI pipeline
* Initial release to supermarket

## 0.1.0 (2022-01-04)
## 0.1.0 - *2022-01-04*

- Initial release
- Configuration of most Kea and Stork features
* Initial release
* Configuration of most Kea and Stork features
12 changes: 12 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"packages": {
".": {
"package-name": "isc_kea",
"changelog-path": "CHANGELOG.md",
"release-type": "ruby",
"include-component-in-tag": false,
"version-file": "metadata.rb"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
Loading