Skip to content

Commit

Permalink
(SIMP-8121) Update simplib upper bound (#47)
Browse files Browse the repository at this point in the history
* IMP-8121) Update simplib upper bound

- update the simplib upper bound in metadata.json to
  include the version being released in SIMP 6.5

SIMP-8121 #comment vnc

* Update CHANGELOG
  • Loading branch information
jeannegreulich authored Jul 24, 2020
1 parent fb3803d commit 4f711ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Jul 23 2020 Jeanne Greulich <[email protected]> - 7.1.1-0
- update the upper bound of simplib for SIMP 6.5 release

* Fri Aug 02 2019 Robert Vincent <[email protected]> - 7.1.0-0
- Drop Puppet 4 support
- Add Puppet 6 support
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-vnc",
"version": "7.1.0",
"version": "7.1.1",
"author": "SIMP Team",
"summary": "Manages VNC",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "simp/simplib",
"version_requirement": ">= 3.1.0 < 4.0.0"
"version_requirement": ">= 3.1.0 < 5.0.0"
},
{
"name": "simp/xinetd",
Expand Down

0 comments on commit 4f711ce

Please sign in to comment.