8000 Comparing v16.2.0...v16.3.0 · puppetlabs/puppetlabs-mysql · GitHub
[go: up one dir, main page]

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-mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.3.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 9 contributors

Commits on Nov 5, 2024

  1. Use mariadb* commands on MariaDB flavor

    OxCom authored and neomilium committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5e8308 View commit details
    Browse the repository at this point in the history
  2. (#1580) Add support for MariaDB 11.x

    From MariaDB 11.x, mysql* names are deprecated
    (cf. https://jira.mariadb.org/browse/MDEV-29582).
    
    Use mariadb* names instead, to set factors accordingly.
    Use these factors to return the proper client binary.
    
    Co-authored-by: Sylvain Luce <sylvain@dri.fr>
    Co-authored-by: Nicolas Le Gaillart <nicolas@dri.fr>
    3 people authored and neomilium committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    44106d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request #1645 from DRI-Syloe/mariadb_11

    Add support for Mariadb 11.x
    imaqsood authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    2f9a5fb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. (CAT-2296) Update github runner image to ubuntu-24.04

    ubuntu-20.04 is not supported anymore: actions/runner-images#11101
    shubhamshinde360 committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    0c1a64e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Merge pull request #1669 from puppetlabs/CAT-2296

    (CAT-2296) Update github runner image to ubuntu-24.04
    shubhamshinde360 authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    cf0ffe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    ebcf772 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Merge pull request #1671 from imaqsood/MODULES-11577

    MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1
    imaqsood authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    c34311e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow

    Adds the Twingate installation step in `.github/workflows/...` using `twingate/github-action@v1`.
    The action uses the `${{ secrets.TWINGATE_KEY }}` to establish secure access to internal resources.
    
    This enables the workflow to access protected infrastructure during CI runs.
    imaqsood committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    92b080c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1678 from puppetlabs/MODULES-11557-twingate

    ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow
    imaqsood authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    746e056 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. (MODULES-11594) Fix SLES-15 nightly errors

     - Add false skip-ssl flag to sles-15 tests as sles-15 is using a mysql version that is stricter in terms of ssl checks.
     - Update references to mysql to be mysql or mariadb (depending on the platform) as mysql gives a deprecation warning in newer platforms.
    shubhamshinde360 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    fe50af9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1679 from puppetlabs/MODULES-11594

    (MODULES-11594) Fix SLES-15 nightly errors
    shubhamshinde360 authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    3cc1d4e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Release prep v16.3.0

    GitHub Actions committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    6b8b428 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Merge pull request #1681 from puppetlabs/release-prep

    Release prep v16.3.0
    amitkarsale authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    1e55070 View commit details
    Browse the repository at this point in the history
Loading
0