diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 15469f2..5043101 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -28,7 +28,7 @@ jobs: with: ruby-version: "3.1" bundler-cache: true - - name: Run Rubocop + - name: Puppet Lint run: bundle exec rake lint test: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 28493e3..94af8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v1.5.0](https://github.com/deric/puppet-zookeeper/tree/v1.5.0) (2023-08-08) + +### Features + +- Allow audit logs ([#190](https://github.com/deric/puppet-zookeeper/pull/190)) +- Support Puppet 8 +- Support puppetlabs/stdlib 9 +- Improve CI tests + +### Fixes + +- Fix ssl ciphersuites is optional, and removed when not set ([#188](https://github.com/deric/puppet-zookeeper/pull/188)) +- Remove anchors, use `contain` + + +[Full Changelog](https://github.com/deric/puppet-zookeeper/compare/v1.4.0...v1.5.0) + ## [v1.4.0](https://github.com/deric/puppet-zookeeper/tree/v1.4.0) (2023-01-10) ### Features diff --git a/metadata.json b/metadata.json index 04b0d13..1e6f39d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "deric-zookeeper", - "version": "1.4.1", + "version": "1.5.0", "author": "deric", "summary": "Module for managing Apache Zookeeper", "license": "Apache-2.0",