Skip to content

Commit 5eaeb61

Browse files
committed
Bump version to v7.0.0
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 84afb34 commit 5eaeb61

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

fluent-package/config.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME = "fluent-package"
2-
PACKAGE_VERSION = "6.0.1"
2+
PACKAGE_VERSION = "7.0.0"
33

44
# Keep internal path (/opt/td-agent) for package name migration
55
SERVICE_NAME = "fluentd"
@@ -23,17 +23,17 @@
2323
BUNDLER_VERSION= "2.3.27"
2424

2525
# https://www.ruby-lang.org/en/downloads/ (tar.gz)
26-
BUNDLED_RUBY_VERSION = "3.4.7"
27-
BUNDLED_RUBY_SOURCE_SHA256SUM = "23815a6d095696f7919090fdc3e2f9459b2c83d57224b2e446ce1f5f7333ef36"
26+
BUNDLED_RUBY_VERSION = "3.3.8"
27+
BUNDLED_RUBY_SOURCE_SHA256SUM = "5ae28a87a59a3e4ad66bc2931d232dbab953d0aa8f6baf3bc4f8f80977c89cab"
2828

2929
BUNDLED_RUBY_PATCHES = [
3030
# An example entry:
3131
# ["ruby-3.0/0001-ruby-resolv-Fix-confusion-of-received-response-messa.patch", ["= 3.0.1"]],
3232
]
3333

3434
# https://rubyinstaller.org/downloads/ (7-ZIP ARCHIVES)
35-
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.4.7-1"
36-
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "955678a8373c23e53032ac10f730a06120c7d3b956074020e57ca8b99b8930d4"
35+
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.3.8-1"
36+
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "2aa7d8fa7bc527b7373b91c75fae9549f5926fa918ba808b8744c1f0d8ad9f52"
3737

3838
# Files under rubyinstaller/ are patches for RubyInstaller's binary package.
3939
# Other patches for Ruby's source tree which can be shared with BUNDLED_RUBY_PATCHES.

fluent-package/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fluent-package (7.0.0-1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Shizuo Fujita <[email protected]> Sun, 29 Aug 2027 13:55:06 -0000
6+
17
fluent-package (6.0.1-1) unstable; urgency=low
28

39
* New upstream release.

fluent-package/msi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
# Required CMake 3.x to build cmetrics gem
3333
choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System' && \
3434
choco install -y msys2 --params /NoUpdate --version=20250221.0.0 && \
35-
choco install ruby -y --version=3.4.4.2 && \
35+
choco install ruby -y --version=3.3.8.1 && \
3636
refreshenv && \
3737
ridk install 3 && \
3838
gem install --no-document --force bundler builder

fluent-package/yum/fluent-package.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@ fi
448448
# NOTE: %{_tmpfilesdir} is available since CentOS 7
449449
%attr(0755,fluentd,fluentd) %dir /tmp/@PACKAGE_DIR@
450450
%changelog
451+
* Sun Aug 29 2027 Shizuo Fujita <[email protected]> - 7.0.0-1
452+
- New upstream release.
453+
451454
* Tue Nov 11 2025 Shizuo Fujita <[email protected]> - 6.0.1-1
452455
- New upstream release.
453456

0 commit comments

Comments
 (0)