Skip to content

Releases: umnmsi/SimplePuppetProvisioner

1.0.0-RC3

17 Apr 16:15
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-release

This release splits the cert task into two tasks, cert-sign and cert-revoke so that each action may be independently waited for. It also corrects a bug where some tasks would not be waited for when requested, and an intermittent segv on shutdown.

1.0.0-RC2

12 Jan 16:10
1673940
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-release

Changelog

  • Fixes nil pointer panic in HTTP authentication middleware.

1.0.0-RC1

08 Jan 21:00
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

This is the first release of the Simple Puppet Provisioner. Supported features currently include:

  • Acting as a listener for GitHub webhooks, to invoke r10k or other machinery that updates your puppet masters.
  • Signing client certificates via authenticated HTTP API.
  • Configuring other commands to be invoked on the puppet master via authenticated HTTP API.
  • Notifications via IRC (slack support not fully implemented.)

The attached SimplePuppetProvisioner binary has been tested on x86-64 Linux.