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: fluent/fluent-package-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: fluent/fluent-package-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 18 commits
  • 49 files changed
  • 2 contributors

Commits on Nov 10, 2025

  1. Backport(v6): ci: apply only patch release (#833) (#936)

    Backport #833
    
    For LTS branch, it should not apply major,minor update in general.
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    Signed-off-by: Shizuo Fujita <[email protected]>
    Co-authored-by: Kentaro Hayashi <[email protected]>
    Watson1978 and kenhys authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    b70b38d View commit details
    Browse the repository at this point in the history
  2. Backport(v6): ci: fix empty base_ref error (#831) (#937)

    Backport #831
    Backport #830
    
    ## #831
    Try to use $Env:GITHUB_REF_NAME which contains branch name
    
    github.base_ref is empty when executing via workflow_dispatch.
    
    ## #830
    When kicked from LTS branch, base branch should be set explicitly,
    otherwise PR will be created against main branch.
    
    ---------
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    Signed-off-by: Shizuo Fujita <[email protected]>
    Co-authored-by: Kentaro Hayashi <[email protected]>
    Watson1978 and kenhys authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    b167fdb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Backport(v6): changelog: Separate v6 changes (#938) (#939)

    Backport #938
    
    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    7ebdace View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. CHANGELOG: fix fluent-package v6 openssl version (#945)

    Same with #944
    
    I confirm the OpenSSL version bundled with the RubyInstaller for
    Windows, I discovered an error in the version number listed in the
    changelog.
    
    Ref.
    https://github.com/Watson1978/ruby-openssl-version/actions/runs/20088977027
    
    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    be71a15 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Backport(v6): Add gemfile:update task to bump version in Gemfile (#950)…

    … (#951)
    
    rake gemfile:update LTS=true updates fluent-package/Gemfile.
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    Co-authored-by: Shizuo Fujita <[email protected]>
    kenhys and Watson1978 authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    dc253b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. Backport(v6): fluent-package: switch to Cloudflare R2 (#952) (#953)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    562aa57 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. github: switch to v6 explicitly (#960)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    115a74d View commit details
    Browse the repository at this point in the history
  2. Backport(v6): msi: use CloudFlare R2 first (#963)

    backport #948, #962
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    732579b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

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

Commits on Feb 19, 2026

  1. Backport(v6): rpm: fix typo in comment (#966) (#971)

    Backport #966
    
    RPM install script uses `@PACKAGE_DIR@` macro for package directory.
    
    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    a83172e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Backport(v6) ci: delay execution timing after default test case (#972) (

    #975)
    
    confluent test case checks integrated features, so it is suitable to be
    executed later.
    
    Before: build => [other test cases, confluent_test]
    After: build => test => confluent_test
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    f901d46 View commit details
    Browse the repository at this point in the history
  2. Backport(v6) ci: simplify to setup incus steps (#974) (#976)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    8e0f71d View commit details
    Browse the repository at this point in the history
  3. Backport(v6) ci: add s3 test case (#970) (#978)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    5b41d8e View commit details
    Browse the repository at this point in the history
  4. Backport(v6): rpm: fix update error if working directory is missing (#…

    …955) (#977)
    
    Backport #955
    
    If `/tmp/fluent/` was removed, it causes error when update to Fluent
    Package 6.0.x as following:
    
    ```
    # dnf install ./fluent-package-5.0.9-1.el8.x86_64.rpm
    
    # rm -rf /tmp/fluent/
    
    # dnf install -y ./fluent-package-6.0.1-1.el8.x86_64.rpm
    Last metadata expiration check: 0:55:01 ago on Tue Feb 10 05:05:41 2026.
    Dependencies resolved.
    ====================================================================================================================================================================
     Package                                   Architecture                      Version                                  Repository                               Size
    ====================================================================================================================================================================
    Upgrading:
     fluent-package                            x86_64                            6.0.1-1.el8                              @commandline                             23 M
    
    Transaction Summary
    ====================================================================================================================================================================
    Upgrade  1 Package
    
    Total size: 23 M
    Downloading Packages:
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    Transaction test succeeded.
    Running transaction
      Preparing        :                                                                                                                                            1/1
      Running scriptlet: fluent-package-6.0.1-1.el8.x86_64                                                                                                          1/1
      Running scriptlet: fluent-package-6.0.1-1.el8.x86_64                                                                                                          1/2
    /var/tmp/rpm-tmp.Fp7H9o: line 39: /tmp/fluent/.local_base_plugins: No such file or directory
    error: %prein(fluent-package-6.0.1-1.el8.x86_64) scriptlet failed, exit status 1
    
    Error in PREIN scriptlet in rpm package fluent-package
      Verifying        : fluent-package-6.0.1-1.el8.x86_64                                                                                                          1/2
      Verifying        : fluent-package-5.0.9-1.el8.x86_64                                                                                                          2/2
    
    Failed:
      fluent-package-5.0.9-1.el8.x86_64                                                fluent-package-6.0.1-1.el8.x86_64
    
    Error: Transaction failed
    ```
    
    ---------
    
    Signed-off-by: Shizuo Fujita <[email protected]>
    Signed-off-by: Kentaro Hayashi <[email protected]>
    Co-authored-by: Kentaro Hayashi <[email protected]>
    Watson1978 and kenhys authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    dde3ac9 View commit details
    Browse the repository at this point in the history
  5. Backport(v6) ci: test elasticsearch and opensearch (#973) (#979)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    1564e59 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Backport(v6) ci: ensure availability of Docker on windows (#980) (#981)

    There is a case that docker service is not ready when launching
    installation test. This is caused by delayed service.
    
    It will fix the following error:
    
    ```
      failed to connect to the docker API at npipe:////./pipe/docker_engine;
      check if the path is correct and if the daemon is running: open
      //./pipe/docker_engine: The system cannot find the file specified.
    ```
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    fe08f8d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Backport(v6) msi: change ExecutionPolicy to enable it (#982) (#983)

    In the previous versions, when RemoteSigned was Restricted, it fails to
    execute toast.ps1, thus it causes installation rollback unexpectedly.
        So, it should specify policy of powershell explicitly
    
    Even though execution was disabled via GPO, it just fails but
        always fallback to exit /b 0.
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    188162c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Release v6.0.2 (#956)

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    f6e6613 View commit details
    Browse the repository at this point in the history
Loading