Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank committed Feb 24, 2024
1 parent b672f43 commit 3c19021
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Beta releases

#### 0.7.0 2024-02-24

* add support for Puppet 8
* fix rest client to support puppetserver

# Alpha releases

#### 0.6.2 2023-02-09
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/face/mgmtgraph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'puppetx/catalog_translation'
require 'puppetx/catalog_translation/type'

Puppet::Face.define(:mgmtgraph, '0.6.1') do
Puppet::Face.define(:mgmtgraph, '0.7.0') do

license "Apache 2"
copyright "Felix Frank", 2016
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": "ffrank-mgmtgraph",
"version": "0.6.2",
"version": "0.7.0",
"author": "Felix Frank",
"summary": "Puppet module that adds the mgmtgraph face",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 8.0.0"
"version_requirement": ">= 5.0.0 < 9.0.0"
}
]
}

0 comments on commit 3c19021

Please sign in to comment.