Skip to content

Commit

Permalink
Bump required Chef Infra Client to >= 15.3
Browse files Browse the repository at this point in the history
- Remove Ubuntu 16.04 testing now that it's EOL

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed May 13, 2021
1 parent b8937d3 commit 85f93bb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- 'amazonlinux-2'
- 'centos-7'
- 'centos-8'
- 'ubuntu-1604'
- 'ubuntu-1804'
- 'ubuntu-2004'
suite:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- resolved cookstyle error: resources/memcached_instance.rb:1:1 refactor: `Chef/Deprecations/ResourceWithoutUnifiedTrue`
- Chef 17 updates: enable `unified_mode` on all resources
- Bump required Chef Infra Client to >= 15.3
- Remove Ubuntu 16.04 testing now that it's EOL

## 6.1.0 (2020-06-18)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Provides a custom resource for installing instances of memcached. Also ships wit

### Chef Infra Client

- Chef Infra Client 13+
- Chef Infra Client 15.3+

## Attributes

Expand Down
7 changes: 0 additions & 7 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ platforms:
image: dokken/centos-8
pid_one_command: /usr/lib/systemd/systemd

- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
Expand Down
1 change: 0 additions & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ platforms:
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Installs memcached and includes memcached_instance resource for setting up memcached instances'
source_url 'https://github.com/sous-chefs/memcached'
issues_url 'https://github.com/sous-chefs/memcached/issues'
chef_version '>= 13.0'
chef_version '>= 15.3'
version '6.1.0'

%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon zlinux).each do |os|
Expand Down

0 comments on commit 85f93bb

Please sign in to comment.