Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 14, 2023
1 parent 729aa1b commit 4117d29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
35 changes: 12 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Change log
# Changelog

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/spec/v2.0.0.html).

## [Unreleased]
## [v1.1.0] - 2023-08-14

### Changed
* Update module dependencies, OS support and Puppet version
Expand All @@ -13,36 +15,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Fix compatibility with puppetlabs/stdlib v9.0.0
* Fix Github Actions Pipeline

## [v1.0.0](https://github.com/andeman/puppet-baculaweb/tree/v1.0.0) (2023-01-20)

[Full Changelog](https://github.com/andeman/puppet-baculaweb/compare/v0.1.0...v1.0.0)
## [v1.0.0] - 2023-01-20

### Changed

- Update OS support, dependencies and documentation [\#6](https://github.com/andeman/puppet-baculaweb/pull/6) ([fraenki](https://github.com/fraenki))
* Update OS support, dependencies and documentation

### Added

- Persists User Database after upgrade [\#8](https://github.com/andeman/puppet-baculaweb/pull/8) ([andeman](https://github.com/andeman))
* Persists User Database after upgrade

### Fixed
* Fix tests for GitHub actions

- Fix tests for GitHub actions [\#9](https://github.com/andeman/puppet-baculaweb/pull/9) ([andeman](https://github.com/andeman))
- just ignore it [\#5](https://github.com/andeman/puppet-baculaweb/pull/5) ([andeman](https://github.com/andeman))
- update README.md [\#4](https://github.com/andeman/puppet-baculaweb/pull/4) ([andeman](https://github.com/andeman))
- add documentation [\#3](https://github.com/andeman/puppet-baculaweb/pull/3) ([andeman](https://github.com/andeman))

## [v0.1.0](https://github.com/andeman/puppet-baculaweb/tree/v0.1.0) (2020-01-15)

[Full Changelog](https://github.com/andeman/puppet-baculaweb/compare/86f97e742734dc7ad4dfa5c45d2ecb6f8722771b...v0.1.0)

### Added

- Version 0.1.0 [\#2](https://github.com/andeman/puppet-baculaweb/pull/2) ([andeman](https://github.com/andeman))
- Release 0.0.9 [\#1](https://github.com/andeman/puppet-baculaweb/pull/1) ([andeman](https://github.com/andeman))
## [v0.1.0] - 2020-01-15

initial release

### Summary

[Unreleased]: https://github.com/andeman/puppet-baculaweb/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/andeman/puppet-baculaweb/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/andeman/puppet-baculaweb/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/andeman/puppet-baculaweb/compare/v0.1.0...v1.0.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-baculaweb",
"version": "1.0.0",
"version": "1.1.0",
"author": "markt.de",
"summary": "Setup Bacula-Web - a web based reporting and monitoring tool for Bacula",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4117d29

Please sign in to comment.