Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

77 lines (63 loc) · 5.46 KB

Changelog

This is a manually kept file, and may not entirely reflect reality

v1.3.0 - Barnard

  • #134 - Added in ability for user to redefine update center plugin URL
  • #139 - document additional class params
  • #169 - Allow build jobs to be configured and managed by puppet. Includes #163 a...
  • #174 - setting configure_firewall true returns error, port is undefined
  • #177 - switch to metadata.json
  • #188 - Fix installation of core plugins
  • #189 - Fix test.
  • #191 - set default port for firewall
  • #195 - Bump up swarm version to 1.17
  • #198 - Relationship error when testing Jenkins::jobs
  • #199 - missing include causes issuse #198
  • #202 - Proxy work
  • #203 - Fix typo in job/present.pp
  • #204 - Fix for #174 allows setting $jenkins::port
  • #206 - Refactor some of the firewall port configuration
  • #207 - Introduce the jenkins_port function

v1.2.0 - Nestor

  • #117 - Add feature to disable SSL verification on Swarm clients
  • #131 - Support updates for core jenkins modules
  • #135 - cli option broken w/ jenkins 1.563 on ubuntu precise
  • #137 - repos should be enabled if repo=true on RedHat
  • #140 - Packaging Cruft in 1.1.0
  • #144 - Update init.pp - correct plugins example syntax
  • #149 - Do not ensure plugin_parent_dir to be a directory (#148)
  • #150 - Add ensure parameter to jenkins::slave
  • #151 - Unsupported OSFamily RedHat on node
  • #152 - Jenkins-slave on Centos: killproc and checkpid commands not found
  • #153 - Fixes to Jenkins slave init and class
  • #154 - slave_mode doesn't apply on debian distros.
  • #155 - Add defined check for plugin_parent_dir resource
  • #157 - Add missing slave mode to Debian defaults file
  • #160 - User and credentials creation, simple security management
  • #166 - Error loading fact /var/lib/puppet/lib/facter/jenkins.rb no such file to load -- json
  • #171 - A bit of RedHat and Debian slave initd script merging
  • #176 - no such file to load -- json
  • #180 - Replace use of unzip with jar for unpacking jenkins CLI
  • #182 - Include the apt module when installing an apt repository
  • #183 - Rely on the jar command instead of unzip to unpack the cli.jar
  • #185 - Allow setting the slave name, default to the fqdn at runtime
  • #186 - Puppet Forge module
  • #187 - Jenkins slave on RedHat - jenkins-slave.erb

v1.1.0 - Duckworth

Features

  • #86, #122 - Add support for disabling SSL verification on slaves
  • #116 - Add support for setting the -fsroot option for slaves
  • init script for Debian-family slaves added
  • Initial code for a jpm based Package provider merged

Bug fixes

  • #107 - Private/internal classes made truly private
  • #109 - Fix for dependency issue between repo and package installation.
  • $jenkins_plugins fact refactored and RSpec tests added
  • #121 - daemon package installed to make Debian slave installs functional
  • #126 - Facter exception bug fixed