Skip to content

Commit

Permalink
Remove ubuntu 16.04 as platform and bump version for release (#9)
Browse files Browse the repository at this point in the history
* Remove ubuntu as platform and bump version for release

* Add changelog date
  • Loading branch information
petracvv authored Jan 25, 2021
1 parent 3105383 commit eefb681
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 0 additions & 7 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
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'
Expand Down

0 comments on commit eefb681

Please sign in to comment.