From eefb681877bb1c317606185e95118911f07b5155 Mon Sep 17 00:00:00 2001 From: Mihai Petracovici Date: Sun, 24 Jan 2021 18:10:07 -0700 Subject: [PATCH] Remove ubuntu 16.04 as platform and bump version for release (#9) * Remove ubuntu as platform and bump version for release * Add changelog date --- .circleci/config.yml | 4 ---- .kitchen.yml | 3 --- CHANGELOG.md | 3 +++ kitchen.dokken.yml | 7 ------- metadata.rb | 2 +- 5 files changed, 4 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 616f1f1..12755d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,10 +23,6 @@ workflows: name: default-centos-8 suite: default-centos-8 requires: [ danger, delivery ] - - kitchen/dokken-single: - name: default-ubuntu-1604 - suite: default-ubuntu-1604 - requires: [ danger, delivery ] - kitchen/dokken-single: name: default-ubuntu-1804 suite: default-ubuntu-1804 diff --git a/.kitchen.yml b/.kitchen.yml index abc61eb..4f7101e 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -24,9 +24,6 @@ provisioner: port: '5959' platforms: - - name: ubuntu-16.04 - run_list: - - recipe[apt::default] - name: ubuntu-18.04 run_list: - recipe[apt::default] diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2ed0b..29c12d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ This file is used to list changes made in each version of the logstash_lwrp cook ## Unreleased +## v2.1.0 (2021-01-24) + - Fix for YAML not being loaded by default in newer chef 16 versions +- Remove Ubuntu 16.04 as a tested platform (EOL in April) ## v2.0.0 (2020-07-21) diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 4957aab..f93e977 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -43,13 +43,6 @@ platforms: image: dokken/centos-8 pid_one_command: /usr/lib/systemd/systemd -- name: ubuntu-16.04 - run_list: - - recipe[apt::default] - driver: - image: dokken/ubuntu-16.04 - pid_one_command: /bin/systemd - - name: ubuntu-18.04 run_list: - recipe[apt::default] diff --git a/metadata.rb b/metadata.rb index fdcddaa..2d1b498 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'petracvv@users.noreply.github.com' license 'Apache-2.0' description 'Resource-driven Logstash cookbook' -version '2.0.0' +version '2.1.0' issues_url 'https://github.com/petracvv/logstash_lwrp/issues' source_url 'https://github.com/petracvv/logstash_lwrp'