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: puppetlabs/puppetlabs-puppetdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-puppetdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 19 commits
  • 24 files changed
  • 9 contributors

Commits on Dec 22, 2020

  1. Hide passwords from logs and output

    gfa authored and h0tw1r3 committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    5960920 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. cron puppetdb-dlo-cleanup requires package

    Fixes the following error
    
    Error: /Stage[main]/Puppetdb::Server/Cron[puppetdb-dlo-cleanup]: Could not evaluate: Cannot write the puppetdb user's crontab: The user does not exist
    glennaaldering authored and h0tw1r3 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5eca5fd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. (maint) Restrict file permissions

    PuppetDB runs as the puppetdb user.  This user must have read access to
    the various configuration files but does not need write access to them.
    
    This ensure the service configuration cannot be unexpectedly changed by
    PuppetDB itself if some vulnerability allow random code execution,
    limiting the possibilities of exploitation and pivoting if such a
    vulnerability is found.
    smortex authored and h0tw1r3 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    36a8cd8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat: Add Facter fact for PuppetDB version

    The code changes add a new Facter fact called `puppetdb_version` that retrieves the version of PuppetDB installed on the system. It uses the `puppetdb --version` command to fetch the version and returns it as a fact value.
    rwaffen committed May 3, 2024
    Configuration menu
    Copy the full SHA
    31e2d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b2a864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2db654 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #404 from rwaffen/add_version_fact

    Add a `puppetdb_version` fact with PuppetDB version
    smortex authored May 3, 2024
    Configuration menu
    Copy the full SHA
    3afd693 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #343 from smortex/security-file-permissions

    Restrict configuration file permissions
    bastelfreak authored May 6, 2024
    Configuration menu
    Copy the full SHA
    1475311 View commit details
    Browse the repository at this point in the history
  2. add new parameter to tests

    h0tw1r3 authored and smortex committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9592788 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321 from glennaaldering/patch-1

    cron puppetdb-dlo-cleanup requires package
    h0tw1r3 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d1f1619 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. 1 Configuration menu
    Copy the full SHA
    0c5c270 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #359 from elfranne/UTF8default

    set encoding when creating the DB
    bastelfreak authored May 7, 2024
    Configuration menu
    Copy the full SHA
    8505a7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #320 from gfa/gfa_mark_passwords_as_sensitive

    Hide passwords from output
    bastelfreak authored May 7, 2024
    Configuration menu
    Copy the full SHA
    f9b7f7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b671d View commit details
    Browse the repository at this point in the history
  5. (maint) remove labeller workflow

    not used or working right now
    h0tw1r3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    15314e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c24e65c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #408 from puppetlabs/workflows

    Target release-any-tag workflows
    bastelfreak authored May 7, 2024
    Configuration menu
    Copy the full SHA
    dc991dc View commit details
    Browse the repository at this point in the history
  8. Release prep v8.1.0

    GitHub Actions committed May 7, 2024
    Configuration menu
    Copy the full SHA
    335284c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #405 from puppetlabs/release-prep

    Release prep v8.1.0
    h0tw1r3 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    0a934de View commit details
    Browse the repository at this point in the history
Loading