Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 8, 2023
1 parent 1028667 commit dd58866
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dd58866

Please sign in to comment.