This repository was archived by the owner on Dec 2, 2021. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.0.4 ] - 2018-11-03
9
9
### Fixed
10
10
11
11
- The module can now be installed in environments using version 5.x
@@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
67
- Tests. Tests. Tests.
68
68
69
69
70
- [ Unreleased ] : https://github.com/Sharpie/puppet-facts_upload/compare/1.0.3...master
70
+ [ 1.0.4 ] : https://github.com/Sharpie/puppet-facts_upload/compare/1.0.3...1.0.4
71
71
[ 1.0.3 ] : https://github.com/Sharpie/puppet-facts_upload/compare/1.0.2...1.0.3
72
72
[ 1.0.2 ] : https://github.com/Sharpie/puppet-facts_upload/compare/1.0.1...1.0.2
73
73
[ 1.0.1 ] : https://github.com/Sharpie/puppet-facts_upload/compare/1.0.0...1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sharpie-facts_upload" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"author" : " Charlie Sharpsteen" ,
5
5
"summary" : " Re-implements the puppet facts upload command and associated Puppet Server endpoint." ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 2
2
" Version of Puppet Server to develop and test against"
3
3
(get (System/getenv ) " PUPPETSERVER_VERSION" " 5.1.6" ))
4
4
5
- (defproject sharpie /facts-upload " 1.0.3 "
5
+ (defproject sharpie /facts-upload " 1.0.4 "
6
6
:description " Puppet Server endpoint for the facts upload command"
7
7
:license {:name " Apache License 2.0"
8
8
:url " http://www.apache.org/licenses/LICENSE-2.0.html" }
You can’t perform that action at this time.
0 commit comments