Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    232dae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a1408 View commit details
    Browse the repository at this point in the history
  3. (GH-688) Default sensu-plugin gem to use sensu_gem provider

    Without this patch the default behavior is to manage sensu-plugin using
    the system `gem` command via the gem provider.  This is a problem
    because this version combination is unknown and untested.  The embedded
    ruby should be used for supportability and predictable behavior.
    
    This patch changes the default behavior to use the embedded ruby version
    at `/opt/sensu/embedded/bin/gem` via the `sensu_gem` provider shipped in
    this module.
    
    closes #688
    jeffmccune committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    44aae14 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #696 from ghoneycutt/644_use_new_pkg_repos

    (GH-644) Use the new apt and yum repositories
    ghoneycutt authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5a82c6c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #694 from jeffmccune/use_embedded_ruby_for_sensu_p…

    …lugin
    
    (GH-688) Default sensu-plugin gem to use sensu_gem provider
    ghoneycutt authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    319ba6d View commit details
    Browse the repository at this point in the history
  6. Release v2.7.0

    The sensu-plugin package will now use the embedded ruby by default
    instead of system ruby.
    ghoneycutt committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    7d1638b View commit details
    Browse the repository at this point in the history
Loading