Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 27, 2022
1 parent 470b7df commit 5b99377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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.3.0] - 2022-07-27

### Added
* Add possibility to install behind proxy ([#2])
* Add compatibility with version 2.21.0 and later
* Ensure compatibility with version 2.21.0 and later
* Add support for updating ActiveMQ Artemis

### Changed
* Adopt namespace changes in bootstrap.xml and management.xml (backwards-compatible)
* Update OS support, module dependencies and PDK
* Set variable ARTEMIS_HOME to symlink location in artemis.profile
* Update OS support, module dependencies and PDK

### Fixed
* Fix puppet-lint offenses
Expand All @@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## v1.0.0 - 2020-10-06
Initial release

[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/markt-de/puppet-activemq/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/markt-de/puppet-activemq/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/markt-de/puppet-activemq/compare/v1.0.0...v1.1.0
[#2]: https://github.com/markt-de/puppet-activemq/pull/2
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fraenki-activemq",
"version": "1.2.0",
"version": "1.3.0",
"author": "markt.de",
"summary": "Manage ActiveMQ Artemis standalone and clusters",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 5b99377

Please sign in to comment.