github / octocatalog-diff

Compile Puppet catalogs from 2 branches, versions, etc., and compare them
https://rubygems.org/gems/octocatalog-diff/
MIT License
239 stars 85 forks source link

Add Puppetserver catalog v4 API support #228

Closed seanmil closed 3 years ago

seanmil commented 4 years ago

Overview

This pull request introduces support for the Puppetserver v4 catalog API, introduced in Puppetserver 6.3.0.

This new API endpoint offers additional capabilities and options not present in earlier API versions. In particular, updating facts and catalogs with PuppetDB as part of the compile is now optional. For Puppet Enterprise customers, you may use PE RBAC tokens to authenticate for v4 catalog compiles.

Checklist

seanmil commented 3 years ago

I re-ran the CI job and it passed. I don't know why the results are not updating above, but you can see the results here: https://github.com/seanmil/octocatalog-diff/actions/runs/372918628

ahayworth commented 3 years ago

This is excellent - thank you so much for the contributions 😄