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 31, 2021
1 parent 24f60eb commit 1af1fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ 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]

### Added
* Let Puppet maintain `management.xml` (existing config will be overwritten)
* Add new parameter `$hawtio_role` to manage HAWTIO_ROLE in artemis.profile

### Changed
* Update to PDK 2.2.0
* Update dependency and Puppet version requirements

## [v1.0.0]
## v1.0.0
Initial release

[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/markt-de/puppet-activemq/compare/v1.0.0...v1.1.0
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fraenki-activemq",
"version": "1.0.0",
"version": "1.1.0",
"author": "markt.de",
"summary": "Manage ActiveMQ Artemis standalone and clusters",
"license": "BSD-2-Clause",
Expand All @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.25.0 <7.0.0"
"version_requirement": ">= 4.25.0 <9.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 4.0.0 < 5.0.0"
"version_requirement": ">= 4.0.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 1af1fe4

Please sign in to comment.