fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
21 stars 23 forks source link

Use ruby 3.2.3 #612

Closed kenhys closed 4 months ago

kenhys commented 5 months ago

Upgrade bundled ruby from 3.2.2 to 3.2.3

There are some backported fixes such as:

Bug #20096: Ruby 3.2.2 win32/registry: Junk appended to Windows Registry String Value

daipom commented 5 months ago

Note: That bug of Ruby 3.2.2 influences --reg-winsvc-fluentdopt. Garbage data can be included at the end of fluentdopt. The possible damage to Fluentd is not yet certain.

daipom commented 4 months ago

Note: That bug of Ruby 3.2.2 influences --reg-winsvc-fluentdopt. Garbage data can be included at the end of fluentdopt. The possible damage to Fluentd is not yet certain.

It will be fixed by using Ruby 3.2.3. There is NO problem with Fluentd's behavior, so it seems less urgent.

ashie commented 4 months ago

Fixed via #626