Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Apr 20, 2018
1 parent 1a0673b commit 238e3b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.0.3] - 2018-04-19
### Fixed

- The `facts_upload.jar` plugin will no longer activate when loaded by
a Puppet Server version that the plugin is not compatible with.

- The `facts_upload` module will no longer re-define the `puppet facts upload`
command for Puppet versions 5.5 and higher.

## [1.0.2] - 2018-02-21
### Added

Expand Down Expand Up @@ -54,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Tests. Tests. Tests.


[Unreleased]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.2...HEAD
[1.0.3]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/Sharpie/puppet-facts_upload/compare/5620a62...1.0.0
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharpie-facts_upload",
"version": "1.0.2",
"version": "1.0.3",
"author": "Charlie Sharpsteen",
"summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
}
],
"requirements": [
{"name": "puppet", "version_requirement": "5.x"}
{"name": "puppet", "version_requirement": "< 5.5.0"}
],
"operatingsystem_support": [
{
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Version of Puppet Server to develop and test against"
(get (System/getenv) "PUPPETSERVER_VERSION" "5.1.5"))

(defproject sharpie/facts-upload "1.0.2"
(defproject sharpie/facts-upload "1.0.3"
:description "Puppet Server endpoint for the facts upload command"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
Expand Down

0 comments on commit 238e3b9

Please sign in to comment.