Skip to content

Commit

Permalink
Update metadata.rb (#807)
Browse files Browse the repository at this point in the history
Updated metadata to require chef-client 16.0+ for use of partial resources
  • Loading branch information
Stromweld authored Oct 24, 2024
1 parent 75bce15 commit 6e1cb80
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,21 @@ jobs:
matrix:
os:
- almalinux-8
# - amazonlinux-2
# - amazonlinux-2022
- centos-7
- centos-stream-8
- debian-10
- almalinux-9
# - amazonlinux-2023
- centos-stream-9
- debian-11
- debian-12
- fedora-latest
# - opensuse-leap-15
- rockylinux-8
- ubuntu-1804
- rockylinux-9
- ubuntu-2004
- ubuntu-2204
- ubuntu-2404
suite:
- repository
- package
# - doubleinstance
# - override_package
# - override_tarball
# - tarball
fail-fast: false

steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

Updated metadata.rb to reflect the need for chef-client version 16.0+ for use of resouce partials

## 5.1.15 - *2024-07-15*

Standardise files with files in sous-chefs/repo-management
Expand Down
20 changes: 12 additions & 8 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ verifier:
name: inspec

platforms:
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: rockylinux-8
- name: amazonlinux-2
- name: amazonlinux-2022
- name: almalinux-8
- name: centos-7
- name: centos-stream-8
- name: debian-10
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-stream-9
- name: debian-11
- name: debian-12
- name: fedora-latest
- name: opensuse-leap-15
- name: oraclelinux-8
- name: oraclelinux-9
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04

suites:
- name: repository
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version '5.1.15'
issues_url 'https://github.com/sous-chefs/elasticsearch/issues'
source_url 'https://github.com/sous-chefs/elasticsearch'
chef_version '>= 15.3'
chef_version '>= 16.0'

supports 'amazon'
supports 'centos'
Expand Down

0 comments on commit 6e1cb80

Please sign in to comment.