Skip to content

Releases: bolterrific/puppet-gitlab_inventory

0.2.1

26 Apr 20:21
Compare
Choose a tag to compare

Fixed

  • Report connection errors & details at the time they occur

0.2.0

13 Apr 13:41
Compare
Choose a tag to compare

Added

  • Inventory task is now completely self-sufficient
    • All dependencies are provided by Bolt's AIO package
    • This should make it simpler to manage network-isolated GitLab instances―you
      just need this repo and Bolt
  • Added a new example Bolt plan, gitlab_inventory::clone_git_repos

Removed

  • Removed dependency on external gems:
    • Removed dependency on gitlab RubyGem.
    • Removed requirement to run gem install --user-install -g gems.deps.rb
  • From now on, all Gitlab API calls are handled via Bolt's natively vendored
    gems (like Faraday).

Fixed

  • The visibility inventory parameter no longer fails when given a String
    (String must be one of: public, internal, or private)

0.1.1

31 Dec 23:36
Compare
Choose a tag to compare

Fixes

  • (Forge-only) Removed broken plan files from tarball published to the Forge

0.1.0

31 Dec 23:30
Compare
Choose a tag to compare

Features

  • Initial project
  • Inventory plugin that returns GitLab group projects as local transport Targets
  • Example Bolt project with working Plans and inventory.yaml