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: cfengine/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cfengine/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.27.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on Jan 14, 2026

  1. Bumped .CFVERSION number to 3.27.1

    Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
    olehermanse committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    8125412 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6018 from olehermanse/3.27.x

    Bumped .CFVERSION number to 3.27.1
    olehermanse authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    d2a7a49 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. classfilterdata: Fix inconsistent results

    Currently, classfilterdata() does not return a variable for
    array_of_XXXs if given data structure's value do not comply completely
    to given array_of_XXXs parameter.
    On the other hand, classfilterdata() does return a variable when given
    object_of_XXXs even if this variable does not completely comply to
    object_of_XXXs.
    
    This patch changes classfilterdata() to not return a variable as well
    for object_of_XXXs in case given data structure's does not comply.
    Also add an acceptance test for it.
    This patch also fixes a compiler warning mayby-uninitialized of variable
    remove in FnCallClassFilterData() in case parent is of type JSON object.
    
    (cherry picked from commit f53bee0)
    Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
    btriller authored and larsewi committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    5b286a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Merge pull request #6023 from larsewi/classfilterdata-3.27.x

    classfilterdata: Fix inconsistent results (3.27.x)
    larsewi authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    9277ad3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Improved CHANGELOG.md markdown formatting

    Ticket: ENT-13497
    Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
    (cherry picked from commit c102723)
    aleksandrychev committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    f6d0218 View commit details
    Browse the repository at this point in the history
  2. Use backticks for inline code in CHANGELOG.md

    Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
    (cherry picked from commit b17e928)
    aleksandrychev committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    223fb87 View commit details
    Browse the repository at this point in the history
  3. Removed : from versions in CHANGELOG.md

    Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
    (cherry picked from commit 526f5d6)
    aleksandrychev committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    36778d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6027 from aleksandrychev/ENT-13497_3.27.x

    ENT-13497: Improved CHANGELOG.md markdown formatting (3.27.x)
    olehermanse authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    840118c View commit details
    Browse the repository at this point in the history
Loading